Compare commits
No commits in common. "ec685bdb5e5aef4fdba29fddf7c99ffcb0e33b44" and "7a4f2fc62be39fab48d2e5e3becdcff6dba7bfe0" have entirely different histories.
ec685bdb5e
...
7a4f2fc62b
4 changed files with 5 additions and 9 deletions
|
@ -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 lock
|
riverctl map normal $mod M spawn waylock
|
||||||
riverctl map normal $mod+Shift M spawn 'lock && doas su -c "echo mem > /sys/power/state"'
|
riverctl map normal $mod+Shift M spawn 'waylock && 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)
BIN
.config/wallpapers/rose_pine_contourline.png
(Stored with Git LFS)
Binary file not shown.
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
@ -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
|
||||||
riverctl spawn "wbg ~/.config/wallpapers/rose_pine_contourline.png"
|
color="$backgroundish"
|
||||||
else
|
else
|
||||||
killall wbg
|
color="$background"
|
||||||
riverctl background-color "0x$background"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
riverctl background-color "0x$color"
|
||||||
|
|
Loading…
Reference in a new issue