From acb865b0152efbc1d64034acf0711d0eadde5e46 Mon Sep 17 00:00:00 2001 From: compromyse Date: Sun, 11 Dec 2022 13:37:11 +0530 Subject: add files --- .dwm/autostart.sh | 8 ++++++++ .dwm/bar.sh | 5 +++++ .dwm/dmenu.sh | 2 ++ 3 files changed, 15 insertions(+) create mode 100755 .dwm/autostart.sh create mode 100755 .dwm/bar.sh create mode 100755 .dwm/dmenu.sh (limited to '.dwm') diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh new file mode 100755 index 0000000..2d967bc --- /dev/null +++ b/.dwm/autostart.sh @@ -0,0 +1,8 @@ +#!/bin/bash +/usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1 & +feh --bg-scale /home/compromyse/Pictures/wallpaper.jpg +dunst & +picom & +/home/compromyse/.dwm/bar.sh & +wmname LG3D +/usr/bin/vmware-user-suid-wrapper & diff --git a/.dwm/bar.sh b/.dwm/bar.sh new file mode 100755 index 0000000..9c77bff --- /dev/null +++ b/.dwm/bar.sh @@ -0,0 +1,5 @@ +while true +do + xsetroot -name "| $(date +' %d/%m/%y |  %A, %R') | λ $(whoami)" + sleep 5 +done diff --git a/.dwm/dmenu.sh b/.dwm/dmenu.sh new file mode 100755 index 0000000..df50a81 --- /dev/null +++ b/.dwm/dmenu.sh @@ -0,0 +1,2 @@ +#!/bin/bash +j4-dmenu-desktop --dmenu="dmenu -i -fn 'monospace:size=10' -nb '#131417' -nf '#bbbbbb' -sb '#d3d7f2' -sf '#1e1f26'" -- cgit v1.2.3