Some waybar styling

This commit is contained in:
2023-09-17 18:49:07 +01:00
parent 146ec0270f
commit d17d612bf4
3 changed files with 23 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"on-click": "activate",
"format": "{icon}",
"format": "{id}",
"format-icons": {
"urgent": "",
"active": "",

View File

@@ -5,9 +5,27 @@ window#waybar {
color: @text;
}
#window {
margin-left: 20px;
}
#workspaces button {
color: @text;
border-bottom: 2px solid @base;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: @surface0;
border-color: @surface1;
}
#workspaces button.active {
color: @green;
background: @surface2;
background: @surface1;
border-color: currentcolor;
}
#battery.charging {
@@ -22,6 +40,7 @@ window#waybar {
* {
border: none;
border-radius: 0;
min-height: 0;
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
font-size: 16px;