change hyprland keybinds

This commit is contained in:
Frost-Phoenix 2023-11-12 22:31:45 +01:00
parent bddbece0ed
commit 4b3ace66da
2 changed files with 19 additions and 5 deletions

View file

@ -65,12 +65,26 @@
font-weight: bold;
margin: 5px 0px;
}
#tray, #pulseaudio, #network {
#tray {
color: #${custom.tertiary_accent};
border-radius: 10px 24px 10px 24px;
# padding: 0 20px;
margin-left: 7px;
}
#pulseaudio {
color: #${custom.tertiary_accent};
border-radius: 10px 0px 0px 24px;
# padding: 0 20px;
margin-left: 7px;
}
#network {
color: #${custom.tertiary_accent};
border-radius: 0px 24px 10px 0px;
padding: 0 20px;
margin-left: 7px;
}
#clock {
color: #${custom.tertiary_accent};
background: #${custom.palette.tertiary_background_hex};