From 9692a7985cd1067721ddfe6369eff8d636c914a3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 8 Jul 2025 10:49:54 -0400 Subject: [PATCH] Remove power menu from icons and just rely on hotkey --- config/waybar/config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index 8109e4f..5137d3a 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -14,8 +14,7 @@ "network", "pulseaudio", "cpu", - "battery", - "custom/power-menu" + "battery" ], "hyprland/workspaces": { "on-click": "activate", @@ -101,10 +100,5 @@ "tooltip-format": "Playing at {volume}%", "on-click-right": "pamixer -t", "ignored-sinks": ["Easy Effects Sink"] - }, - "custom/power-menu": { - "format": "󰐥", - "on-click": "~/.local/share/omarchy/bin/omarchy-power-menu", - "tooltip": false } }