mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
210 B
Bash
Executable File
6 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill -f "alacritty --class Screensaver" ||
|
|
alacritty --class Screensaver --title Screensaver -o 'colors.primary.background="#000000"' \
|
|
-e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver
|