1
0
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:
2021-08-08 12:37:07 +02:00
parent 336bb86b35
commit 194c9f125a
4 changed files with 38 additions and 6 deletions

View File

@ -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%"