diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..7d77f47 --- /dev/null +++ b/.Xresources @@ -0,0 +1,2 @@ +*.background: #000000 +*.foreground: #ffffff diff --git a/.xinitrc b/.xinitrc index 9a7a877..401dafe 100755 --- a/.xinitrc +++ b/.xinitrc @@ -9,6 +9,7 @@ xwallpaper --output DP-2-1 --center med/pix/dow/ml.png --output DP-1 --center me xss-lock -- slock & #dunst crashes X for some reason on my device so I put it in screen to prevent that screen -dm dunst notifs +xrdb .Xresources while true; do xsetroot -name "$(date +'%H:%M:%S %a %b %d')"