• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision590bbac825f0fd6b9acf9953b9973a802e13474c (tree)
Time2020-06-26 04:34:24
Authorcreio <mailcreio@gmai...>
Commitercreio

Log Message

2020.06.25 Update

Change Summary

Incremental Difference

--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -6,7 +6,10 @@ xset +fp $HOME/.fonts/misc/ &
66 xset -b
77 tint2 -c ~/.config/tint2/button.tint2rc &
88 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
1013 # hsetroot -add '#2c3539' -add '#b89ca8' -gradient 130 &
1114 hsetroot -fill ~/.wall/lcrow.png &
1215 # sh ~/.bin/pscircle-dark.sh &
--- a/.config/sublime-text-3/Packages/User/Package Control.last-run
+++ b/.config/sublime-text-3/Packages/User/Package Control.last-run
@@ -1 +1 @@
1-1593102140
\ No newline at end of file
1+1593113574
\ No newline at end of file
--- a/.dotsrc
+++ b/.dotsrc
@@ -30,7 +30,6 @@ USER_PATHS=(
3030 ".grub-themes"
3131 ".themes"
3232 ".icons"
33-".wall"
3433 # files
3534 ".aurlist.txt"
3635 ".pkglist.txt"
@@ -101,6 +100,7 @@ USER_PATHS=(
101100 ".config/Trolltech.conf"
102101 ".config/user-dirs.dirs"
103102 ".config/user-dirs.locale"
103+".wall/lcrow.png"
104104 )
105105
106106 ROOT_PATHS=(
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
1111 .config/polybar/wtrd.sh
1212 .dots
1313
14-!.wall/
15-.wall/*
16-!.wall/lcrow.png
14+## include file
15+# !.wall/
16+# .wall/*
17+# !.wall/lcrow.png