diff options
| -rw-r--r-- | srv/hadante/waybar.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/srv/hadante/waybar.nix b/srv/hadante/waybar.nix index 639ab24..60f6a5b 100644 --- a/srv/hadante/waybar.nix +++ b/srv/hadante/waybar.nix @@ -8,10 +8,6 @@ layer = "top"; position = "top"; height = 30; - output = [ - "eDP-1" - "HDMI-A-1" - ]; modules-left = [ "sway/workspaces" "sway/mode" @@ -23,6 +19,7 @@ modules-right = [ "mpd" "temperature" + "tray" ]; "sway/workspaces" = { |
