work details

This commit is contained in:
Zoty 2026-06-12 17:54:57 -03:00
parent d390530b35
commit de83e8a338
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
6 changed files with 86 additions and 84 deletions

View file

@ -1,7 +1,4 @@
{ config, pkgs, ... }:
let
wallpaper = ../../wallpapers/miku.png;
in {
{ config, pkgs, ... }: {
home.sessionVariables = {
XDG_CURRENT_DESKTOP = "niri";
XDG_SESSION_DESKTOP = "niri";
@ -77,8 +74,6 @@ in {
prefer-no-csd
spawn-at-startup "swww-daemon"
spawn-at-startup "swww" "img" "${wallpaper}" "--transition-type" "none"
spawn-at-startup "quickshell"
screenshot-path "${config.xdg.userDirs.pictures}/screenshots/%Y-%m-%d %H-%M-%S.png"
@ -115,7 +110,7 @@ in {
// System
Mod+Shift+E { quit; }
Mod+L { spawn "swaylock" "-i" "${wallpaper}" "--scaling" "fill"; }
Mod+L { spawn "swaylock"; }
// Volume
XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+"; }