DashNix/hypr/regreet.toml
2024-04-15 18:52:30 +02:00

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"]