Compare commits

...

2 commits

Author SHA1 Message Date
ec685bdb5e zeit-bg-daemon: Usar fondo generativo
https://gitea.nulo.in/Nulo/go-rosepine-genart
2022-05-05 12:09:09 -03:00
5482c2edb4 river: Usar lock
waylock no backgroundea, rompiendo el keybinding que suspende
2022-05-05 12:07:37 -03:00
4 changed files with 9 additions and 5 deletions

View file

@ -119,8 +119,8 @@ do
riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O' riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O'
done done
riverctl map normal $mod M spawn waylock riverctl map normal $mod M spawn lock
riverctl map normal $mod+Shift M spawn 'waylock && doas su -c "echo mem > /sys/power/state"' riverctl map normal $mod+Shift M spawn 'lock && doas su -c "echo mem > /sys/power/state"'
riverctl map normal $mod Return spawn footclient riverctl map normal $mod Return spawn footclient
riverctl map normal $mod D spawn fuzzel-run riverctl map normal $mod D spawn fuzzel-run
riverctl map normal $mod backslash spawn buscar-archivos riverctl map normal $mod backslash spawn buscar-archivos

BIN
.config/wallpapers/rose_pine_contourline.png (Stored with Git LFS) Normal file

Binary file not shown.

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

View file

@ -5,9 +5,9 @@
tracking="$(zeit tracking --no-colors)" tracking="$(zeit tracking --no-colors)"
if echo "$tracking" | grep -q '^ ▶ tracking'; then if echo "$tracking" | grep -q '^ ▶ tracking'; then
color="$backgroundish" riverctl spawn "wbg ~/.config/wallpapers/rose_pine_contourline.png"
else else
color="$background" killall wbg
riverctl background-color "0x$background"
fi fi
riverctl background-color "0x$color"