From 943290a1df1ce8b025262754bacdabbe859e821f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 19 Jan 2019 23:02:03 +0100 Subject: [PATCH 1/6] sk1 icon update --- .config/awesome/mymainmenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/mymainmenu.lua b/.config/awesome/mymainmenu.lua index 657dcab5..e94cff8d 100644 --- a/.config/awesome/mymainmenu.lua +++ b/.config/awesome/mymainmenu.lua @@ -82,7 +82,7 @@ graphicsmenu = { { "krita", "/usr/bin/krita", "/usr/share/icons/hicolor/48x48/apps/calligrakrita.png" }, { "mtpaint", "/usr/bin/mtpaint", "/usr/share/pixmaps/mtpaint.png" }, { "scribus", "/usr/bin/scribus", "/usr/share/icons/hicolor/32x32/apps/scribus.png" }, - { "sk1", "/usr/bin/sk1", "/usr/share/pixmaps/sk1.png" }, + { "sk1", "/usr/bin/sk1", "/usr/share/icons/hicolor/scalable/apps/sk1.svg" }, { "viewnior", "/usr/bin/viewnior", "/usr/share/icons/hicolor/48x48/apps/viewnior.png" }, { "xsane scanning", "/usr/bin/xsane", "/usr/share/pixmaps/xsane.xpm" }, } From 902909f1e853390d62d61c29fc8376fa41c883b6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 22 Jan 2019 00:28:18 +0100 Subject: [PATCH 2/6] theme color adjustments --- .config/awesome/themes/hanez/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index 1f30f4e9..ed80363a 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -43,7 +43,7 @@ theme.taglist_squares_unsel = "~/.config/awesome/themes/hanez/taglist/squarew.pn -- Variables set for theming the menu: -- theme.menu_bg_normal = "#000000" -theme.menu_bg_focus = "#e95421" +theme.menu_bg_focus = "#F0544C" -- theme.menu_fg_normal = theme.menu_fg_focus = "#222222" -- theme.menu_border_color = "#e95421" From a8dbca45ca1dcb97bbd34d4d783f7e7c2c511a7b Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 22 Jan 2019 20:17:53 +0100 Subject: [PATCH 3/6] added zsh syntax highlighting --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index e2907a75..bb5a9a70 100644 --- a/.zshrc +++ b/.zshrc @@ -150,3 +150,5 @@ if [ -f /usr/bin/shellpic ]; then fi fi +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + From c7e4f72a273b12576aba82b1de1a1f06adbf009a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 22 Jan 2019 20:27:00 +0100 Subject: [PATCH 4/6] removed zsh plugin --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index bb5a9a70..e2907a75 100644 --- a/.zshrc +++ b/.zshrc @@ -150,5 +150,3 @@ if [ -f /usr/bin/shellpic ]; then fi fi -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - From 6048d45977a2888539413c9ecd5e3f4d8e33fb97 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 16 Feb 2019 18:01:56 +0100 Subject: [PATCH 5/6] added vicious as submodule --- .config/awesome/vicious | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/awesome/vicious diff --git a/.config/awesome/vicious b/.config/awesome/vicious new file mode 160000 index 00000000..a3759eb8 --- /dev/null +++ b/.config/awesome/vicious @@ -0,0 +1 @@ +Subproject commit a3759eb8a422e132f3e6e48723b7725130a7ee1b diff --git a/.gitmodules b/.gitmodules index 42a20a72..126334f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".zsh/oh-my-zsh"] path = .zsh/oh-my-zsh url = git@git.unixpeople.org:hanez/oh-my-zsh.git +[submodule ".config/awesome/vicious"] + path = .config/awesome/vicious + url = https://github.com/vicious-widgets/vicious From c97ca2dffef72d513d7228b126a840387cfc2a3c Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 16 Feb 2019 19:06:14 +0100 Subject: [PATCH 6/6] exclude 3.8 in alpine.sh --- bin/alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/alpine.sh b/bin/alpine.sh index 3bbd0ddb..86951eed 100755 --- a/bin/alpine.sh +++ b/bin/alpine.sh @@ -10,7 +10,7 @@ src=rsync://rsync.alpinelinux.org/alpine/ dest=/data/alpine/ # uncomment this to exclude old v2.x branches -exclude="--exclude v2.* --exclude v3.0 --exclude v3.1 --exclude v3.2 --exclude v3.2 --exclude v3.3 --exclude v3.4 --exclude v3.5 --exclude v3.6 --exclude v3.7 --exclude aarch64/ --exclude armhf/ --exclude armv7/ --exclude ppc64le/ --exclude s390x/ --exclude x86/" +exclude="--exclude v2.* --exclude v3.0 --exclude v3.1 --exclude v3.2 --exclude v3.2 --exclude v3.3 --exclude v3.4 --exclude v3.5 --exclude v3.6 --exclude v3.7 --exclude v3.8 --exclude aarch64/ --exclude armhf/ --exclude armv7/ --exclude ppc64le/ --exclude s390x/ --exclude x86/" mkdir -p "$dest" /usr/bin/rsync \