mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 05:19:26 +00:00
[polybar] Add docker module and fix font issues
This commit is contained in:
@ -174,3 +174,10 @@ label-charging = %percentage%%
|
||||
format-discharging = <label-discharging>
|
||||
label-discharging = %percentage%%
|
||||
label-full =
|
||||
|
||||
[module/docker]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/docker
|
||||
exec-if = docker ps -q
|
||||
interval = 30
|
||||
label = "%output%"
|
||||
|
Reference in New Issue
Block a user