diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-23 20:32:47 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-23 20:32:47 +0200 |
| commit | d51e419237ecba33c0044c60a3f8bbb4fbb67caf (patch) | |
| tree | f75052de01171f7b7ffc40f60e35139992edcf00 | |
| parent | 80ff57167b583cf5b59729c90dece041eb04b13b (diff) | |
| download | nix-infra-d51e419237ecba33c0044c60a3f8bbb4fbb67caf.tar.gz nix-infra-d51e419237ecba33c0044c60a3f8bbb4fbb67caf.tar.bz2 nix-infra-d51e419237ecba33c0044c60a3f8bbb4fbb67caf.zip | |
snapshot: Fr 23. Mai 20:32:47 CEST 2025
| -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" = { |
