From 5798601f2527b6535fbafba7e22de4dd53954718 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Mon, 24 Mar 2025 08:42:44 +0100 Subject: update --- waybar/config | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'waybar/config') diff --git a/waybar/config b/waybar/config index 7e2c713..4ab1dba 100644 --- a/waybar/config +++ b/waybar/config @@ -4,7 +4,7 @@ "margin": 0, "reload_style_on_change": true, "fixed-center": false, - "modules-left": ["clock", "network", "bluetooth", "backlight", "pulseaudio"], + "modules-left": ["clock", "network", "bluetooth", "backlight", "pulseaudio", "idle_inhibitor"], "modules-center": ["tray"], "modules-right": ["cpu", "memory", "temperature", "disk", "battery"], "tray": { @@ -33,6 +33,15 @@ }, "on-click": "foot pulsemixer" }, + "idle_inhibitor": { + "format": "{icon}", + "format-icons": { + "activated": "", + "deactivated": "" + }, + "tooltip-format-activated": "Inhibiting", + "tooltip-format-deactivated": "" + }, "backlight": { "device": "intel_backlight", "format": "{icon} {percent}%", @@ -59,8 +68,6 @@ "hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon", "input-filename": "temp1_input", "format": "{icon} {temperatureC}°", - "format-critical": "{icon} {temperatureC}°", - "critical-threshold": 70, "format-icons": ["", "", "", "", ""], "tooltip": false }, @@ -79,12 +86,12 @@ "warning": 25, }, "format": "{icon} {capacity}%", - "format-charging": "󰂄 {capacity}%", + "format-charging": "󰂄{capacity}%", "format-icons": ["󰂎","󰁺","󰁻","󰁼","󰁽","󰁾","󰁿","󰂀","󰂁","󰂂","󰁹"], }, "clock": { "format": "󰥔 {:%H:%M}", - "tooltip-format": "{:%A, %B %d, %Y (%R)}" + "tooltip-format": "{:%A, %d %B %Y}" } } -- cgit v1.2.3