mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 07:19:22 +00:00

* No need to kill any more since any key will quit * Command to refresh hypridle * Start screensaver automatically after a minute * Add migration
6 lines
246 B
Bash
Executable File
6 lines
246 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|