diff options
Diffstat (limited to 'ironbar/dot-config')
| -rw-r--r-- | ironbar/dot-config/ironbar/config.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ironbar/dot-config/ironbar/config.toml b/ironbar/dot-config/ironbar/config.toml index fe63477..ae1bb0d 100644 --- a/ironbar/dot-config/ironbar/config.toml +++ b/ironbar/dot-config/ironbar/config.toml @@ -9,6 +9,9 @@ type = "focused" icon_size = 12 [[end]] +type = "volume" + +[[end]] type = "battery" show_if = "ls /sys/class/power_supply/ | grep --quiet '^BAT'" icon_size = 12 @@ -28,6 +31,12 @@ type = "tray" icon_size = 12 [[end]] +type = "inhibit" +durations = ["inf"] +format_on = "☕ {duration}" +format_off = "💤" + +[[end]] type = "clock" format = "%d/%m/%Y %H:%M:%S" |
