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:
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
|
||||
Reference in New Issue
Block a user