Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
065f714c38 | ||
![]() |
4f422b66b7 | ||
![]() |
b1383d2fe9
|
||
![]() |
657af244fa |
5
Makefile
5
Makefile
@@ -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
|
||||||
|
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
|
#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 |
@@ -1,7 +1,7 @@
|
|||||||
[General]
|
[General]
|
||||||
__userfile__=true
|
__userfile__=true
|
||||||
icon_theme=breeze
|
icon_theme=breeze
|
||||||
theme=frost
|
theme=kde-plasma
|
||||||
|
|
||||||
[Mouse]
|
[Mouse]
|
||||||
cursor_theme=Breeze
|
cursor_theme=Breeze
|
||||||
|
@@ -24,7 +24,9 @@ type=kbindicator
|
|||||||
|
|
||||||
[mainmenu]
|
[mainmenu]
|
||||||
alignment=Left
|
alignment=Left
|
||||||
showText=true
|
icon=/usr/share/icons/artix/logo.svg
|
||||||
|
ownIcon=true
|
||||||
|
showText=false
|
||||||
type=mainmenu
|
type=mainmenu
|
||||||
|
|
||||||
[mount]
|
[mount]
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
</placement>
|
</placement>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<name>Onyx</name>
|
<name>Mikachu</name>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
<titleLayout>NLIMC</titleLayout>
|
||||||
<!--
|
<!--
|
||||||
available characters are NDSLIMC, each can occur at most once.
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
|
@@ -11,8 +11,8 @@ ShadowColor=#000000
|
|||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowWmMenu=false
|
ShowWmMenu=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
Wallpaper=/usr/share/backgrounds/artix.jpg
|
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||||
WallpaperMode=stretch
|
WallpaperMode=stretch
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
@@ -22,7 +22,7 @@ ShowHidden=false
|
|||||||
SidePaneIconSize=24
|
SidePaneIconSize=24
|
||||||
SmallIconSize=24
|
SmallIconSize=24
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
ThumbnailIconSize=128
|
ThumbnailIconSize=128
|
||||||
|
|
||||||
[System]
|
[System]
|
||||||
|
@@ -11,8 +11,8 @@ ShadowColor=#000000
|
|||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowWmMenu=false
|
ShowWmMenu=false
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
Wallpaper=/usr/share/backgrounds/artix.jpg
|
Wallpaper=/usr/share/backgrounds/Artix_wallpaper.png
|
||||||
WallpaperMode=center
|
WallpaperMode=center
|
||||||
|
|
||||||
[FolderView]
|
[FolderView]
|
||||||
@@ -22,7 +22,7 @@ ShowHidden=false
|
|||||||
SidePaneIconSize=24
|
SidePaneIconSize=24
|
||||||
SmallIconSize=24
|
SmallIconSize=24
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
SortOrder=descending
|
SortOrder=ascending
|
||||||
ThumbnailIconSize=128
|
ThumbnailIconSize=128
|
||||||
|
|
||||||
[System]
|
[System]
|
||||||
|
Reference in New Issue
Block a user