This commit is contained in:
Stephan Raabe 2023-10-02 21:58:17 +02:00
parent 9293f8d1de
commit cbb46760f9
4 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@ $keyboardlayout=de
# Monitor Setup # Monitor Setup
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
# ----------------------------------------------------- # -----------------------------------------------------
monitor=,2560x1440@120,auto,1 # monitor=,2560x1440@120,auto,1
# monitor=,preferred,auto,1 monitor=,preferred,auto,1
# monitor=,1920x1080,auto,1 # monitor=,1920x1080,auto,1
# ----------------------------------------------------- # -----------------------------------------------------

View File

@ -33,6 +33,7 @@
// Modules Left // Modules Left
"modules-left": [ "modules-left": [
"custom/appmenu", "custom/appmenu",
"custom/wallpaper",
"wlr/taskbar", "wlr/taskbar",
"group/quicklinks", "group/quicklinks",
"hyprland/window" "hyprland/window"
@ -50,7 +51,6 @@
"bluetooth", "bluetooth",
"battery", "battery",
"group/hardware", "group/hardware",
"custom/wallpaper",
"custom/cliphist", "custom/cliphist",
"network", "network",
"custom/exit", "custom/exit",

View File

@ -89,8 +89,8 @@
// Wallpaper // Wallpaper
"custom/wallpaper": { "custom/wallpaper": {
"format": "", "format": "",
"on-click": "~/dotfiles/scripts/wallpaper-swww.sh", "on-click-right": "~/dotfiles/scripts/wallpaper-swww.sh",
"on-click-right": "~/dotfiles/scripts/updatewal-swww.sh", "on-click": "~/dotfiles/scripts/updatewal-swww.sh",
"tooltip": false "tooltip": false
}, },

View File

@ -32,6 +32,7 @@
// Modules Left // Modules Left
"modules-left": [ "modules-left": [
"custom/appmenu", "custom/appmenu",
"custom/wallpaper",
"wlr/taskbar", "wlr/taskbar",
"group/quicklinks", "group/quicklinks",
"hyprland/window" "hyprland/window"
@ -50,7 +51,6 @@
"bluetooth", "bluetooth",
"battery", "battery",
"group/hardware", "group/hardware",
"custom/wallpaper",
"custom/cliphist", "custom/cliphist",
"network", "network",
"custom/exit", "custom/exit",