Merge branch 'master' of git.unixpeople.org:hanez/home
This commit is contained in:
commit
6231a0187a
5 changed files with 7 additions and 3 deletions
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
1
.config/awesome/vicious
Submodule
1
.config/awesome/vicious
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a3759eb8a422e132f3e6e48723b7725130a7ee1b
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue