diff options
| author | Josh Ott <josh@ottmail.me> | 2025-10-20 08:50:06 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-10-20 08:50:06 -0400 |
| commit | 06229c9164d410c28b5f8505266109a53a7f725c (patch) | |
| tree | cc86bdaae0015bc4be5e8b40fb7a4efdff44c243 | |
| parent | 68dd6759196ff13df6930146bcffc998ad605416 (diff) | |
| download | dotfiles-06229c9164d410c28b5f8505266109a53a7f725c.tar.gz dotfiles-06229c9164d410c28b5f8505266109a53a7f725c.zip | |
wallpaper handling
| -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}} |