swayidle: reload ironbar after dpms off
All checks were successful
/ check (push) Successful in 1m11s
All checks were successful
/ check (push) Successful in 1m11s
This commit is contained in:
parent
0c89612491
commit
f6835e00ac
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ _: {
|
|||
timeout 500 'swaylock -f --image ~/Pictures/wallpapers/mumei.png --clock --grace 5 --ring-color f5c2e7 --inside-color 1e1e2e --line-color 11111b' \
|
||||
timeout 600 'hyprctl dispatch dpms off' \
|
||||
resume 'hyprctl dispatch dpms on' \
|
||||
before-sleep 'swaylock -f --image ~/Picture/wallpapers/mumei.png --clock --ring-color f5c2e7 --inside-color 1e1e2e --line-color 11111b'
|
||||
before-sleep 'swaylock -f --image ~/Picture/wallpapers/mumei.png --clock --ring-color f5c2e7 --inside-color 1e1e2e --line-color 11111b' \
|
||||
after-resume 'ironbar reload'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue