Revision | 590bbac825f0fd6b9acf9953b9973a802e13474c (tree) |
---|---|
Time | 2020-06-26 04:34:24 |
Author | creio <mailcreio@gmai...> |
Commiter | creio |
2020.06.25 Update
@@ -6,7 +6,10 @@ xset +fp $HOME/.fonts/misc/ & | ||
6 | 6 | xset -b |
7 | 7 | tint2 -c ~/.config/tint2/button.tint2rc & |
8 | 8 | tint2 -c ~/.config/tint2/tray.tint2rc & |
9 | -sh ~/.config/polybar/ctlos/launch.sh & | |
9 | +if [ "$(which polybar)" != "polybar not found" ]; then | |
10 | + sh ~/.config/polybar/ctlos/launch.sh & | |
11 | + (sleep 3; sh ~/.bin/phide.sh) & | |
12 | +fi | |
10 | 13 | # hsetroot -add '#2c3539' -add '#b89ca8' -gradient 130 & |
11 | 14 | hsetroot -fill ~/.wall/lcrow.png & |
12 | 15 | # sh ~/.bin/pscircle-dark.sh & |
@@ -1 +1 @@ | ||
1 | -1593102140 | |
\ No newline at end of file | ||
1 | +1593113574 | |
\ No newline at end of file |
@@ -30,7 +30,6 @@ USER_PATHS=( | ||
30 | 30 | ".grub-themes" |
31 | 31 | ".themes" |
32 | 32 | ".icons" |
33 | -".wall" | |
34 | 33 | # files |
35 | 34 | ".aurlist.txt" |
36 | 35 | ".pkglist.txt" |
@@ -101,6 +100,7 @@ USER_PATHS=( | ||
101 | 100 | ".config/Trolltech.conf" |
102 | 101 | ".config/user-dirs.dirs" |
103 | 102 | ".config/user-dirs.locale" |
103 | +".wall/lcrow.png" | |
104 | 104 | ) |
105 | 105 | |
106 | 106 | ROOT_PATHS=( |
@@ -11,6 +11,7 @@ | ||
11 | 11 | .config/polybar/wtrd.sh |
12 | 12 | .dots |
13 | 13 | |
14 | -!.wall/ | |
15 | -.wall/* | |
16 | -!.wall/lcrow.png | |
14 | +## include file | |
15 | +# !.wall/ | |
16 | +# .wall/* | |
17 | +# !.wall/lcrow.png |