From eb54eb7237eb5c1d5d3a64f2c10f7139cfa2fec8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:10:28 +0300 Subject: [PATCH] funky town --- config/dwm/config.def.h | 1 - hosts/sakotop/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index cb5e2060..e6d996c9 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -32,7 +32,6 @@ static const char *colors[][3] = { static const char *const autostart[] = { "xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, - "dwmblocks", NULL, "nm-applet", NULL, "blueman-applet", NULL, "keepassxc", NULL, diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index d2c14ea1..829fea52 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -18,7 +18,7 @@ awesome.enable = false; dwm = { enable = true; - dwmblocks.enable = true; + dwmblocks.enable = false; }; gnome.enable = false; dunst.enable = true;