Lots of fixy business

This commit is contained in:
2024-07-28 01:40:50 +01:00
parent 3b6a816df6
commit d6311eb216
9 changed files with 60 additions and 142 deletions

View File

@@ -1,6 +1,16 @@
@import "macchiato.css";
* {
border: none;
border-radius: 0;
min-height: 10px;
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
font-size: 16px;
min-height: 0;
}
window#waybar {
margin-top: 5px;
background: @base;
color: @text;
}
@@ -10,10 +20,15 @@ window#waybar {
}
#workspaces button {
padding: 0 5px;
color: @text;
border-bottom: 2px solid @base;
}
#workspaces button label {
font-size: 10px;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
@@ -22,7 +37,7 @@ window#waybar {
border-color: @surface1;
}
#workspaces button.active {
#workspaces button.focused {
color: @green;
background: @surface1;
border-color: currentcolor;
@@ -38,15 +53,7 @@ window#waybar {
background: @yellow;
}
* {
border: none;
border-radius: 0;
min-height: 0;
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
font-size: 16px;
}
#workspaces, #tray, #battery, #backlight, #pulseaudio, #network {
#tray, #battery, #backlight, #pulseaudio, #network {
padding: 0 5px;
}