Compare commits

..

No commits in common. "282bfee99aefa896ac6507bd7bc7e0463c3e0d52" and "7dd863e903f526b08c4826c3297d1416763a4e5c" have entirely different histories.

3 changed files with 7 additions and 9 deletions

@ -1 +1 @@
Subproject commit d74aad1ec164f0b0673e3f0317808634b096b63e
Subproject commit 7a0cbd2d7ec36007905c63acd86f7d3f14da3d57

View file

@ -1,5 +1,8 @@
#!/bin/dash
# Start initial widgets
eww open-many timer music
# Monitor duplication daemon
WIDGET_NAME=bar
@ -40,12 +43,7 @@ update (){
fi
}
# Open bar
update
# Open other widgets
eww open-many timer music
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
update
done

View file

@ -1,10 +1,10 @@
#!/usr/bin/env sh
HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==1{print $2}')
if [ "$HYPRGAMEMODE" = "1" ] ; then
HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==2{print $2}')
if [ "$HYPRGAMEMODE" = 1 ] ; then
hyprctl --batch "\
keyword animations:enabled 0;\
keyword decoration:drop_shadow 0;\
keyword decoration:blur:enabled 0;\
keyword decoration:blur 0;\
keyword general:gaps_in 0;\
keyword general:gaps_out 0;\
keyword general:border_size 1;\