Updated window rules and waybar theme
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
"name": "main",
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 38,
|
||||
"height": 42,
|
||||
"spacing": 4,
|
||||
"margin-top": 4,
|
||||
"margin-bottom": 0,
|
||||
|
||||
@@ -4,13 +4,22 @@
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
min-height: 0;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-family: "Hack Nerd Font";
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @mantle;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border-bottom: 4px solid @crust;
|
||||
border-radius: 0px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
@@ -31,6 +40,12 @@ window#waybar {
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
padding: 0 4 4 4px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#cpu,
|
||||
#disk,
|
||||
@@ -41,6 +56,10 @@ window#waybar {
|
||||
#pulseaudio,
|
||||
#custom-poweroff,
|
||||
#custom-weather {
|
||||
background-color: @base;
|
||||
border-radius: 6px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
@@ -59,3 +78,16 @@ window#waybar {
|
||||
#temperature {
|
||||
color: @sky;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: alpha(@peach, 0.2);
|
||||
border-radius: 2px;
|
||||
margin-bottom: 2px;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user