mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
0cb5e3d5b6
@ -8,7 +8,7 @@
|
|||||||
"network", "custom/separator",
|
"network", "custom/separator",
|
||||||
"cpu", "custom/separator",
|
"cpu", "custom/separator",
|
||||||
"memory", "custom/separator",
|
"memory", "custom/separator",
|
||||||
"custom/mouse", "custom/separator",
|
"custom/laptop_batt", "custom/mouse", "custom/separator",
|
||||||
"pulseaudio", "custom/separator",
|
"pulseaudio", "custom/separator",
|
||||||
"custom/disk", "custom/bits"],
|
"custom/disk", "custom/bits"],
|
||||||
|
|
||||||
@ -49,6 +49,11 @@
|
|||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"on-click": "nm-connection-editor"
|
"on-click": "nm-connection-editor"
|
||||||
},
|
},
|
||||||
|
"custom/laptop_batt": {
|
||||||
|
"format": " <span color=\"#{{ .themes.gruvbox.red }}\">{}</span>% ",
|
||||||
|
"interval": 5,
|
||||||
|
"exec": "cat /sys/class/power_supply/BAT0/capacity",
|
||||||
|
},
|
||||||
"custom/mouse": {
|
"custom/mouse": {
|
||||||
"format": " <span color=\"#{{ .themes.gruvbox.red }}\">{}</span>% ",
|
"format": " <span color=\"#{{ .themes.gruvbox.red }}\">{}</span>% ",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
@ -77,7 +82,7 @@
|
|||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"custom/separator": {
|
"custom/separator": {
|
||||||
"format": " | ",
|
"format": " <span color=\"#{{ .themes.gruvbox.green }}\">|</span> ",
|
||||||
"interval": "once",
|
"interval": "once",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
@ -114,6 +114,10 @@ window#waybar.hidden {
|
|||||||
color: @fg;
|
color: @fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-laptop_batt {
|
||||||
|
color: @fg;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-mouse {
|
#custom-mouse {
|
||||||
color: @fg;
|
color: @fg;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user