change hyprland keybinds

This commit is contained in:
Frost-Phoenix 2023-11-12 22:46:55 +01:00
parent bc69e40a89
commit ac37d5c941

View file

@ -75,14 +75,16 @@
#pulseaudio { #pulseaudio {
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 10px 0px 0px 24px; border-radius: 10px 0px 0px 24px;
padding: 5px 7px; padding-left: 10px;
padding-right: 8px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 6px; margin-bottom: 6px;
} }
#network { #network {
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 0px 24px 10px 0px; border-radius: 0px 24px 10px 0px;
padding: 0px 7px; padding-left: 8px;
padding-right: 10px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 6px; margin-bottom: 6px;
margin-right: 5px; margin-right: 5px;