soulja balls

This commit is contained in:
beanigen 2025-06-27 19:42:59 +08:00
parent 1d212fcefd
commit d28b00841c
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -178,6 +178,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666
ddcutil ddcutil
xrizer xrizer
wayvr-dashboard wayvr-dashboard
xwayland-satellite
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View file

@ -285,7 +285,7 @@
spawn-at-startup = [ spawn-at-startup = [
{command = ["waybar"];} {command = ["waybar"];}
{command = ["xwayland-satellite"];} {command = ["xwayland-satellite"];}
{command = if !vars.isTough then ["swaybg" "-m" "fill" "-i" "/home/alyx/.config/nixos/assets/scenes.jpg"] else ["swaybg" "-m" "fill" "-i" "/home/alyx/.config/nixos/assets/scenes.jpg"];} {command = if vars.user == "alyx" then ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"] else ["swaybg" "-m" "fill" "-i" "/home/${vars.user}/.config/nixos/assets/scenes.jpg"];}
{command = ["udiskie" "--appindicator"];} {command = ["udiskie" "--appindicator"];}
{command = [ "systemctl" "--user" "restart" "xdg-desktop-portal-gnome.service"];} {command = [ "systemctl" "--user" "restart" "xdg-desktop-portal-gnome.service"];}
]; ];