update bar and lock screen, add xinitrc, use as symlink into ~/

This commit is contained in:
odweta
2026-09-06 09:29:47 +02:00
parent 01a03cfb65
commit 9afd42cf54
4 changed files with 18 additions and 9 deletions
+9
View File
@@ -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
+2 -2
View File
@@ -2,8 +2,8 @@
#define MODULE_ROOT "$HOME/.config/suckless/dwmblocks/modules/" #define MODULE_ROOT "$HOME/.config/suckless/dwmblocks/modules/"
static const Block blocks[] = { static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{" 󰎇 ", MODULE_ROOT "status-music", 0, 1}, // {" 󰎇 ", MODULE_ROOT "status-music", 0, 1},
{"󰖩 ", MODULE_ROOT "status-network", 10, 0}, {" 󰖩 ", MODULE_ROOT "status-network", 10, 0},
{"", MODULE_ROOT "status-battery", 60, 0}, {"", MODULE_ROOT "status-battery", 60, 0},
{"󰕾 ", MODULE_ROOT "status-volume", 0, 2}, {"󰕾 ", MODULE_ROOT "status-volume", 0, 2},
{"", MODULE_ROOT "status-datetime", 60, 0}, {"", MODULE_ROOT "status-datetime", 60, 0},
+2 -2
View File
@@ -1,6 +1,6 @@
/* user and group to drop privileges to */ /* user and group to drop privileges to */
static const char *user = "odweta"; static const char *user = "imp";
static const char *group = "odweta"; static const char *group = "imp";
static const char *colorname[NUMCOLS] = { static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */ [INIT] = "black", /* after initialization */
+2 -2
View File
@@ -1,6 +1,6 @@
/* user and group to drop privileges to */ /* user and group to drop privileges to */
static const char *user = "odweta"; static const char *user = "imp";
static const char *group = "odweta"; static const char *group = "imp";
static const char *colorname[NUMCOLS] = { static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */ [INIT] = "black", /* after initialization */