commit fb365eb621cb07bd4c4df817748307d0377d7bea Author: Guillaume DOTT Date: Sun Nov 11 01:23:19 2012 +0100 Initial commit diff --git a/dark/background.jpg b/dark/background.jpg new file mode 100755 index 0000000..0c36b6b Binary files /dev/null and b/dark/background.jpg differ diff --git a/dark/games/altitude.png b/dark/games/altitude.png new file mode 100755 index 0000000..3e28686 Binary files /dev/null and b/dark/games/altitude.png differ diff --git a/dark/games/armagetronad.png b/dark/games/armagetronad.png new file mode 100755 index 0000000..c98d2a7 Binary files /dev/null and b/dark/games/armagetronad.png differ diff --git a/dark/games/cortexcommand.png b/dark/games/cortexcommand.png new file mode 100755 index 0000000..ae62b0a Binary files /dev/null and b/dark/games/cortexcommand.png differ diff --git a/dark/games/minecraft.png b/dark/games/minecraft.png new file mode 100755 index 0000000..727eb76 Binary files /dev/null and b/dark/games/minecraft.png differ diff --git a/dark/games/osmos.png b/dark/games/osmos.png new file mode 100755 index 0000000..17a75a9 Binary files /dev/null and b/dark/games/osmos.png differ diff --git a/dark/games/redeclipse.png b/dark/games/redeclipse.png new file mode 100755 index 0000000..50d52dc Binary files /dev/null and b/dark/games/redeclipse.png differ diff --git a/dark/games/revenge.png b/dark/games/revenge.png new file mode 100755 index 0000000..3bca36b Binary files /dev/null and b/dark/games/revenge.png differ diff --git a/dark/games/shadowgrounds-survivor.png b/dark/games/shadowgrounds-survivor.png new file mode 100755 index 0000000..034c9b2 Binary files /dev/null and b/dark/games/shadowgrounds-survivor.png differ diff --git a/dark/games/shadowgrounds.png b/dark/games/shadowgrounds.png new file mode 100755 index 0000000..63a99c0 Binary files /dev/null and b/dark/games/shadowgrounds.png differ diff --git a/dark/games/teeworlds.png b/dark/games/teeworlds.png new file mode 100755 index 0000000..890baaf Binary files /dev/null and b/dark/games/teeworlds.png differ diff --git a/dark/games/trine.png b/dark/games/trine.png new file mode 100755 index 0000000..9ac8a45 Binary files /dev/null and b/dark/games/trine.png differ diff --git a/dark/games/xmoto.png b/dark/games/xmoto.png new file mode 100755 index 0000000..19141f8 Binary files /dev/null and b/dark/games/xmoto.png differ diff --git a/dark/layouts/dwindle.png b/dark/layouts/dwindle.png new file mode 100755 index 0000000..054eb11 Binary files /dev/null and b/dark/layouts/dwindle.png differ diff --git a/dark/layouts/fairh.png b/dark/layouts/fairh.png new file mode 100755 index 0000000..306d9f3 Binary files /dev/null and b/dark/layouts/fairh.png differ diff --git a/dark/layouts/fairv.png b/dark/layouts/fairv.png new file mode 100755 index 0000000..ff466dc Binary files /dev/null and b/dark/layouts/fairv.png differ diff --git a/dark/layouts/floating.png b/dark/layouts/floating.png new file mode 100755 index 0000000..bf8b2f9 Binary files /dev/null and b/dark/layouts/floating.png differ diff --git a/dark/layouts/fullscreen.png b/dark/layouts/fullscreen.png new file mode 100755 index 0000000..40da293 Binary files /dev/null and b/dark/layouts/fullscreen.png differ diff --git a/dark/layouts/magnifier.png b/dark/layouts/magnifier.png new file mode 100755 index 0000000..c02c1fb Binary files /dev/null and b/dark/layouts/magnifier.png differ diff --git a/dark/layouts/max.png b/dark/layouts/max.png new file mode 100755 index 0000000..0f626bd Binary files /dev/null and b/dark/layouts/max.png differ diff --git a/dark/layouts/spiral.png b/dark/layouts/spiral.png new file mode 100755 index 0000000..1ca2d60 Binary files /dev/null and b/dark/layouts/spiral.png differ diff --git a/dark/layouts/tile.png b/dark/layouts/tile.png new file mode 100755 index 0000000..2db583a Binary files /dev/null and b/dark/layouts/tile.png differ diff --git a/dark/layouts/tilebottom.png b/dark/layouts/tilebottom.png new file mode 100755 index 0000000..832007f Binary files /dev/null and b/dark/layouts/tilebottom.png differ diff --git a/dark/layouts/tileleft.png b/dark/layouts/tileleft.png new file mode 100755 index 0000000..a0403bd Binary files /dev/null and b/dark/layouts/tileleft.png differ diff --git a/dark/layouts/tiletop.png b/dark/layouts/tiletop.png new file mode 100755 index 0000000..8a410f9 Binary files /dev/null and b/dark/layouts/tiletop.png differ diff --git a/dark/submenu.png b/dark/submenu.png new file mode 100755 index 0000000..55557a3 Binary files /dev/null and b/dark/submenu.png differ diff --git a/dark/taglist/square.png b/dark/taglist/square.png new file mode 100755 index 0000000..2288180 Binary files /dev/null and b/dark/taglist/square.png differ diff --git a/dark/taglist/squaref.png b/dark/taglist/squaref.png new file mode 100755 index 0000000..2a86430 Binary files /dev/null and b/dark/taglist/squaref.png differ diff --git a/dark/taglist/squarefw.png b/dark/taglist/squarefw.png new file mode 100755 index 0000000..2a86430 Binary files /dev/null and b/dark/taglist/squarefw.png differ diff --git a/dark/taglist/squarew.png b/dark/taglist/squarew.png new file mode 100755 index 0000000..913f2ca Binary files /dev/null and b/dark/taglist/squarew.png differ diff --git a/dark/tasklist/floating.png b/dark/tasklist/floating.png new file mode 100755 index 0000000..a50a2ff Binary files /dev/null and b/dark/tasklist/floating.png differ diff --git a/dark/theme.lua b/dark/theme.lua new file mode 100755 index 0000000..9d2ce53 --- /dev/null +++ b/dark/theme.lua @@ -0,0 +1,128 @@ +--------------------------- +-- Default awesome theme -- +--------------------------- + +theme = {} + +theme.font = "bitstream vera sans 7" + +theme.bg_normal = "#111111" +theme.bg_focus = "#eeeeee" +theme.bg_urgent = "#ff0000" +theme.bg_minimize = "#444444" + +theme.fg_normal = "#1793d1" +theme.fg_focus = "#1793d1" +theme.fg_urgent = "#ffffff" +theme.fg_minimize = "#ffffff" + +theme.border_width = "0" +theme.border_normal = "#000000" +theme.border_focus = "#ffffff" +theme.border_marked = "#ff0000" + +-- 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 = os.getenv("HOME") .. "/.config/awesome/themes/dark/taglist/squaref.png" +theme.taglist_squares_unsel = os.getenv("HOME") .. "/.config/awesome/themes/dark/taglist/square.png" + +theme.tasklist_floating_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/tasklist/floating.png" + +-- Variables set for theming menu +-- menu_[bg|fg]_[normal|focus] +-- menu_[border_color|border_width] +theme.menu_submenu_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/submenu.png" +theme.menu_height = "15" +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 = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/close_normal.png" +theme.titlebar_close_button_focus = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/close_focus.png" + +theme.titlebar_ontop_button_normal_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/ontop_normal_inactive.png" +theme.titlebar_ontop_button_focus_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/ontop_focus_inactive.png" +theme.titlebar_ontop_button_normal_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/ontop_normal_active.png" +theme.titlebar_ontop_button_focus_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/ontop_focus_active.png" + +theme.titlebar_sticky_button_normal_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/sticky_normal_inactive.png" +theme.titlebar_sticky_button_focus_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/sticky_focus_inactive.png" +theme.titlebar_sticky_button_normal_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/sticky_normal_active.png" +theme.titlebar_sticky_button_focus_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/sticky_focus_active.png" + +theme.titlebar_floating_button_normal_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/floating_normal_inactive.png" +theme.titlebar_floating_button_focus_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/floating_focus_inactive.png" +theme.titlebar_floating_button_normal_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/floating_normal_active.png" +theme.titlebar_floating_button_focus_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/floating_focus_active.png" + +theme.titlebar_maximized_button_normal_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/maximized_normal_inactive.png" +theme.titlebar_maximized_button_focus_inactive = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/maximized_focus_inactive.png" +theme.titlebar_maximized_button_normal_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/maximized_normal_active.png" +theme.titlebar_maximized_button_focus_active = os.getenv("HOME") .. "/.config/awesome/themes/dark/titlebar/maximized_focus_active.png" + +-- You can use your own command to set your wallpaper +--theme.wallpaper_cmd = { "awsetbg -c " .. os.getenv("HOME") .. "/Pictures/Wallpapers/guitars_dualscreen.png" } +theme.wallpaper_cmd = { "awsetbg -l" } + +-- You can use your own layout icons like this: +theme.layout_fairh = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/fairh.png" +theme.layout_fairv = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/fairv.png" +theme.layout_floating = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/floating.png" +theme.layout_magnifier = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/magnifier.png" +theme.layout_max = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/max.png" +theme.layout_fullscreen = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/fullscreen.png" +theme.layout_tilebottom = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/tilebottom.png" +theme.layout_tileleft = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/tileleft.png" +theme.layout_tile = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/tile.png" +theme.layout_tiletop = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/tiletop.png" +theme.layout_spiral = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/spiral.png" +theme.layout_dwindle = os.getenv("HOME") .. "/.config/awesome/themes/dark/layouts/dwindle.png" + +theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png" +theme.armagetronad_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/armagetronad.png" +theme.altitude_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/altitude.png" +theme.minecraft_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/minecraft.png" +theme.xmoto_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/xmoto.png" +theme.teeworlds_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/teeworlds.png" +theme.trine_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/trine.png" +theme.cortexcommand_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/cortexcommand.png" +theme.revenge_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/revenge.png" +theme.redeclipse_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/redeclipse.png" +theme.osmos_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/osmos.png" +theme.shadowgrounds_survivor_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/shadowgrounds-survivor.png" +theme.shadowgrounds_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/games/shadowgrounds.png" + +theme.vol_mute = os.getenv("HOME") .. "/.config/awesome/themes/dark/volume/mute.png" +theme.vol_low = os.getenv("HOME") .. "/.config/awesome/themes/dark/volume/low.png" +theme.vol_med = os.getenv("HOME") .. "/.config/awesome/themes/dark/volume/med.png" +theme.vol_med2 = os.getenv("HOME") .. "/.config/awesome/themes/dark/volume/med2.png" +theme.vol_high = os.getenv("HOME") .. "/.config/awesome/themes/dark/volume/high.png" + +theme.border_widget = "#111111" +theme.fg_widget = "#1793d1" +theme.fg_center_widget = "#1793d1" +theme.fg_end_widget = "#ffffff" +theme.fg_off_widget = "#111111" + +theme.widget_mail = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/mail.png" +theme.widget_music = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/music.png" +theme.widget_pacman = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/arch.png" +theme.widget_cpu = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/cpu.png" +theme.widget_mem = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/mem.png" +theme.widget_down = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/down.png" +theme.widget_up = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/up.png" +theme.widget_fs = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/diskette.png" +theme.widget_wifi = os.getenv("HOME") .. "/.config/awesome/themes/dark/widgets/wifi.png" + +return theme diff --git a/dark/titlebar/close_focus.png b/dark/titlebar/close_focus.png new file mode 100755 index 0000000..88e2d69 Binary files /dev/null and b/dark/titlebar/close_focus.png differ diff --git a/dark/titlebar/close_normal.png b/dark/titlebar/close_normal.png new file mode 100755 index 0000000..e9b7a59 Binary files /dev/null and b/dark/titlebar/close_normal.png differ diff --git a/dark/titlebar/floating_focus_active.png b/dark/titlebar/floating_focus_active.png new file mode 100755 index 0000000..82b279f Binary files /dev/null and b/dark/titlebar/floating_focus_active.png differ diff --git a/dark/titlebar/floating_focus_inactive.png b/dark/titlebar/floating_focus_inactive.png new file mode 100755 index 0000000..cf5fc9c Binary files /dev/null and b/dark/titlebar/floating_focus_inactive.png differ diff --git a/dark/titlebar/floating_normal_active.png b/dark/titlebar/floating_normal_active.png new file mode 100755 index 0000000..3f2f6d0 Binary files /dev/null and b/dark/titlebar/floating_normal_active.png differ diff --git a/dark/titlebar/floating_normal_inactive.png b/dark/titlebar/floating_normal_inactive.png new file mode 100755 index 0000000..f5d0a95 Binary files /dev/null and b/dark/titlebar/floating_normal_inactive.png differ diff --git a/dark/titlebar/maximized_focus_active.png b/dark/titlebar/maximized_focus_active.png new file mode 100755 index 0000000..b62ccd9 Binary files /dev/null and b/dark/titlebar/maximized_focus_active.png differ diff --git a/dark/titlebar/maximized_focus_inactive.png b/dark/titlebar/maximized_focus_inactive.png new file mode 100755 index 0000000..c98ac80 Binary files /dev/null and b/dark/titlebar/maximized_focus_inactive.png differ diff --git a/dark/titlebar/maximized_normal_active.png b/dark/titlebar/maximized_normal_active.png new file mode 100755 index 0000000..75354d0 Binary files /dev/null and b/dark/titlebar/maximized_normal_active.png differ diff --git a/dark/titlebar/maximized_normal_inactive.png b/dark/titlebar/maximized_normal_inactive.png new file mode 100755 index 0000000..c6eca99 Binary files /dev/null and b/dark/titlebar/maximized_normal_inactive.png differ diff --git a/dark/titlebar/ontop_focus_active.png b/dark/titlebar/ontop_focus_active.png new file mode 100755 index 0000000..138615c Binary files /dev/null and b/dark/titlebar/ontop_focus_active.png differ diff --git a/dark/titlebar/ontop_focus_inactive.png b/dark/titlebar/ontop_focus_inactive.png new file mode 100755 index 0000000..2041c82 Binary files /dev/null and b/dark/titlebar/ontop_focus_inactive.png differ diff --git a/dark/titlebar/ontop_normal_active.png b/dark/titlebar/ontop_normal_active.png new file mode 100755 index 0000000..34e7293 Binary files /dev/null and b/dark/titlebar/ontop_normal_active.png differ diff --git a/dark/titlebar/ontop_normal_inactive.png b/dark/titlebar/ontop_normal_inactive.png new file mode 100755 index 0000000..05d51c1 Binary files /dev/null and b/dark/titlebar/ontop_normal_inactive.png differ diff --git a/dark/titlebar/sticky_focus_active.png b/dark/titlebar/sticky_focus_active.png new file mode 100755 index 0000000..83d03c0 Binary files /dev/null and b/dark/titlebar/sticky_focus_active.png differ diff --git a/dark/titlebar/sticky_focus_inactive.png b/dark/titlebar/sticky_focus_inactive.png new file mode 100755 index 0000000..edb347c Binary files /dev/null and b/dark/titlebar/sticky_focus_inactive.png differ diff --git a/dark/titlebar/sticky_normal_active.png b/dark/titlebar/sticky_normal_active.png new file mode 100755 index 0000000..6962285 Binary files /dev/null and b/dark/titlebar/sticky_normal_active.png differ diff --git a/dark/titlebar/sticky_normal_inactive.png b/dark/titlebar/sticky_normal_inactive.png new file mode 100755 index 0000000..fbf9834 Binary files /dev/null and b/dark/titlebar/sticky_normal_inactive.png differ diff --git a/dark/volume/high.png b/dark/volume/high.png new file mode 100755 index 0000000..2687007 Binary files /dev/null and b/dark/volume/high.png differ diff --git a/dark/volume/low.png b/dark/volume/low.png new file mode 100755 index 0000000..c238095 Binary files /dev/null and b/dark/volume/low.png differ diff --git a/dark/volume/med.png b/dark/volume/med.png new file mode 100755 index 0000000..6761f20 Binary files /dev/null and b/dark/volume/med.png differ diff --git a/dark/volume/med2.png b/dark/volume/med2.png new file mode 100755 index 0000000..38dfd92 Binary files /dev/null and b/dark/volume/med2.png differ diff --git a/dark/volume/mute.png b/dark/volume/mute.png new file mode 100755 index 0000000..dccdd1e Binary files /dev/null and b/dark/volume/mute.png differ diff --git a/dark/widgets/arch.png b/dark/widgets/arch.png new file mode 100755 index 0000000..cee8a22 Binary files /dev/null and b/dark/widgets/arch.png differ diff --git a/dark/widgets/cpu.png b/dark/widgets/cpu.png new file mode 100755 index 0000000..5bdd149 Binary files /dev/null and b/dark/widgets/cpu.png differ diff --git a/dark/widgets/diskette.png b/dark/widgets/diskette.png new file mode 100755 index 0000000..ed6adea Binary files /dev/null and b/dark/widgets/diskette.png differ diff --git a/dark/widgets/down.png b/dark/widgets/down.png new file mode 100755 index 0000000..4a1b43b Binary files /dev/null and b/dark/widgets/down.png differ diff --git a/dark/widgets/mail.png b/dark/widgets/mail.png new file mode 100755 index 0000000..51d32b6 Binary files /dev/null and b/dark/widgets/mail.png differ diff --git a/dark/widgets/mem.png b/dark/widgets/mem.png new file mode 100755 index 0000000..ae5a029 Binary files /dev/null and b/dark/widgets/mem.png differ diff --git a/dark/widgets/music.png b/dark/widgets/music.png new file mode 100755 index 0000000..e92f174 Binary files /dev/null and b/dark/widgets/music.png differ diff --git a/dark/widgets/up.png b/dark/widgets/up.png new file mode 100755 index 0000000..e4fe1e2 Binary files /dev/null and b/dark/widgets/up.png differ diff --git a/dark/widgets/wifi.png b/dark/widgets/wifi.png new file mode 100755 index 0000000..1fd7bcd Binary files /dev/null and b/dark/widgets/wifi.png differ