Initial commit
12
icons/LICENSE
Normal file
|
@ -0,0 +1,12 @@
|
|||
All 'awesome' icons in this package were created by Adrian C. (anrxc).
|
||||
They are licensed under the same terms as the awesome distribution itself
|
||||
- GNU General Public License version 2. To view a human-readable summary
|
||||
of this license, visit: http://creativecommons.org/licenses/GPL/2.0/
|
||||
|
||||
The widget icons with the exception of: 'chat', 'crypt', 'power' and
|
||||
'rss' icons (which were made by me) were originally made by 'sm4tik'
|
||||
for purposes of 'dzen', I could not find any licensing information
|
||||
attached to those original bitmaps. Assuming they are in the public
|
||||
domain I am licensing the widget icons under the terms of the
|
||||
Creative Commons Attribution-Share Alike license. To view a copy of
|
||||
this license, visit: http://creativecommons.org/licenses/by-sa/3.0/
|
BIN
icons/awesome.png
Normal file
After Width: | Height: | Size: 205 B |
BIN
icons/background.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
icons/bat.png
Normal file
After Width: | Height: | Size: 214 B |
BIN
icons/cal.png
Normal file
After Width: | Height: | Size: 217 B |
BIN
icons/chat.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
icons/cpu.png
Normal file
After Width: | Height: | Size: 235 B |
BIN
icons/crypto.png
Normal file
After Width: | Height: | Size: 219 B |
BIN
icons/disk.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
icons/down.png
Normal file
After Width: | Height: | Size: 250 B |
BIN
icons/info.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
icons/layouts/dwindle.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
icons/layouts/fairh.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
icons/layouts/fairhw.png
Normal file
After Width: | Height: | Size: 179 B |
BIN
icons/layouts/fairv.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
icons/layouts/fairvw.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
icons/layouts/floating.png
Normal file
After Width: | Height: | Size: 395 B |
BIN
icons/layouts/floatingw.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
icons/layouts/fullscreen.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
icons/layouts/fullscreenw.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
icons/layouts/magnifier.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
icons/layouts/magnifierw.png
Normal file
After Width: | Height: | Size: 184 B |
BIN
icons/layouts/max.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
icons/layouts/maxw.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
icons/layouts/spiral.png
Normal file
After Width: | Height: | Size: 215 B |
BIN
icons/layouts/tile.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
icons/layouts/tilebottom.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
icons/layouts/tilebottomw.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
icons/layouts/tileleft.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
icons/layouts/tileleftw.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
icons/layouts/tiletop.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
icons/layouts/tiletopw.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
icons/layouts/tilew.png
Normal file
After Width: | Height: | Size: 192 B |
BIN
icons/mail.png
Normal file
After Width: | Height: | Size: 213 B |
BIN
icons/mem.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
icons/music.png
Normal file
After Width: | Height: | Size: 192 B |
BIN
icons/pacman.png
Normal file
After Width: | Height: | Size: 226 B |
BIN
icons/phones.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
icons/power.png
Normal file
After Width: | Height: | Size: 222 B |
BIN
icons/rss.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
icons/sat.png
Normal file
After Width: | Height: | Size: 226 B |
BIN
icons/submenu.png
Normal file
After Width: | Height: | Size: 440 B |
BIN
icons/sun.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
icons/taglist/squarefw.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
icons/taglist/squarefz.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
icons/taglist/squarefza.png
Normal file
After Width: | Height: | Size: 163 B |
BIN
icons/taglist/squarew.png
Normal file
After Width: | Height: | Size: 210 B |
BIN
icons/taglist/squarez.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
icons/taglist/squareza.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
icons/tasklist/floating.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
icons/tasklist/floatingw.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
icons/temp.png
Normal file
After Width: | Height: | Size: 240 B |
92
icons/theme.lua
Normal file
|
@ -0,0 +1,92 @@
|
|||
---------------------------
|
||||
-- Default awesome theme --
|
||||
---------------------------
|
||||
|
||||
theme = {}
|
||||
|
||||
theme.font = "fixed 6"
|
||||
|
||||
theme.bg_normal = "#222222"
|
||||
theme.bg_focus = "#535d6c"
|
||||
theme.bg_urgent = "#ff0000"
|
||||
theme.bg_minimize = "#444444"
|
||||
|
||||
theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_focus = "#ffffff"
|
||||
theme.fg_urgent = "#ffffff"
|
||||
theme.fg_minimize = "#ffffff"
|
||||
|
||||
theme.border_width = "0"
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = "#535d6c55"
|
||||
theme.border_marked = "#91231c55"
|
||||
|
||||
-- There are another variables sets
|
||||
-- overriding the default one when
|
||||
-- defined, the sets are:
|
||||
-- [taglist|tasklist]_[bg|fg]_[focus|urgent]
|
||||
-- titlebar_[bg|fg]_[normal|focus]
|
||||
-- Example:
|
||||
--taglist_bg_focus = #ff0000
|
||||
|
||||
-- Display the taglist squares
|
||||
theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
|
||||
theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
|
||||
|
||||
theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
|
||||
|
||||
-- Variables set for theming menu
|
||||
-- menu_[bg|fg]_[normal|focus]
|
||||
-- menu_[border_color|border_width]
|
||||
theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
|
||||
theme.menu_height = "12"
|
||||
theme.menu_width = "100"
|
||||
|
||||
-- You can add as many variables as
|
||||
-- you wish and access them by using
|
||||
-- beautiful.variable in your rc.lua
|
||||
--bg_widget = #cc0000
|
||||
|
||||
-- Define the image to load
|
||||
theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"
|
||||
theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png"
|
||||
|
||||
theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png"
|
||||
theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png"
|
||||
theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png"
|
||||
theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png"
|
||||
|
||||
theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png"
|
||||
theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png"
|
||||
theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png"
|
||||
theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png"
|
||||
|
||||
theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png"
|
||||
theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png"
|
||||
theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png"
|
||||
theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png"
|
||||
|
||||
theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png"
|
||||
theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png"
|
||||
theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png"
|
||||
theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"
|
||||
|
||||
-- You can use your own command to set your wallpaper
|
||||
-- theme.wallpaper_cmd = { "awsetbg /usr/share/awesome/themes/default/background.png" }
|
||||
|
||||
-- You can use your own layout icons like this:
|
||||
theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"
|
||||
theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png"
|
||||
theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png"
|
||||
theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png"
|
||||
theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png"
|
||||
theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png"
|
||||
theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png"
|
||||
theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png"
|
||||
theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png"
|
||||
theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png"
|
||||
|
||||
theme.awesome_icon = "/usr/share/awesome/themes/default/layouts/taglist/squarew.png"
|
||||
|
||||
return theme
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
BIN
icons/time.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
icons/titlebar/close_focus.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
icons/titlebar/close_normal.png
Normal file
After Width: | Height: | Size: 893 B |
BIN
icons/titlebar/floating_focus_active.png
Normal file
After Width: | Height: | Size: 598 B |
BIN
icons/titlebar/floating_focus_inactive.png
Normal file
After Width: | Height: | Size: 818 B |
BIN
icons/titlebar/floating_normal_active.png
Normal file
After Width: | Height: | Size: 799 B |
BIN
icons/titlebar/floating_normal_inactive.png
Normal file
After Width: | Height: | Size: 814 B |
BIN
icons/titlebar/maximized_focus_active.png
Normal file
After Width: | Height: | Size: 1,013 B |
BIN
icons/titlebar/maximized_focus_inactive.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/titlebar/maximized_normal_active.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/titlebar/maximized_normal_inactive.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/titlebar/ontop_focus_active.png
Normal file
After Width: | Height: | Size: 774 B |
BIN
icons/titlebar/ontop_focus_inactive.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/titlebar/ontop_normal_active.png
Normal file
After Width: | Height: | Size: 965 B |
BIN
icons/titlebar/ontop_normal_inactive.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
icons/titlebar/sticky_focus_active.png
Normal file
After Width: | Height: | Size: 833 B |
BIN
icons/titlebar/sticky_focus_inactive.png
Normal file
After Width: | Height: | Size: 836 B |
BIN
icons/titlebar/sticky_normal_active.png
Normal file
After Width: | Height: | Size: 967 B |
BIN
icons/titlebar/sticky_normal_inactive.png
Normal file
After Width: | Height: | Size: 872 B |
BIN
icons/up.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
icons/vol.png
Normal file
After Width: | Height: | Size: 228 B |
BIN
icons/wifi.png
Normal file
After Width: | Height: | Size: 213 B |