diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..18cae9f --- /dev/null +++ b/.xinitrc @@ -0,0 +1,9 @@ +dwmblocks & +xbindkeys & +picom & +xss-lock -l slock & +feh --bg-scale $HOME/Pictures/wallpapers/sunset.jpg & + +exec dwm + +systemctl --user restart wireplumber pipewire pipewire-pulse; pkill -RTMIN+2 dwmblocks diff --git a/dwmblocks/blocks.def.h b/dwmblocks/blocks.def.h index d7557ae..f7353e1 100644 --- a/dwmblocks/blocks.def.h +++ b/dwmblocks/blocks.def.h @@ -2,11 +2,11 @@ #define MODULE_ROOT "$HOME/.config/suckless/dwmblocks/modules/" static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {" 󰎇 ", MODULE_ROOT "status-music", 0, 1}, - {"󰖩 ", MODULE_ROOT "status-network", 10, 0}, - {" ", MODULE_ROOT "status-battery", 60, 0}, - {"󰕾 ", MODULE_ROOT "status-volume", 0, 2}, - {" ", MODULE_ROOT "status-datetime", 60, 0}, +// {" 󰎇 ", MODULE_ROOT "status-music", 0, 1}, + {" 󰖩 ", MODULE_ROOT "status-network", 10, 0}, + {" ", MODULE_ROOT "status-battery", 60, 0}, + {"󰕾 ", MODULE_ROOT "status-volume", 0, 2}, + {" ", MODULE_ROOT "status-datetime", 60, 0}, }; //sets delimiter between status commands. NULL character ('\0') means no delimiter. diff --git a/slock/config.def.h b/slock/config.def.h index defbec5..b051a85 100644 --- a/slock/config.def.h +++ b/slock/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ -static const char *user = "odweta"; -static const char *group = "odweta"; +static const char *user = "imp"; +static const char *group = "imp"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ diff --git a/slock/config.h b/slock/config.h index defbec5..b051a85 100644 --- a/slock/config.h +++ b/slock/config.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ -static const char *user = "odweta"; -static const char *group = "odweta"; +static const char *user = "imp"; +static const char *group = "imp"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */