mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Start screensaver automatically (#453)
* No need to kill any more since any key will quit * Command to refresh hypridle * Start screensaver automatically after a minute * Add migration
This commit is contained in:
committed by
GitHub
parent
4db468a450
commit
6ecc09abdb
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill -f "alacritty --class Screensaver" ||
|
||||
pgrep -f "alacritty --class Screensaver" ||
|
||||
alacritty --class Screensaver --title Screensaver -o 'colors.primary.background="#000000"' \
|
||||
-o 'colors.cursor.cursor="#000000"' -e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver
|
||||
|
||||
Reference in New Issue
Block a user