From 76d26fda4e71a072532a7b436d440b6cb4e009be Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Jul 2025 17:11:47 -0700 Subject: [PATCH] The Dropbox icon wasn't pulling its own weight We really should keep those icons on the right only to system-level concerns. Hardware controls only. --- config/waybar/config | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index 74a2f06..8338713 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -10,7 +10,6 @@ "clock" ], "modules-right": [ - "custom/dropbox", "bluetooth", "network", "pulseaudio", @@ -103,15 +102,6 @@ "on-click-right": "pamixer -t", "ignored-sinks": ["Easy Effects Sink"] }, - "custom/dropbox": { - "format": "", - "on-click": "nautilus ~/Dropbox", - "exec": "dropbox-cli status", - "return-type": "text", - "interval": 5, - "tooltip": true, - "tooltip-format": "{}" - }, "custom/power-menu": { "format": "󰐥", "on-click": "~/.local/share/omarchy/bin/omarchy-power-menu",