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