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",
|
||||
"cpu", "custom/separator",
|
||||
"memory", "custom/separator",
|
||||
"custom/mouse", "custom/separator",
|
||||
"custom/laptop_batt", "custom/mouse", "custom/separator",
|
||||
"pulseaudio", "custom/separator",
|
||||
"custom/disk", "custom/bits"],
|
||||
|
||||
@ -49,6 +49,11 @@
|
||||
"format-disconnected": "",
|
||||
"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": {
|
||||
"format": " <span color=\"#{{ .themes.gruvbox.red }}\">{}</span>% ",
|
||||
"interval": 5,
|
||||
@ -77,7 +82,7 @@
|
||||
"spacing": 10
|
||||
},
|
||||
"custom/separator": {
|
||||
"format": " | ",
|
||||
"format": " <span color=\"#{{ .themes.gruvbox.green }}\">|</span> ",
|
||||
"interval": "once",
|
||||
"tooltip": false
|
||||
},
|
||||
|
@ -114,6 +114,10 @@ window#waybar.hidden {
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
#custom-laptop_batt {
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
#custom-mouse {
|
||||
color: @fg;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user