diff --git a/botfiles/.Xresources b/botfiles/.Xresources index c73e208..fbd7d7b 100644 --- a/botfiles/.Xresources +++ b/botfiles/.Xresources @@ -1,9 +1,18 @@ ! special *.foreground: #dfdfdf -*.background: #0a0200 +*.background: #130314 *.border_unfocused: #262323 *.border_focused: #353131 +! dwm +dwm.normfgcolor: #bbbbbb +dwm.normbgcolor: #1b1b1b +dwm.normbordercolor: #444444 + +dwm.selfgcolor: #eeeeee +dwm.selbgcolor: #5e3059 +dwm.selbordercolor: #05e3059 + ! dmenu dmenu.selbackground: #353131 dmenu.selforeground: #dfdfdf diff --git a/botfiles/.scripts/autostart b/botfiles/.scripts/autostart index 406fbca..cc03513 100755 --- a/botfiles/.scripts/autostart +++ b/botfiles/.scripts/autostart @@ -15,9 +15,9 @@ elif [ "$HOSTNAME" == "laptop" ];then fi # Polybar -killall -q polybar -while pgrep -u $UID -x polybar >/dev/null; do killall -q polybar; done -polybar polybarexe & +# killall -q polybar +# while pgrep -u $UID -x polybar >/dev/null; do killall -q polybar; done +# polybar polybarexe & # sxhkd killall -q sxhkd while pgrep -u $UID -x sxhkd >/dev/null; do killall -q sxhkd; done @@ -35,6 +35,7 @@ picom & setxkbmap -layout 'pl' -option caps:swapescape & # Cursor xsetroot -cursor_name left_ptr & # change the cursor shape from "x" to normal +xsetroot -name " samedamci " # Not reload [[ -z $(pgrep udiskie) ]] && udiskie & @@ -44,5 +45,7 @@ xsetroot -cursor_name left_ptr & # change the cursor shape from "x" to normal [[ -z $(pgrep syncthing) ]] && syncthing -no-browser & telegram-desktop & +~/.scripts/dwmbar & + # Welcome notify dunstify "Hello ${USER}!" diff --git a/botfiles/.xinitrc b/botfiles/.xinitrc index 293d116..1d01468 100644 --- a/botfiles/.xinitrc +++ b/botfiles/.xinitrc @@ -1,2 +1,3 @@ #!/bin/sh -exec bspwm +~/.scripts/autostart & +exec dwm