dwm broke
This commit is contained in:
parent
53585939ae
commit
4643c9419c
3 changed files with 3 additions and 5 deletions
|
@ -26,7 +26,6 @@ static const char *colors[][3] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"/home/sako/.dwmscripts/bar.sh", NULL,
|
|
||||||
"picom", NULL,
|
"picom", NULL,
|
||||||
"keepassxc", NULL,
|
"keepassxc", NULL,
|
||||||
"nm-applet", NULL,
|
"nm-applet", NULL,
|
||||||
|
|
|
@ -21,8 +21,7 @@ audio() {
|
||||||
}
|
}
|
||||||
|
|
||||||
clock() {
|
clock() {
|
||||||
printf "^c$black^ ^b$darkblue^ "
|
printf "$(date '+%H:%M') "
|
||||||
printf "^c$black^^b$blue^ $(date '+%H:%M') "
|
|
||||||
}
|
}
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
modules = {
|
modules = {
|
||||||
desktop = {
|
desktop = {
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
dwm.enable = true;
|
dwm.enable = false;
|
||||||
xmonad.enable = false;
|
xmonad.enable = true;
|
||||||
picom.enable = true;
|
picom.enable = true;
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
browsers = {
|
browsers = {
|
||||||
|
|
Loading…
Reference in a new issue