dwmbar
This commit is contained in:
parent
154f62c8ef
commit
adb672b443
4 changed files with 6 additions and 0 deletions
|
@ -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
0
config/dwmbar/bar.sh
Normal file → Executable file
0
config/dwmbar/themes/sako.sh
Normal file → Executable file
0
config/dwmbar/themes/sako.sh
Normal file → Executable 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";
|
||||
|
|
Loading…
Reference in a new issue