mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-04 07:39:24 +00:00
6 lines
246 B
Bash
Executable File
6 lines
246 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill -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
|