Merge branch 'master' of git.unixpeople.org:hanez/home

This commit is contained in:
root 2019-03-04 00:09:15 +01:00
commit b04ff3e133
5 changed files with 7 additions and 3 deletions

View file

@ -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" },
}

View file

@ -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"

@ -0,0 +1 @@
Subproject commit a3759eb8a422e132f3e6e48723b7725130a7ee1b

3
.gitmodules vendored
View file

@ -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

View file

@ -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 \