mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-08 22:48:00 -08:00
update waybar to be 3 segments, transparent otherwise
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: @mantle;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
/* border-radius: 0.69em; */
|
||||
}
|
||||
@@ -114,6 +114,12 @@ button:hover {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-right,
|
||||
.modules-center {
|
||||
background-color: @mantle;
|
||||
}
|
||||
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
}
|
||||
@@ -254,7 +260,7 @@ label:focus {
|
||||
background-color: @yellow;
|
||||
color: @mantle;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
margin: 5px 1px 5px 5px;
|
||||
}
|
||||
|
||||
#custom-launcher {
|
||||
@@ -274,7 +280,7 @@ label:focus {
|
||||
background-color: @blue;
|
||||
color: @crust;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
margin: 5px 5px 5px 1px;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
@@ -306,3 +312,10 @@ label:focus {
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
|
||||
#custom-notification {
|
||||
font-family: "JetBrainsMono Nerd Font";
|
||||
padding: 5px;
|
||||
background-color: transparent;
|
||||
color: @maroon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user