update bar and lock screen, add xinitrc, use as symlink into ~/
This commit is contained in:
@@ -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,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
@@ -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
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user