Ly options as strings

This commit is contained in:
2025-12-13 13:27:45 +02:00
parent 31f880e3c7
commit 132c798496

View File

@@ -12,38 +12,38 @@
services.displayManager.ly = { services.displayManager.ly = {
enable = true; enable = true;
settings = { settings = {
path = /run/current-system/sw/bin; path = "/run/current-system/sw/bin";
restart_cmd = /run/current-system/systemd/bin/systemctl reboot; restart_cmd = "/run/current-system/systemd/bin/systemctl reboot";
service_name = ly; service_name = "ly";
setup_cmd = /nix/store/vksm36a608j7szhxn0bcnv5rna9xhxk5-xsession-wrapper; setup_cmd = "/nix/store/vksm36a608j7szhxn0bcnv5rna9xhxk5-xsession-wrapper";
shutdown_cmd = /run/current-system/systemd/bin/systemctl poweroff; shutdown_cmd = "/run/current-system/systemd/bin/systemctl poweroff";
term_reset_cmd = /nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/bin/tput reset; term_reset_cmd = "/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/bin/tput reset";
term_restore_cursor_cmd = /nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/bin/tput cnorm; term_restore_cursor_cmd = "/nix/store/yijhn548p2589pkybgvbhll09bqsxy0q-ncurses-6.5/bin/tput cnorm";
tty = 1; tty = "1";
waylandsessions = /nix/store/1dp80bvcnaq30mh6728lc34xhbjp15zx-desktops/share/wayland-sessions; waylandsessions = "/nix/store/1dp80bvcnaq30mh6728lc34xhbjp15zx-desktops/share/wayland-sessions";
x_cmd = /nix/store/a1v7dyv80s5xd19in89h9i3wnll02ns5-xserver-wrapper; x_cmd = "/nix/store/a1v7dyv80s5xd19in89h9i3wnll02ns5-xserver-wrapper";
xauth_cmd = /nix/store/s7c6j1cp1xmx8l4ggwx90f51zn9ih0wz-xauth-1.1.4/bin/xauth; xauth_cmd = "/nix/store/s7c6j1cp1xmx8l4ggwx90f51zn9ih0wz-xauth-1.1.4/bin/xauth";
xsessions = /nix/store/1dp80bvcnaq30mh6728lc34xhbjp15zx-desktops/share/xsessions; xsessions = "/nix/store/1dp80bvcnaq30mh6728lc34xhbjp15zx-desktops/share/xsessions";
bigclock = en; bigclock = "en";
bigclock_seconds = true; bigclock_seconds = "true";
box_title = "Puter"; box_title = "Puter";
brightness_down_cmd = bindsym XF86MonBrightnessDown exec light - U 5; brightness_down_cmd = "bindsym XF86MonBrightnessDown exec light - U 5";
brightness_up_cmd = bindsym XF86MonBrightnessUp exec light - A 5; brightness_up_cmd = "bindsym XF86MonBrightnessUp exec light - A 5";
animation = colormix; animation = "colormix";
battery_id = BAT0; battery_id = "BAT0";
bg = 0 x00000000; bg = "0x00000000";
# Error background color id # Error background color id
error_bg = 0 x00000000; error_bg = "0x00000000";
# Default is red and bold # Default is red and bold
error_fg = 0 x01FF0000; error_fg = "0x01FF0000";
# Color mixing animation first color id # Color mixing animation first color id
colormix_col1 = 0 x66537B; colormix_col1 = "0x66537B";
# Color mixing animation second color id # Color mixing animation second color id
colormix_col2 = 0 x292134; colormix_col2 = "0x292134";
# Color mixing animation third color id # Color mixing animation third color id
colormix_col3 = 0 x110D13; colormix_col3 = "0x110D13";
# Foreground color id # Foreground color id
fg = 0 xB4BEFE; fg = "0xB4BEFE";
}; };
}; };
# services.displayManager.gdm.enable = true; # services.displayManager.gdm.enable = true;