19 lines
393 B
TOML
19 lines
393 B
TOML
[commands]
|
|
reboot = [ "systemctl", "reboot" ]
|
|
poweroff = [ "systemctl", "poweroff" ]
|
|
|
|
[background]
|
|
path = "/usr/share/backgrounds/greeter.jpg"
|
|
fit = "Cover"
|
|
|
|
[GTK]
|
|
application_prefer_dark_theme = true
|
|
cursor_theme_name = "Adwaita"
|
|
font_name = "CaskaydiaCove Nerd Font Mono 16"
|
|
icon_theme_name = "Adwaita"
|
|
theme_name = "Adwaita"
|
|
|
|
[widget.clock]
|
|
format = "%a %F %H:%M (%Z)"
|
|
resolution = "100ms"
|