Add OpenRGB config

main
Ensar Sarajčić 2024-12-04 18:50:47 +01:00
parent bad27ed826
commit 2e6b639ee6
9 changed files with 1835 additions and 4 deletions

View File

@ -75,3 +75,5 @@
!/ra-multiplex/ !/ra-multiplex/
!/ra-multiplex/** !/ra-multiplex/**
!/kanshi !/kanshi
!/OpenRGB
!/OpenRGB/**

View File

@ -0,0 +1 @@
logs

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,6 +5,6 @@ bindsym $alt+L exec 'swaylock'
exec swayidle -w \ exec swayidle -w \
timeout 300 'swaylock' \ timeout 300 'swaylock' \
timeout 330 'swaymsg "output * power off"' \ timeout 330 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' \ resume 'swaymsg "output * power on"; openrgb -p ~/.config/OpenRGB/full_cyan.orp' \
timeout 600 'systemctl suspend' \ timeout 600 'openrgb -b 0 -m off; systemctl suspend' \
before-sleep 'swaylock; playerctl pause' before-sleep 'swaylock; playerctl pause'

View File

@ -4,4 +4,4 @@ exec kdeconnect-indicator
exec ulauncher --hide-window exec ulauncher --hide-window
exec libinput-gestures-setup start exec libinput-gestures-setup start
exec kanshi exec kanshi
exec openrgb --startminimized exec openrgb --startminimized --server --profile ~/.config/OpenRGB/full_cyan.orp

View File

@ -5,7 +5,7 @@ set $mode_system "System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) r
mode $mode_system { mode $mode_system {
bindsym l exec --no-startup-id swaylock, mode "default" bindsym l exec --no-startup-id swaylock, mode "default"
bindsym e exec --no-startup-id swaymsg exit, mode "default" bindsym e exec --no-startup-id swaymsg exit, mode "default"
bindsym s exec --no-startup-id swaylock && systemctl suspend, mode "default" bindsym s exec --no-startup-id swaylock && openrgb -b 0 -m off && systemctl suspend, mode "default"
bindsym h exec --no-startup-id swaylock && systemctl hibernate, mode "default" bindsym h exec --no-startup-id swaylock && systemctl hibernate, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default" bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default" bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default"