Compare commits

...

3 commits

Author SHA1 Message Date
7a4f2fc62b river: Hacer river-tag-overlay más claro 2022-05-04 19:35:05 -03:00
fad7793984 river: waylock 2022-05-04 18:56:28 -03:00
a051dbd12e Revert "river: Desactivar river-tag-overlay"
This reverts commit 8e052f41b0.
2022-05-04 18:54:27 -03:00
2 changed files with 18 additions and 2 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+Shift N spawn lock riverctl map normal $mod M spawn waylock
riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend' 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

View file

@ -8,6 +8,22 @@ riverctl border-width 5
riverctl spawn 'killall yambar ; yambar' riverctl spawn 'killall yambar ; yambar'
riverctl spawn "killall fnott >/dev/null ; fnott" riverctl spawn "killall fnott >/dev/null ; fnott"
riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \
--border-width=5 \
--anchors=0:0:1:0 \
--timeout=2000 \
--square-padding=10 \
--square-inner-padding=5 \
--square-size=30 \
--background-colour=0x$background \
--border-colour=0x$border_focused \
--square-active-background-colour=0x$border_focused \
--square-active-border-colour=0x$border_focused \
--square-active-occupied-colour=0x$border_focused \
--square-inactive-background-colour=0x$background \
--square-inactive-border-colour=0x$border_focused \
--square-inactive-occupied-colour=0x$border_focused \
"
if test -n "$bg"; then if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image '$bg'" riverctl spawn "killall swaybg ; swaybg --image '$bg'"