This commit is contained in:
KaitoTLex 2024-10-07 13:03:43 -07:00
parent f8026d47da
commit a339053df0
4 changed files with 24 additions and 17 deletions

View file

@ -57,9 +57,14 @@
startup = [
{
always = true;
command = "swaybg -i /home/kaitotlex/Pictures/maic.png";
command = "swaybg -i /home/kaitotlex/Pictures/eff.png";
}
];
};
xwayland = true;
#extraConfigs = {
# keybindings = "bindsym XF86MonBrightnessDown exec brightnessctl -d amdgpu_bl2 set 10%- \n
# bindsym XF86MonBrightnessUp exec brightnessctl -d amdgpu_bl2 set 10%+";
#};
};
}

View file

@ -33,6 +33,7 @@
chromium
manga-tui
thunderbird
rustup
pamixer
@ -94,6 +95,7 @@
#sway Modules
swaybg
xwayland
# LaTeX stuff
texliveFull
@ -204,7 +206,7 @@
programs.oh-my-posh = {
enable = true;
# enableZshIntegration = true;
enableFishIntegration = true;
enableFishIntegration = false;
enableBashIntegration = true;
useTheme = "gruvbox";
};