Compare commits
2 commits
7a4f2fc62b
...
ec685bdb5e
Author | SHA1 | Date | |
---|---|---|---|
ec685bdb5e | |||
5482c2edb4 |
4 changed files with 9 additions and 5 deletions
|
@ -119,8 +119,8 @@ do
|
|||
riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O'
|
||||
done
|
||||
|
||||
riverctl map normal $mod M spawn waylock
|
||||
riverctl map normal $mod+Shift M spawn 'waylock && doas su -c "echo mem > /sys/power/state"'
|
||||
riverctl map normal $mod M spawn lock
|
||||
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 D spawn fuzzel-run
|
||||
riverctl map normal $mod backslash spawn buscar-archivos
|
||||
|
|
BIN
.config/wallpapers/rose_pine_contourline.png
(Stored with Git LFS)
Normal file
BIN
.config/wallpapers/rose_pine_contourline.png
(Stored with Git LFS)
Normal file
Binary file not shown.
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
@ -5,9 +5,9 @@
|
|||
tracking="$(zeit tracking --no-colors)"
|
||||
|
||||
if echo "$tracking" | grep -q '^ ▶ tracking'; then
|
||||
color="$backgroundish"
|
||||
riverctl spawn "wbg ~/.config/wallpapers/rose_pine_contourline.png"
|
||||
else
|
||||
color="$background"
|
||||
killall wbg
|
||||
riverctl background-color "0x$background"
|
||||
fi
|
||||
|
||||
riverctl background-color "0x$color"
|
||||
|
|
Loading…
Reference in a new issue