change hyprland keybinds
This commit is contained in:
parent
4b3ace66da
commit
8a1f1a26ff
|
@ -68,20 +68,20 @@
|
||||||
#tray {
|
#tray {
|
||||||
color: #${custom.tertiary_accent};
|
color: #${custom.tertiary_accent};
|
||||||
border-radius: 10px 24px 10px 24px;
|
border-radius: 10px 24px 10px 24px;
|
||||||
# padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #${custom.tertiary_accent};
|
color: #${custom.tertiary_accent};
|
||||||
border-radius: 10px 0px 0px 24px;
|
border-radius: 10px 0px 0px 24px;
|
||||||
# padding: 0 20px;
|
padding: 0 0px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
#network {
|
#network {
|
||||||
color: #${custom.tertiary_accent};
|
color: #${custom.tertiary_accent};
|
||||||
border-radius: 0px 24px 10px 0px;
|
border-radius: 0px 24px 10px 0px;
|
||||||
padding: 0 20px;
|
padding: 0 0px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue