mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make Screensaver Background Color Black (#526)
* add sceensaver alacritty config file and changed screensaver cmd * Move the screensaver config into defaults Since its not meant to be user edited --------- Co-authored-by: Manu <manuel.ramsaier@gmail.com> Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -9,10 +9,7 @@ for m in $(hyprctl monitors -j | jq -r '.[] | .name'); do
|
||||
hyprctl dispatch focusmonitor $m
|
||||
hyprctl dispatch exec -- \
|
||||
alacritty --class Screensaver \
|
||||
-o 'colors.primary.background="#000000"' \
|
||||
-o 'colors.cursor.cursor="#000000"' \
|
||||
-o 'font.size=18' \
|
||||
-o 'window.opacity=1' \
|
||||
--config-file ~/.local/share/omarchy/default/alacritty/screensaver.toml \
|
||||
-e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user