From 3c93e27440e5aa9d1b973efda5f134c08a1b1c64 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Jul 2025 15:04:40 -0700 Subject: [PATCH] Drop the power profiles icon, not carrying its weight This just isnt worth a spot of premium real-estate. Most people aren't changing it a lot. When you need to, you can do it from the commandline. --- config/waybar/config | 11 ----------- config/waybar/style.css | 1 - 2 files changed, 12 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index cd2718d..d1f3f93 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -15,7 +15,6 @@ "network", "pulseaudio", "cpu", - "power-profiles-daemon", "battery", "custom/power-menu" ], @@ -104,16 +103,6 @@ "on-click-right": "pamixer -t", "ignored-sinks": ["Easy Effects Sink"] }, - "power-profiles-daemon": { - "format": "{icon}", - "tooltip-format": "Power profile: {profile}", - "tooltip": true, - "format-icons": { - "power-saver": "󰡳", - "balanced": "󰊚", - "performance": "󰡴" - } - }, "custom/dropbox": { "format": "", "on-click": "nautilus ~/Dropbox", diff --git a/config/waybar/style.css b/config/waybar/style.css index f50c0c5..672536a 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -18,7 +18,6 @@ #custom-dropbox, #cpu, -#power-profiles-daemon, #battery, #network, #bluetooth,