modify waybar

This commit is contained in:
Leafy :3 2025-01-23 04:51:04 +01:00
parent b0526e875d
commit 9d7cd2e78f
Signed by: Leafus
GPG key ID: 06B907155B66AAE3
2 changed files with 5 additions and 3 deletions

View file

@ -22,7 +22,8 @@ window#waybar {
} }
#pulseaudio:hover { #pulseaudio:hover {
background-color: #a37800; background-color: @mauve;
color: @crust;
} }
#workspaces button { #workspaces button {
@ -155,6 +156,7 @@ label:focus {
border-radius: 20px; border-radius: 20px;
padding-left: 10px; padding-left: 10px;
padding-right: 13px; padding-right: 13px;
transition: all 300ms;
} }
#network { #network {