Browse Source

add screenshot | cleanup of autostart file

siduck76 3 năm trước cách đây
mục cha
commit
0b255ec0eb
2 tập tin đã thay đổi với 5 bổ sung7 xóa
  1. 3 7
      .dwm/autostart
  2. 2 0
      README.md

+ 3 - 7
.dwm/autostart

@@ -1,17 +1,13 @@
 #!/bin/sh
 
-feh --bg-fill ~/Pictures/wall/comfy.jpg &
+feh --bg-fill ~/Pictures/wall/chad.png &
+
 xrdb merge ~/Public/xresources/nord/.Xresources &
 
 picom & 
 
-cp -r ~/Public/theme\ and\ icons/flux/.gtkrc-2.0 ~/ &
-cp -r ~/Public/theme\ and\ icons/flux/settings.ini  ~/.config/gtk-3.0/ &
-
-cp -r ~/Public/rofi/dwm_nord/rofi/ ~/.config/ &
-
 xbacklight -set 10 &
+
 ~/.dwm/bar &
 
-xmodmap ~/.xmodmap-sid &
 dwm

+ 2 - 0
README.md

@@ -8,6 +8,8 @@
 
 - NOTE: This is vanilla dwm bar (status2d patch for setting colors) not dwmblocks or polybar. 
 
+<img src="https://github.com/siduck76/chadwm/blob/main/screenshots/chadwm.png">
+
 # Tag preview (while hovering tag icon)
 
 https://user-images.githubusercontent.com/59060246/128050994-17f46934-6604-4430-bece-f60b0700b6be.mp4