From 4643c9419caeec8cd2334f1c1fa12fbdbc6e86b1 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:35:37 +0400 Subject: [PATCH] dwm broke --- config/dwm/config.def.h | 1 - config/dwmbar/bar.sh | 3 +-- hosts/sakotop/configuration.nix | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 2b394366..8a275dc8 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -26,7 +26,6 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "/home/sako/.dwmscripts/bar.sh", NULL, "picom", NULL, "keepassxc", NULL, "nm-applet", NULL, diff --git a/config/dwmbar/bar.sh b/config/dwmbar/bar.sh index 443b21ae..8522b8fc 100755 --- a/config/dwmbar/bar.sh +++ b/config/dwmbar/bar.sh @@ -21,8 +21,7 @@ audio() { } clock() { - printf "^c$black^ ^b$darkblue^ " - printf "^c$black^^b$blue^ $(date '+%H:%M') " + printf "$(date '+%H:%M') " } while true; do diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 2faeafb0..3facc66a 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -19,8 +19,8 @@ modules = { desktop = { kitty.enable = true; - dwm.enable = true; - xmonad.enable = false; + dwm.enable = false; + xmonad.enable = true; picom.enable = true; dunst.enable = true; browsers = {