Update waybar style and config
This commit is contained in:
parent
7698c11163
commit
5fc29fb4b2
|
@ -10,14 +10,19 @@
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"all-outputs": false,
|
"all-outputs": false,
|
||||||
|
"on-click": "activate",
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1:web": "",
|
"1": "",
|
||||||
"2:code": "",
|
"2": "",
|
||||||
"3:term": "",
|
"3": "",
|
||||||
"4:work": "",
|
"4": "4",
|
||||||
"5:music": "",
|
"5": "5",
|
||||||
"6:docs": "",
|
"6": "6",
|
||||||
|
"7": "7",
|
||||||
|
"8": "8",
|
||||||
|
"9": "9",
|
||||||
|
"0": "0",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"focused": "",
|
"focused": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
@ -40,8 +45,8 @@
|
||||||
// "bat": "BAT0",
|
// "bat": "BAT0",
|
||||||
"states": {
|
"states": {
|
||||||
// "good": 95,
|
// "good": 95,
|
||||||
"warning": 30,
|
"warning": 20,
|
||||||
"critical": 15
|
"critical": 10
|
||||||
},
|
},
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{capacity}% {icon}",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
|
|
|
@ -28,9 +28,10 @@ window#waybar {
|
||||||
border-top: 2px solid transparent;
|
border-top: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.active {
|
||||||
color: #c9545d;
|
color: #f88;
|
||||||
border-top: 2px solid #c9545d;
|
border: 1px solid #f88;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
|
Loading…
Reference in New Issue