From bf97ff60fb1c2ae03cf9d502cc138c6e6117771b Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 12 Jun 2021 10:49:25 +0200 Subject: [PATCH] waybar: rm idle_inhibitor --- .config/waybar/config | 10 +--------- .config/waybar/style.css | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 7363acf..87a3a28 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,7 +5,7 @@ "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], - "modules-right": ["tray", "pulseaudio", "network", "custom/storage", "memory", "cpu", "idle_inhibitor", "backlight", "battery", "clock#date", "clock#time"], + "modules-right": ["tray", "pulseaudio", "network", "custom/storage", "memory", "cpu", "backlight", "battery", "clock#date", "clock#time"], "sway/workspaces": { "format": "{name}", "disable-scroll": true, @@ -102,14 +102,6 @@ "interval": 60, "exec": "~/.config/waybar/modules/storage.sh" }, - "idle_inhibitor": { - "format": "{icon}", - "format-icons": { - "activated": "", - "deactivated": "" - }, - "tooltip": false - }, "tray": { "icon-size": 18 } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index a183614..556da2c 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -57,7 +57,7 @@ window#waybar.solo { color: #c9545d; } -#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { +#mode, #battery, #cpu, #memory, #network, #pulseaudio, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { margin: 0px 5px 0px 5px; /* min-width: 25px; */ min-width: 30px;