diff options
| -rw-r--r-- | .config/sway/config | 6 | ||||
| -rw-r--r-- | .config/wallust/templates/colors_sway | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index 13939cb..bb74739 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -20,9 +20,11 @@ set $menu rofi -show drun | xargs swaymsg exec -- ### Output configuration output "AOC Q27G1WG4 0x00020A32" mode 2560x1440@143.912Hz -output "BOE 0x0BCA Unknown" scale 1.25 +output "Dell Inc. DELL S2725DS HVJ3PB4" mode 2560x1440@99.946Hz pos 0 0 +output "BOE 0x0BCA Unknown" scale 1.25 pos 2560 0 -output "*" background $wallpaper fill +output "*" background $HOME/Pictures/wallpapers/$wallpaper fill +output eDP-1 background $HOME/Pictures/wallpapers/bea/$wallpaper fill ### Idle configuration diff --git a/.config/wallust/templates/colors_sway b/.config/wallust/templates/colors_sway index 978ff5d..f8af2f2 100644 --- a/.config/wallust/templates/colors_sway +++ b/.config/wallust/templates/colors_sway @@ -1,4 +1,4 @@ -set $wallpaper {{wallpaper}} +set $wallpaper {{wallpaper | basename}} set $background {{background}} set $foreground {{foreground}} |