17 lines
359 B
TOML
17 lines
359 B
TOML
[background]
|
|
# path = "/usr/share/backgrounds/greeter.jpg"
|
|
fit = "Contain"
|
|
|
|
[env]
|
|
QT_QPA_PLATFORMTHEME = "qt5ct"
|
|
PATH = "/home/dashie/.cargo/bin:PATH"
|
|
|
|
[GTK]
|
|
application_prefer_dark_theme = true
|
|
cursor_theme_name = "Adwaita"
|
|
icon_theme_name = "Adwaita"
|
|
theme_name = "adw-gtk3"
|
|
|
|
[commands]
|
|
reboot = ["systemctl", "reboot"]
|
|
poweroff = ["systemctl", "poweroff"]
|