From 88f816059b4978e4ced480caa5e1178e2c3b1e85 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 10 Jul 2025 17:00:39 -0700 Subject: [PATCH] Revert "Merge pull request #118 from leonhazen/waybar-tray" This reverts commit 1ee5b0616175acbb04bf1640eb085eee60981309, reversing changes made to 9cb30b5be6d98e73022f940463c62e66e088db11. --- config/waybar/config | 19 ------------------- config/waybar/style.css | 1 - 2 files changed, 20 deletions(-) diff --git a/config/waybar/config b/config/waybar/config index ca843a7..86cb205 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -10,7 +10,6 @@ "clock" ], "modules-right": [ - "group/tray", "bluetooth", "network", "pulseaudio", @@ -101,23 +100,5 @@ "tooltip-format": "Playing at {volume}%", "on-click-right": "pamixer -t", "ignored-sinks": ["Easy Effects Sink"] - }, - "group/tray": { - "orientation": "inherit", - "drawer": { - "transition-duration": 600 - }, - "modules": [ - "custom/expand", - "tray" - ] - }, - "custom/expand": { - "format": " ", - "tooltip": false - }, - "tray": { - "icon-size": 12, - "spacing": 12 } } diff --git a/config/waybar/style.css b/config/waybar/style.css index ec50e6f..e55a159 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -21,7 +21,6 @@ } #custom-dropbox, -#tray, #cpu, #battery, #network,