This commit is contained in:
Sakooooo 2023-09-11 08:11:40 +04:00
parent 154f62c8ef
commit adb672b443
Signed by: sako
GPG key ID: 3FD715D87D7725E0
4 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,7 @@ static const char *const autostart[] = {
"feh", "--bg-scale", "/home/sako/background.png", NULL,
"xsetroot", "-cursor_name", "left_ptr", NULL,
"picom", NULL,
"/home/sako/.dwmscripts/bar.sh", NULL,
"keepassxc", NULL,
NULL /* terminate */
};

0
config/dwmbar/bar.sh Normal file → Executable file
View file

0
config/dwmbar/themes/sako.sh Normal file → Executable file
View file

View file

@ -83,6 +83,11 @@ in {
enable = true;
source = ../../../config/background.png;
};
".dwmscripts" = {
enable = true;
recursive = true;
source = ../../../config/dwmbar;
};
};
home.pointerCursor = {
name = "Catppuccin-Mocha-Dark";