3 Commits
0.5.1 ... 0.6.1

Author SHA1 Message Date
udeved
065f714c38 Makefile start 0.6 2018-01-05 16:47:12 +01:00
udeved
4f422b66b7 update wallpaper 2018-01-05 11:00:49 +01:00
Oscar Campos
b1383d2fe9 update Artix background 2017-11-09 15:00:05 +00:00
7 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
Version=0.5 Version=0.6
PREFIX = /usr/local PREFIX = /usr/local
SYSCONFDIR = /etc SYSCONFDIR = /etc
@@ -8,7 +8,8 @@ ICONS = \
$(wildcard icons/*.png) $(wildcard icons/*.png)
BACKGROUNDS = \ BACKGROUNDS = \
$(wildcard backgrounds/*.jpg) $(wildcard backgrounds/*.jpg) \
$(wildcard backgrounds/*.png)
install_icons: install_icons:
install -dm0755 $(DESTDIR)$(PREFIX)/share/icons/artix install -dm0755 $(DESTDIR)$(PREFIX)/share/icons/artix

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 259 KiB

View File

@@ -274,7 +274,7 @@ focus_follows_mouse no
#mouse_warping none #mouse_warping none
# set random background on desktop # set random background on desktop
exec_always --no-startup-id feh --bg-fill "$(find $HOME/.wallpaper/|shuf -n1)" exec_always --no-startup-id feh --bg-fill "$(find /usr/share/backgrounds/|shuf -n1)"
# printscreen # printscreen
bindsym Print exec scrot -q 95 '%Y-%m-%d-%s_$wx$h_scrot.png' -e 'mv $f ~/Pictures/' bindsym Print exec scrot -q 95 '%Y-%m-%d-%s_$wx$h_scrot.png' -e 'mv $f ~/Pictures/'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -12,7 +12,7 @@ ShowHidden=false
ShowWmMenu=false ShowWmMenu=false
SortColumn=name SortColumn=name
SortOrder=ascending SortOrder=ascending
Wallpaper=/usr/share/backgrounds/artix.jpg Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
WallpaperMode=stretch WallpaperMode=stretch
[FolderView] [FolderView]

View File

@@ -12,7 +12,7 @@ ShowHidden=false
ShowWmMenu=false ShowWmMenu=false
SortColumn=name SortColumn=name
SortOrder=ascending SortOrder=ascending
Wallpaper=/usr/share/backgrounds/artix.jpg Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
WallpaperMode=center WallpaperMode=center
[FolderView] [FolderView]