diff options
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/config.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b81087b..7d49d89 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", "position": "bottom", - "output": "DP-2", + "output": "DP-3", "reload_style_on_change": true, "modules-left": [ "hyprland/workspaces" @@ -12,7 +12,7 @@ "tray", // "image#album-art", "custom/tasks", - "custom/music", + // "custom/music", "custom/packages", "custom/news", "custom/torrent", |