dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 4783332ae22b6ae0f138e4778c84ccea4a53cced
parent eb126e27fa6f2c8fb7f75c46c46e5918f95e58cc
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Thu, 14 May 2026 23:19:09 +0200

wpaperd broken, use hpaper

Diffstat:
Ahpaper/.config/hpaper/hpaper.conf | 23+++++++++++++++++++++++
Msway/.config/sway/config | 4++--
Dwpaperd/.config/wpaperd/config.toml | 4----
3 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/hpaper/.config/hpaper/hpaper.conf b/hpaper/.config/hpaper/hpaper.conf @@ -0,0 +1,23 @@ +# [General] +wallpaper_dir = /home/shyman/Pictures/Wallpapers +rotation_interval = 3600 +randomize = true +# available backends: auto, swaybg, hyprpaper, kde +# auto selects kde when XDG_CURRENT_DESKTOP contains 'KDE', otherwise swaybg +backend = swaybg + +# [swaybg settings] +# available modes: fill, fit, stretch, center, tile +swaybg_mode = fill +# Select an output to configure. Subsequent appearance options will only apply to this output. The special value * selects all outputs. +swaybg_output = * + +# [hyprpaper settings] +# available modes: cover, contain, tile +hyprpaper_mode = cover +# Example: DP-1 or all +monitor_name = + +# [pywal settings] +pywal_enabled = false +pywal_command = wal --cols16 -n diff --git a/sway/.config/sway/config b/sway/.config/sway/config @@ -151,7 +151,7 @@ input type:touchpad { output LVDS-1 resolution 1366x768 position 0,0 scale 1 # Change wallpaper -bindsym $mod+p exec $HOME/.usr/local/bin/wpaperctl next +bindsym $mod+p exec $HOME/.usr/local/bin/hpaper next # Take screenshot bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy @@ -169,7 +169,7 @@ for_window [instance="^octave\-gui$"] floating enable for_window [instance="^matplotlib$"] floating enable for_window [app_id="com.sub.tui"] floating enable -exec $HOME/.usr/local/bin/wpaperd +exec $HOME/.usr/local/bin/hpaper start exec mako exec wlsunset -l 50.049683 -L 19.944544 diff --git a/wpaperd/.config/wpaperd/config.toml b/wpaperd/.config/wpaperd/config.toml @@ -1,4 +0,0 @@ -[any] -duration = "30m" -sorting = "ascending" -path = "/home/szymon/Pictures/Wallpapers"