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:
parent
1d29c32fe5
commit
6b8917450f
@ -9,10 +9,7 @@ for m in $(hyprctl monitors -j | jq -r '.[] | .name'); do
|
|||||||
hyprctl dispatch focusmonitor $m
|
hyprctl dispatch focusmonitor $m
|
||||||
hyprctl dispatch exec -- \
|
hyprctl dispatch exec -- \
|
||||||
alacritty --class Screensaver \
|
alacritty --class Screensaver \
|
||||||
-o 'colors.primary.background="#000000"' \
|
--config-file ~/.local/share/omarchy/default/alacritty/screensaver.toml \
|
||||||
-o 'colors.cursor.cursor="#000000"' \
|
|
||||||
-o 'font.size=18' \
|
|
||||||
-o 'window.opacity=1' \
|
|
||||||
-e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver
|
-e ~/.local/share/omarchy/bin/omarchy-cmd-screensaver
|
||||||
done
|
done
|
||||||
|
|
||||||
|
11
default/alacritty/screensaver.toml
Normal file
11
default/alacritty/screensaver.toml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[colors.primary]
|
||||||
|
background = "0x000000"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
cursor = "0x000000"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 18.0
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 1.0
|
Loading…
x
Reference in New Issue
Block a user