Tampered with Waybar rice

This commit is contained in:
KaitoTLex 2025-01-17 16:08:40 -08:00
parent a114dc02bd
commit eac588ae5f

View file

@ -8,7 +8,7 @@ window#waybar {
.modules-left { .modules-left {
opacity: 1; opacity: 1;
background-color: @nord_bg_blue; background-color: #95a3bb;
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 2px; padding: 2px;
} }
@ -19,7 +19,7 @@ window#waybar {
.modules-right { .modules-right {
opacity: 1; opacity: 1;
background-color: @nord_bg_blue; background-color: #95a3bb;
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 2px 2px 2px 10px padding: 2px 2px 2px 10px
} }
@ -29,7 +29,7 @@ window#waybar {
} */ } */
#workspaces { #workspaces {
background-color: @nord_bg_blue; background-color: #6e7581;
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 0 2px; padding: 0 2px;
} }
@ -40,7 +40,7 @@ window#waybar {
} }
#window { #window {
background-color: @workspacefocused; background-color: #95a3bb;
border-radius: 0.5rem; border-radius: 0.5rem;
padding: 2px 5px; padding: 2px 5px;
} }