From ab7303e1d893f33e09dbc8493f9a9179a7a40a4a Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Thu, 29 Jan 2026 11:40:03 -0500 Subject: updates --- ironbar/dot-config/ironbar/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ironbar') 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 @@ -8,6 +8,9 @@ type = "workspaces" type = "focused" icon_size = 12 +[[end]] +type = "volume" + [[end]] type = "battery" show_if = "ls /sys/class/power_supply/ | grep --quiet '^BAT'" @@ -27,6 +30,12 @@ cpu = 1 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" -- cgit v1.2.3-71-gdd5e