8 lines
173 B
TOML
8 lines
173 B
TOML
|
|
[background]
|
||
|
|
path = "usr/share/backgrounds/greetd/arch_linux_gray.png"
|
||
|
|
fit = "Contain"
|
||
|
|
|
||
|
|
[commands]
|
||
|
|
reboot = [ "systemctl", "reboot" ]
|
||
|
|
poweroff = [ "systemctl", "poweroff" ]
|