change hyprland keybinds
This commit is contained in:
parent
49951a51b2
commit
76ca5cfb7d
|
@ -75,11 +75,17 @@
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: #${custom.tertiary_accent};
|
color: #${custom.tertiary_accent};
|
||||||
border-radius: 10px 0px 0px 24px;
|
border-radius: 10px 0px 0px 24px;
|
||||||
|
padding: 0px 7px;
|
||||||
|
margin-top: 5px;
|
||||||
|
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;
|
||||||
margin-right: 5px
|
margin-right: 5px
|
||||||
|
padding: 0px 7px;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
|
|
Loading…
Reference in a new issue