add bing wallpaper for niri

This commit is contained in:
Sean Kovacs 2025-12-13 19:44:24 -05:00
commit b22cabaa8d
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 93 additions and 2 deletions

View file

@ -257,6 +257,8 @@ layout {
// This line starts waybar, a commonly used bar for Wayland compositors.
// spawn-at-startup "waybar"
spawn-at-startup "swaybg" "-i" "/home/sckova/.local/share/dailywallpaper.jpg"
// run tailscale system tray
spawn-at-startup "sudo tailscale set --operator=$USER"
spawn-at-startup "tailscale systray"
@ -384,8 +386,8 @@ binds {
// Example brightness key mappings for brightnessctl.
// You can use regular spawn with multiple arguments too (to avoid going through "sh"),
// but you need to manually put each argument in separate "" quotes.
XF86MonBrightnessUp allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "5"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "-5"; }
XF86MonBrightnessUp allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "1"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "/home/sckova/.config/niri/scripts/brightness.sh" "-1"; }
// Open/close the Overview: a zoomed-out view of workspaces and windows.
// You can also move the mouse into the top-left hot corner,

View file

@ -10,6 +10,7 @@ let
in
{
home.packages = with pkgs; [
swaybg
swaylock
fuzzel
xdg-desktop-portal