Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
065f714c38 | ||
![]() |
4f422b66b7 | ||
![]() |
b1383d2fe9
|
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
Version=0.5
|
||||
Version=0.6
|
||||
|
||||
PREFIX = /usr/local
|
||||
SYSCONFDIR = /etc
|
||||
@@ -8,7 +8,8 @@ ICONS = \
|
||||
$(wildcard icons/*.png)
|
||||
|
||||
BACKGROUNDS = \
|
||||
$(wildcard backgrounds/*.jpg)
|
||||
$(wildcard backgrounds/*.jpg) \
|
||||
$(wildcard backgrounds/*.png)
|
||||
|
||||
install_icons:
|
||||
install -dm0755 $(DESTDIR)$(PREFIX)/share/icons/artix
|
||||
|
BIN
backgrounds/Artix_wallpaper.png
Normal file
BIN
backgrounds/Artix_wallpaper.png
Normal file
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 |
@@ -274,7 +274,7 @@ focus_follows_mouse no
|
||||
#mouse_warping none
|
||||
|
||||
# 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
|
||||
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 |
@@ -12,7 +12,7 @@ ShowHidden=false
|
||||
ShowWmMenu=false
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
Wallpaper=/usr/share/backgrounds/artix.jpg
|
||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||
WallpaperMode=stretch
|
||||
|
||||
[FolderView]
|
||||
|
@@ -12,7 +12,7 @@ ShowHidden=false
|
||||
ShowWmMenu=false
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
Wallpaper=/usr/share/backgrounds/artix.jpg
|
||||
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||
WallpaperMode=center
|
||||
|
||||
[FolderView]
|
||||
|
Reference in New Issue
Block a user