This commit is contained in:
2025-03-13 20:15:03 +02:00
parent dd7fbfd7e4
commit 66f7bc1c2d
3 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
/* Global */
* {
font-family: 'Symbols Nerd Font', 'Geist';
border: none;
@@ -23,6 +21,10 @@ window#waybar {
border: 2px solid #89b4fa;
}
#clock {
font-family: "Geist Mono";
}
#traygroup, #custom-music, #window, #workspaces, #custom-regretevator_state {
background-color: #1e1e2e;
padding-left: 5px;
@@ -92,6 +94,10 @@ window#waybar {
margin: 0px 0px 0px 0px;
}
#pulseaudio.lol {
padding: 0px 5px 0px 2px;
}
#tray > .passive {
-gtk-icon-effect: dim;
}