diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 91e4a86..dbc4145 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,8 +18,8 @@ $keyboardlayout=de # Monitor Setup # See https://wiki.hyprland.org/Configuring/Monitors/ # ----------------------------------------------------- -monitor=,2560x1440@120,auto,1 -# monitor=,preferred,auto,1 +# monitor=,2560x1440@120,auto,1 +monitor=,preferred,auto,1 # monitor=,1920x1080,auto,1 # ----------------------------------------------------- diff --git a/waybar/config b/waybar/config index 65b1d3c..8617d3b 100644 --- a/waybar/config +++ b/waybar/config @@ -33,6 +33,7 @@ // Modules Left "modules-left": [ "custom/appmenu", + "custom/wallpaper", "wlr/taskbar", "group/quicklinks", "hyprland/window" @@ -50,7 +51,6 @@ "bluetooth", "battery", "group/hardware", - "custom/wallpaper", "custom/cliphist", "network", "custom/exit", diff --git a/waybar/modules.json b/waybar/modules.json index d0d1264..28c433a 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -89,8 +89,8 @@ // Wallpaper "custom/wallpaper": { "format": "", - "on-click": "~/dotfiles/scripts/wallpaper-swww.sh", - "on-click-right": "~/dotfiles/scripts/updatewal-swww.sh", + "on-click-right": "~/dotfiles/scripts/wallpaper-swww.sh", + "on-click": "~/dotfiles/scripts/updatewal-swww.sh", "tooltip": false }, diff --git a/waybar/myconfig b/waybar/myconfig index c8f27f9..bec1f17 100644 --- a/waybar/myconfig +++ b/waybar/myconfig @@ -32,6 +32,7 @@ // Modules Left "modules-left": [ "custom/appmenu", + "custom/wallpaper", "wlr/taskbar", "group/quicklinks", "hyprland/window" @@ -50,7 +51,6 @@ "bluetooth", "battery", "group/hardware", - "custom/wallpaper", "custom/cliphist", "network", "custom/exit",