Updates
This commit is contained in:
parent
9293f8d1de
commit
cbb46760f9
@ -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
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
@ -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",
|
||||||
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user