Add icons in dist tarball and in default statusbar
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d5d1319821
commit
06ac58cd6e
11
Makefile.am
11
Makefile.am
|
@ -5,7 +5,9 @@ SUFFIXES =
|
|||
bin_PROGRAMS =
|
||||
doc_DATA =
|
||||
man_MANS =
|
||||
iconslayoutsdir = $(pkgdatadir)/icons/layouts
|
||||
iconsdir = $(pkgdatadir)/icons
|
||||
dist_icons_DATA =
|
||||
iconslayoutsdir = $(iconsdir)/layouts
|
||||
dist_iconslayouts_DATA =
|
||||
|
||||
LAYOUTS =
|
||||
|
@ -51,10 +53,9 @@ CLEANFILES += awesomerc
|
|||
BUILT_SOURCES += awesomerc
|
||||
doc_DATA += awesomerc
|
||||
awesomerc: $(srcdir)/awesomerc.in
|
||||
$(SED) -e "s|[@]iconslayoutsdir@|$(iconslayoutsdir)|" \
|
||||
$(SED) -e "s|[@]iconslayoutsdir@|$(iconslayoutsdir)|;s|[@]iconsdir@|$(iconsdir)|" \
|
||||
< $(srcdir)/awesomerc.in > awesomerc
|
||||
|
||||
|
||||
CLEANFILES += defconfig.h
|
||||
BUILT_SOURCES += defconfig.h
|
||||
defconfig.h: awesomerc
|
||||
|
@ -191,6 +192,10 @@ EXTRA_DIST += awesome-message.1.txt
|
|||
EXTRA_DIST += awesome-menu.1.txt
|
||||
EXTRA_DIST += awesomerc.5.txt
|
||||
|
||||
dist_icons_DATA += icons/awesome16.png
|
||||
dist_icons_DATA += icons/awesome32.png
|
||||
dist_icons_DATA += icons/awesome48.png
|
||||
dist_icons_DATA += icons/awesome64.png
|
||||
dist_iconslayouts_DATA += icons/layouts/dwindle.png
|
||||
dist_iconslayouts_DATA += icons/layouts/dwindlew.png
|
||||
dist_iconslayouts_DATA += icons/layouts/floating.png
|
||||
|
|
14
awesomerc.in
14
awesomerc.in
|
@ -12,8 +12,8 @@ screen 0
|
|||
focus
|
||||
{
|
||||
fg = "#000000"
|
||||
bg = "#00bfff"
|
||||
border = "#00bfff"
|
||||
bg = "#535d6c"
|
||||
border = "#535d6c"
|
||||
}
|
||||
urgent
|
||||
{
|
||||
|
@ -135,6 +135,16 @@ screen 0
|
|||
command = "client_swapprev"
|
||||
}
|
||||
}
|
||||
iconbox logo
|
||||
{
|
||||
image = "@iconsdir@/awesome16.png"
|
||||
mouse
|
||||
{
|
||||
button = "1"
|
||||
command = "spawn"
|
||||
arg = "exec xterm -e man awesome"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 182 B |
Binary file not shown.
After Width: | Height: | Size: 191 B |
Binary file not shown.
After Width: | Height: | Size: 225 B |
Binary file not shown.
After Width: | Height: | Size: 267 B |
Loading…
Reference in New Issue