summaryrefslogtreecommitdiffstats
path: root/awesome/themes/default
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-27 23:27:39 +0200
committerGravatar ryuslash2010-07-27 23:27:39 +0200
commit606ffd1e774d352cf0ea70d62e700f6aafa9d61d (patch)
tree461089ea51bbda20c9c4f0941f9c59f0541345ce /awesome/themes/default
parent8090358d7b7228c4a905aaa46c3bdb9b631a1213 (diff)
downloaddotfiles-606ffd1e774d352cf0ea70d62e700f6aafa9d61d.tar.gz
dotfiles-606ffd1e774d352cf0ea70d62e700f6aafa9d61d.zip
fixed awesome rc
Diffstat (limited to 'awesome/themes/default')
-rw-r--r--awesome/themes/default/layouts/max.pngbin321 -> 313 bytes
-rw-r--r--awesome/themes/default/layouts/maxw.pngbin321 -> 301 bytes
-rw-r--r--awesome/themes/default/theme.lua54
-rw-r--r--awesome/themes/default/titlebar/close_normal.pngbin893 -> 893 bytes
-rw-r--r--awesome/themes/default/titlebar/floating_focus_inactive.pngbin571 -> 818 bytes
-rw-r--r--awesome/themes/default/titlebar/floating_normal_active.pngbin799 -> 799 bytes
-rw-r--r--awesome/themes/default/titlebar/floating_normal_inactive.pngbin562 -> 814 bytes
-rw-r--r--awesome/themes/default/titlebar/maximized_focus_inactive.pngbin793 -> 1277 bytes
-rw-r--r--awesome/themes/default/titlebar/maximized_normal_active.pngbin1208 -> 1208 bytes
-rw-r--r--awesome/themes/default/titlebar/maximized_normal_inactive.pngbin780 -> 1251 bytes
-rw-r--r--awesome/themes/default/titlebar/ontop_focus_inactive.pngbin722 -> 1073 bytes
-rw-r--r--awesome/themes/default/titlebar/ontop_normal_active.pngbin965 -> 965 bytes
-rw-r--r--awesome/themes/default/titlebar/ontop_normal_inactive.pngbin720 -> 1073 bytes
-rw-r--r--awesome/themes/default/titlebar/sticky_focus_inactive.pngbin611 -> 836 bytes
-rw-r--r--awesome/themes/default/titlebar/sticky_normal_active.pngbin967 -> 967 bytes
-rw-r--r--awesome/themes/default/titlebar/sticky_normal_inactive.pngbin625 -> 872 bytes
-rw-r--r--awesome/themes/default/xmms2/next.pngbin0 -> 290 bytes
-rw-r--r--awesome/themes/default/xmms2/pause.pngbin0 -> 218 bytes
-rw-r--r--awesome/themes/default/xmms2/play.pngbin0 -> 241 bytes
-rw-r--r--awesome/themes/default/xmms2/previous.pngbin0 -> 289 bytes
-rw-r--r--awesome/themes/default/xmms2/stop.pngbin0 -> 203 bytes
21 files changed, 28 insertions, 26 deletions
diff --git a/awesome/themes/default/layouts/max.png b/awesome/themes/default/layouts/max.png
index fe70bef..4246d56 100644
--- a/awesome/themes/default/layouts/max.png
+++ b/awesome/themes/default/layouts/max.png
Binary files differ
diff --git a/awesome/themes/default/layouts/maxw.png b/awesome/themes/default/layouts/maxw.png
index d8debb8..14c161a 100644
--- a/awesome/themes/default/layouts/maxw.png
+++ b/awesome/themes/default/layouts/maxw.png
Binary files differ
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index 69760f6..c9e9150 100644
--- a/awesome/themes/default/theme.lua
+++ b/awesome/themes/default/theme.lua
@@ -6,91 +6,93 @@ theme = {}
theme.font = "sans 8"
-theme.bg_normal = "#222222"
-theme.bg_focus = "#535d6c"
+theme.bg_normal = "#000000"
+theme.bg_focus = "#333333"
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.fg_minimize = "#ffffff"
theme.border_width = "1"
theme.border_normal = "#000000"
theme.border_focus = "#535d6c"
theme.border_marked = "#91231c"
--- There are other variable sets
+-- 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]
--- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
--- mouse_finder_[color|timeout|animate_timeout|radius|factor]
-- Example:
---theme.taglist_bg_focus = "#ff0000"
+--taglist_bg_focus = #ff0000
-- Display the taglist squares
-theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
+theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png"
theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png"
theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
--- Variables set for theming the menu:
+-- 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 = "15"
-theme.menu_width = "100"
+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
---theme.bg_widget = "#cc0000"
+--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_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_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_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_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_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_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_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_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"
+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 = { "wallman-awesome" } --{ "awsetbg /usr/share/awesome/themes/default/background.png" }
+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_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_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.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png"
-theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png"
theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png"
+theme.xmms2_play_icon = "/home/tom/.config/awesome/themes/default/xmms2/play.png"
+theme.xmms2_pause_icon = "/home/tom/.config/awesome/themes/default/xmms2/pause.png"
+theme.xmms2_next_icon = "/home/tom/.config/awesome/themes/default/xmms2/next.png"
+theme.xmms2_previous_icon = "/home/tom/.config/awesome/themes/default/xmms2/previous.png"
+theme.xmms2_stop_icon = "/home/tom/.config/awesome/themes/default/xmms2/stop.png"
+
return theme
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
diff --git a/awesome/themes/default/titlebar/close_normal.png b/awesome/themes/default/titlebar/close_normal.png
index ca3f380..fe6ebe0 100644
--- a/awesome/themes/default/titlebar/close_normal.png
+++ b/awesome/themes/default/titlebar/close_normal.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/floating_focus_inactive.png b/awesome/themes/default/titlebar/floating_focus_inactive.png
index f69af15..8d724bf 100644
--- a/awesome/themes/default/titlebar/floating_focus_inactive.png
+++ b/awesome/themes/default/titlebar/floating_focus_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/floating_normal_active.png b/awesome/themes/default/titlebar/floating_normal_active.png
index e285b84..21a67ee 100644
--- a/awesome/themes/default/titlebar/floating_normal_active.png
+++ b/awesome/themes/default/titlebar/floating_normal_active.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/floating_normal_inactive.png b/awesome/themes/default/titlebar/floating_normal_inactive.png
index 958efdf..ab0f89c 100644
--- a/awesome/themes/default/titlebar/floating_normal_inactive.png
+++ b/awesome/themes/default/titlebar/floating_normal_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/maximized_focus_inactive.png b/awesome/themes/default/titlebar/maximized_focus_inactive.png
index 62f8196..e79dc1e 100644
--- a/awesome/themes/default/titlebar/maximized_focus_inactive.png
+++ b/awesome/themes/default/titlebar/maximized_focus_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/maximized_normal_active.png b/awesome/themes/default/titlebar/maximized_normal_active.png
index 05c4e37..7765759 100644
--- a/awesome/themes/default/titlebar/maximized_normal_active.png
+++ b/awesome/themes/default/titlebar/maximized_normal_active.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/maximized_normal_inactive.png b/awesome/themes/default/titlebar/maximized_normal_inactive.png
index 7fbc96a..394a87b 100644
--- a/awesome/themes/default/titlebar/maximized_normal_inactive.png
+++ b/awesome/themes/default/titlebar/maximized_normal_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/ontop_focus_inactive.png b/awesome/themes/default/titlebar/ontop_focus_inactive.png
index 3f06b51..fdb4e94 100644
--- a/awesome/themes/default/titlebar/ontop_focus_inactive.png
+++ b/awesome/themes/default/titlebar/ontop_focus_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/ontop_normal_active.png b/awesome/themes/default/titlebar/ontop_normal_active.png
index 9d59779..fc60895 100644
--- a/awesome/themes/default/titlebar/ontop_normal_active.png
+++ b/awesome/themes/default/titlebar/ontop_normal_active.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/ontop_normal_inactive.png b/awesome/themes/default/titlebar/ontop_normal_inactive.png
index d122d11..cb2dd7f 100644
--- a/awesome/themes/default/titlebar/ontop_normal_inactive.png
+++ b/awesome/themes/default/titlebar/ontop_normal_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/sticky_focus_inactive.png b/awesome/themes/default/titlebar/sticky_focus_inactive.png
index 83a030a..783df69 100644
--- a/awesome/themes/default/titlebar/sticky_focus_inactive.png
+++ b/awesome/themes/default/titlebar/sticky_focus_inactive.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/sticky_normal_active.png b/awesome/themes/default/titlebar/sticky_normal_active.png
index 00a7fa8..ea1f2a6 100644
--- a/awesome/themes/default/titlebar/sticky_normal_active.png
+++ b/awesome/themes/default/titlebar/sticky_normal_active.png
Binary files differ
diff --git a/awesome/themes/default/titlebar/sticky_normal_inactive.png b/awesome/themes/default/titlebar/sticky_normal_inactive.png
index 5cacb5a..aabb54a 100644
--- a/awesome/themes/default/titlebar/sticky_normal_inactive.png
+++ b/awesome/themes/default/titlebar/sticky_normal_inactive.png
Binary files differ
diff --git a/awesome/themes/default/xmms2/next.png b/awesome/themes/default/xmms2/next.png
new file mode 100644
index 0000000..17d694d
--- /dev/null
+++ b/awesome/themes/default/xmms2/next.png
Binary files differ
diff --git a/awesome/themes/default/xmms2/pause.png b/awesome/themes/default/xmms2/pause.png
new file mode 100644
index 0000000..50c1481
--- /dev/null
+++ b/awesome/themes/default/xmms2/pause.png
Binary files differ
diff --git a/awesome/themes/default/xmms2/play.png b/awesome/themes/default/xmms2/play.png
new file mode 100644
index 0000000..189ca44
--- /dev/null
+++ b/awesome/themes/default/xmms2/play.png
Binary files differ
diff --git a/awesome/themes/default/xmms2/previous.png b/awesome/themes/default/xmms2/previous.png
new file mode 100644
index 0000000..a79ec71
--- /dev/null
+++ b/awesome/themes/default/xmms2/previous.png
Binary files differ
diff --git a/awesome/themes/default/xmms2/stop.png b/awesome/themes/default/xmms2/stop.png
new file mode 100644
index 0000000..4792366
--- /dev/null
+++ b/awesome/themes/default/xmms2/stop.png
Binary files differ