From 07ab3a77b44944a1ac234fbd717391f36370416e Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 17 Oct 2017 18:12:57 -0600 Subject: initial public commit --- awesome/theme/README | 3 + awesome/theme/background.png | Bin 0 -> 224736 bytes awesome/theme/background_white.png | Bin 0 -> 270916 bytes awesome/theme/layouts/dwindle.png | Bin 0 -> 967 bytes awesome/theme/layouts/dwindlew.png | Bin 0 -> 997 bytes awesome/theme/layouts/fairh.png | Bin 0 -> 194 bytes awesome/theme/layouts/fairhw.png | Bin 0 -> 194 bytes awesome/theme/layouts/fairv.png | Bin 0 -> 201 bytes awesome/theme/layouts/fairvw.png | Bin 0 -> 201 bytes awesome/theme/layouts/floating.png | Bin 0 -> 395 bytes awesome/theme/layouts/floatingw.png | Bin 0 -> 388 bytes awesome/theme/layouts/fullscreen.png | Bin 0 -> 202 bytes awesome/theme/layouts/fullscreenw.png | Bin 0 -> 202 bytes awesome/theme/layouts/magnifier.png | Bin 0 -> 209 bytes awesome/theme/layouts/magnifierw.png | Bin 0 -> 209 bytes awesome/theme/layouts/max.png | Bin 0 -> 321 bytes awesome/theme/layouts/maxw.png | Bin 0 -> 321 bytes awesome/theme/layouts/spiral.png | Bin 0 -> 1506 bytes awesome/theme/layouts/spiralw.png | Bin 0 -> 1527 bytes awesome/theme/layouts/tile.png | Bin 0 -> 174 bytes awesome/theme/layouts/tilebottom.png | Bin 0 -> 195 bytes awesome/theme/layouts/tilebottomw.png | Bin 0 -> 216 bytes awesome/theme/layouts/tileleft.png | Bin 0 -> 172 bytes awesome/theme/layouts/tileleftw.png | Bin 0 -> 170 bytes awesome/theme/layouts/tiletop.png | Bin 0 -> 195 bytes awesome/theme/layouts/tiletopw.png | Bin 0 -> 215 bytes awesome/theme/layouts/tilew.png | Bin 0 -> 168 bytes awesome/theme/submenu.png | Bin 0 -> 440 bytes awesome/theme/taglist/squarefw.png | Bin 0 -> 187 bytes awesome/theme/taglist/squarew.png | Bin 0 -> 193 bytes awesome/theme/theme.lua | 105 +++++++++++++++++++++ awesome/theme/titlebar/close_focus.png | Bin 0 -> 666 bytes awesome/theme/titlebar/close_normal.png | Bin 0 -> 830 bytes awesome/theme/titlebar/floating_focus_active.png | Bin 0 -> 598 bytes awesome/theme/titlebar/floating_focus_inactive.png | Bin 0 -> 549 bytes awesome/theme/titlebar/floating_normal_active.png | Bin 0 -> 814 bytes .../theme/titlebar/floating_normal_inactive.png | Bin 0 -> 553 bytes awesome/theme/titlebar/maximized_focus_active.png | Bin 0 -> 1013 bytes .../theme/titlebar/maximized_focus_inactive.png | Bin 0 -> 754 bytes awesome/theme/titlebar/maximized_normal_active.png | Bin 0 -> 1493 bytes .../theme/titlebar/maximized_normal_inactive.png | Bin 0 -> 740 bytes awesome/theme/titlebar/ontop_focus_active.png | Bin 0 -> 774 bytes awesome/theme/titlebar/ontop_focus_inactive.png | Bin 0 -> 679 bytes awesome/theme/titlebar/ontop_normal_active.png | Bin 0 -> 1233 bytes awesome/theme/titlebar/ontop_normal_inactive.png | Bin 0 -> 682 bytes awesome/theme/titlebar/sticky_focus_active.png | Bin 0 -> 833 bytes awesome/theme/titlebar/sticky_focus_inactive.png | Bin 0 -> 624 bytes awesome/theme/titlebar/sticky_normal_active.png | Bin 0 -> 1377 bytes awesome/theme/titlebar/sticky_normal_inactive.png | Bin 0 -> 601 bytes 49 files changed, 108 insertions(+) create mode 100644 awesome/theme/README create mode 100644 awesome/theme/background.png create mode 100644 awesome/theme/background_white.png create mode 100644 awesome/theme/layouts/dwindle.png create mode 100644 awesome/theme/layouts/dwindlew.png create mode 100644 awesome/theme/layouts/fairh.png create mode 100644 awesome/theme/layouts/fairhw.png create mode 100644 awesome/theme/layouts/fairv.png create mode 100644 awesome/theme/layouts/fairvw.png create mode 100644 awesome/theme/layouts/floating.png create mode 100644 awesome/theme/layouts/floatingw.png create mode 100644 awesome/theme/layouts/fullscreen.png create mode 100644 awesome/theme/layouts/fullscreenw.png create mode 100644 awesome/theme/layouts/magnifier.png create mode 100644 awesome/theme/layouts/magnifierw.png create mode 100644 awesome/theme/layouts/max.png create mode 100644 awesome/theme/layouts/maxw.png create mode 100644 awesome/theme/layouts/spiral.png create mode 100644 awesome/theme/layouts/spiralw.png create mode 100644 awesome/theme/layouts/tile.png create mode 100644 awesome/theme/layouts/tilebottom.png create mode 100644 awesome/theme/layouts/tilebottomw.png create mode 100644 awesome/theme/layouts/tileleft.png create mode 100644 awesome/theme/layouts/tileleftw.png create mode 100644 awesome/theme/layouts/tiletop.png create mode 100644 awesome/theme/layouts/tiletopw.png create mode 100644 awesome/theme/layouts/tilew.png create mode 100644 awesome/theme/submenu.png create mode 100644 awesome/theme/taglist/squarefw.png create mode 100644 awesome/theme/taglist/squarew.png create mode 100644 awesome/theme/theme.lua create mode 100644 awesome/theme/titlebar/close_focus.png create mode 100644 awesome/theme/titlebar/close_normal.png create mode 100644 awesome/theme/titlebar/floating_focus_active.png create mode 100644 awesome/theme/titlebar/floating_focus_inactive.png create mode 100644 awesome/theme/titlebar/floating_normal_active.png create mode 100644 awesome/theme/titlebar/floating_normal_inactive.png create mode 100644 awesome/theme/titlebar/maximized_focus_active.png create mode 100644 awesome/theme/titlebar/maximized_focus_inactive.png create mode 100644 awesome/theme/titlebar/maximized_normal_active.png create mode 100644 awesome/theme/titlebar/maximized_normal_inactive.png create mode 100644 awesome/theme/titlebar/ontop_focus_active.png create mode 100644 awesome/theme/titlebar/ontop_focus_inactive.png create mode 100644 awesome/theme/titlebar/ontop_normal_active.png create mode 100644 awesome/theme/titlebar/ontop_normal_inactive.png create mode 100644 awesome/theme/titlebar/sticky_focus_active.png create mode 100644 awesome/theme/titlebar/sticky_focus_inactive.png create mode 100644 awesome/theme/titlebar/sticky_normal_active.png create mode 100644 awesome/theme/titlebar/sticky_normal_inactive.png (limited to 'awesome/theme') diff --git a/awesome/theme/README b/awesome/theme/README new file mode 100644 index 0000000..1ddb349 --- /dev/null +++ b/awesome/theme/README @@ -0,0 +1,3 @@ +Background images: + Mikael Eriksson + Licensed under CC-BY-SA-3.0 diff --git a/awesome/theme/background.png b/awesome/theme/background.png new file mode 100644 index 0000000..d72a39e Binary files /dev/null and b/awesome/theme/background.png differ diff --git a/awesome/theme/background_white.png b/awesome/theme/background_white.png new file mode 100644 index 0000000..363ddd6 Binary files /dev/null and b/awesome/theme/background_white.png differ diff --git a/awesome/theme/layouts/dwindle.png b/awesome/theme/layouts/dwindle.png new file mode 100644 index 0000000..943ece5 Binary files /dev/null and b/awesome/theme/layouts/dwindle.png differ diff --git a/awesome/theme/layouts/dwindlew.png b/awesome/theme/layouts/dwindlew.png new file mode 100644 index 0000000..36de1ba Binary files /dev/null and b/awesome/theme/layouts/dwindlew.png differ diff --git a/awesome/theme/layouts/fairh.png b/awesome/theme/layouts/fairh.png new file mode 100644 index 0000000..b4e289d Binary files /dev/null and b/awesome/theme/layouts/fairh.png differ diff --git a/awesome/theme/layouts/fairhw.png b/awesome/theme/layouts/fairhw.png new file mode 100644 index 0000000..514d66d Binary files /dev/null and b/awesome/theme/layouts/fairhw.png differ diff --git a/awesome/theme/layouts/fairv.png b/awesome/theme/layouts/fairv.png new file mode 100644 index 0000000..e5aad70 Binary files /dev/null and b/awesome/theme/layouts/fairv.png differ diff --git a/awesome/theme/layouts/fairvw.png b/awesome/theme/layouts/fairvw.png new file mode 100644 index 0000000..f97ce56 Binary files /dev/null and b/awesome/theme/layouts/fairvw.png differ diff --git a/awesome/theme/layouts/floating.png b/awesome/theme/layouts/floating.png new file mode 100644 index 0000000..cbc7804 Binary files /dev/null and b/awesome/theme/layouts/floating.png differ diff --git a/awesome/theme/layouts/floatingw.png b/awesome/theme/layouts/floatingw.png new file mode 100644 index 0000000..7ddf7ae Binary files /dev/null and b/awesome/theme/layouts/floatingw.png differ diff --git a/awesome/theme/layouts/fullscreen.png b/awesome/theme/layouts/fullscreen.png new file mode 100644 index 0000000..46716f5 Binary files /dev/null and b/awesome/theme/layouts/fullscreen.png differ diff --git a/awesome/theme/layouts/fullscreenw.png b/awesome/theme/layouts/fullscreenw.png new file mode 100644 index 0000000..2c3cfad Binary files /dev/null and b/awesome/theme/layouts/fullscreenw.png differ diff --git a/awesome/theme/layouts/magnifier.png b/awesome/theme/layouts/magnifier.png new file mode 100644 index 0000000..1476555 Binary files /dev/null and b/awesome/theme/layouts/magnifier.png differ diff --git a/awesome/theme/layouts/magnifierw.png b/awesome/theme/layouts/magnifierw.png new file mode 100644 index 0000000..97c1d11 Binary files /dev/null and b/awesome/theme/layouts/magnifierw.png differ diff --git a/awesome/theme/layouts/max.png b/awesome/theme/layouts/max.png new file mode 100644 index 0000000..fe70bef Binary files /dev/null and b/awesome/theme/layouts/max.png differ diff --git a/awesome/theme/layouts/maxw.png b/awesome/theme/layouts/maxw.png new file mode 100644 index 0000000..d8debb8 Binary files /dev/null and b/awesome/theme/layouts/maxw.png differ diff --git a/awesome/theme/layouts/spiral.png b/awesome/theme/layouts/spiral.png new file mode 100644 index 0000000..a24faf5 Binary files /dev/null and b/awesome/theme/layouts/spiral.png differ diff --git a/awesome/theme/layouts/spiralw.png b/awesome/theme/layouts/spiralw.png new file mode 100644 index 0000000..f34ceb0 Binary files /dev/null and b/awesome/theme/layouts/spiralw.png differ diff --git a/awesome/theme/layouts/tile.png b/awesome/theme/layouts/tile.png new file mode 100644 index 0000000..071a385 Binary files /dev/null and b/awesome/theme/layouts/tile.png differ diff --git a/awesome/theme/layouts/tilebottom.png b/awesome/theme/layouts/tilebottom.png new file mode 100644 index 0000000..aeedbe2 Binary files /dev/null and b/awesome/theme/layouts/tilebottom.png differ diff --git a/awesome/theme/layouts/tilebottomw.png b/awesome/theme/layouts/tilebottomw.png new file mode 100644 index 0000000..f42da9d Binary files /dev/null and b/awesome/theme/layouts/tilebottomw.png differ diff --git a/awesome/theme/layouts/tileleft.png b/awesome/theme/layouts/tileleft.png new file mode 100644 index 0000000..ab55e08 Binary files /dev/null and b/awesome/theme/layouts/tileleft.png differ diff --git a/awesome/theme/layouts/tileleftw.png b/awesome/theme/layouts/tileleftw.png new file mode 100644 index 0000000..c18e7b4 Binary files /dev/null and b/awesome/theme/layouts/tileleftw.png differ diff --git a/awesome/theme/layouts/tiletop.png b/awesome/theme/layouts/tiletop.png new file mode 100644 index 0000000..3febc35 Binary files /dev/null and b/awesome/theme/layouts/tiletop.png differ diff --git a/awesome/theme/layouts/tiletopw.png b/awesome/theme/layouts/tiletopw.png new file mode 100644 index 0000000..daf965f Binary files /dev/null and b/awesome/theme/layouts/tiletopw.png differ diff --git a/awesome/theme/layouts/tilew.png b/awesome/theme/layouts/tilew.png new file mode 100644 index 0000000..c722a35 Binary files /dev/null and b/awesome/theme/layouts/tilew.png differ diff --git a/awesome/theme/submenu.png b/awesome/theme/submenu.png new file mode 100644 index 0000000..b2778e2 Binary files /dev/null and b/awesome/theme/submenu.png differ diff --git a/awesome/theme/taglist/squarefw.png b/awesome/theme/taglist/squarefw.png new file mode 100644 index 0000000..2a86430 Binary files /dev/null and b/awesome/theme/taglist/squarefw.png differ diff --git a/awesome/theme/taglist/squarew.png b/awesome/theme/taglist/squarew.png new file mode 100644 index 0000000..913f2ca Binary files /dev/null and b/awesome/theme/taglist/squarew.png differ diff --git a/awesome/theme/theme.lua b/awesome/theme/theme.lua new file mode 100644 index 0000000..904c2bd --- /dev/null +++ b/awesome/theme/theme.lua @@ -0,0 +1,105 @@ +--------------------------- +-- Default awesome theme -- +--------------------------- + +function load_theme(avgcolor, comcolor) + if not avgcolor then avgcolor = "#000000" end + if not comcolor then comcolor = "#FFFFFF" end + + local theme = {} + + theme.font = "sans 8" + + --theme.bg_normal = "#222222" + theme.bg_normal = avgcolor + theme.bg_focus = theme.bg_normal + theme.bg_urgent = "#ff0000" -- TODO should be opposite of bg_normal + theme.bg_minimize = theme.bg_normal + theme.bg_systray = theme.bg_normal + + + --theme.fg_normal = "#aaaaaa" + theme.fg_normal = comcolor + theme.fg_focus = comcolor + theme.fg_urgent = "#ffffff" + theme.fg_minimize = comcolor + + theme.border_width = 1 + theme.border_normal = "#000000" + theme.border_focus = "#535d6c" + theme.border_marked = "#91231c" + + -- There are other variable 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" + + -- 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/squarew.png" + + -- Variables set for theming the 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 + + -- You can add as many variables as + -- you wish and access them by using + -- beautiful.variable in your rc.lua + --theme.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" + + theme.wallpaper = "/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.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" + + -- Define the icon theme for application icons. If not set then the icons + -- from /usr/share/icons and /usr/share/icons/hicolor will be used. + theme.icon_theme = nil + + return theme +end diff --git a/awesome/theme/titlebar/close_focus.png b/awesome/theme/titlebar/close_focus.png new file mode 100644 index 0000000..a5b7958 Binary files /dev/null and b/awesome/theme/titlebar/close_focus.png differ diff --git a/awesome/theme/titlebar/close_normal.png b/awesome/theme/titlebar/close_normal.png new file mode 100644 index 0000000..d0fdb7e Binary files /dev/null and b/awesome/theme/titlebar/close_normal.png differ diff --git a/awesome/theme/titlebar/floating_focus_active.png b/awesome/theme/titlebar/floating_focus_active.png new file mode 100644 index 0000000..3447bb2 Binary files /dev/null and b/awesome/theme/titlebar/floating_focus_active.png differ diff --git a/awesome/theme/titlebar/floating_focus_inactive.png b/awesome/theme/titlebar/floating_focus_inactive.png new file mode 100644 index 0000000..fe5bb3c Binary files /dev/null and b/awesome/theme/titlebar/floating_focus_inactive.png differ diff --git a/awesome/theme/titlebar/floating_normal_active.png b/awesome/theme/titlebar/floating_normal_active.png new file mode 100644 index 0000000..3108e9e Binary files /dev/null and b/awesome/theme/titlebar/floating_normal_active.png differ diff --git a/awesome/theme/titlebar/floating_normal_inactive.png b/awesome/theme/titlebar/floating_normal_inactive.png new file mode 100644 index 0000000..d6f19db Binary files /dev/null and b/awesome/theme/titlebar/floating_normal_inactive.png differ diff --git a/awesome/theme/titlebar/maximized_focus_active.png b/awesome/theme/titlebar/maximized_focus_active.png new file mode 100644 index 0000000..78a2914 Binary files /dev/null and b/awesome/theme/titlebar/maximized_focus_active.png differ diff --git a/awesome/theme/titlebar/maximized_focus_inactive.png b/awesome/theme/titlebar/maximized_focus_inactive.png new file mode 100644 index 0000000..2c3a5b7 Binary files /dev/null and b/awesome/theme/titlebar/maximized_focus_inactive.png differ diff --git a/awesome/theme/titlebar/maximized_normal_active.png b/awesome/theme/titlebar/maximized_normal_active.png new file mode 100644 index 0000000..7eb34a9 Binary files /dev/null and b/awesome/theme/titlebar/maximized_normal_active.png differ diff --git a/awesome/theme/titlebar/maximized_normal_inactive.png b/awesome/theme/titlebar/maximized_normal_inactive.png new file mode 100644 index 0000000..63cc537 Binary files /dev/null and b/awesome/theme/titlebar/maximized_normal_inactive.png differ diff --git a/awesome/theme/titlebar/ontop_focus_active.png b/awesome/theme/titlebar/ontop_focus_active.png new file mode 100644 index 0000000..f954bed Binary files /dev/null and b/awesome/theme/titlebar/ontop_focus_active.png differ diff --git a/awesome/theme/titlebar/ontop_focus_inactive.png b/awesome/theme/titlebar/ontop_focus_inactive.png new file mode 100644 index 0000000..7b7cf11 Binary files /dev/null and b/awesome/theme/titlebar/ontop_focus_inactive.png differ diff --git a/awesome/theme/titlebar/ontop_normal_active.png b/awesome/theme/titlebar/ontop_normal_active.png new file mode 100644 index 0000000..48defb3 Binary files /dev/null and b/awesome/theme/titlebar/ontop_normal_active.png differ diff --git a/awesome/theme/titlebar/ontop_normal_inactive.png b/awesome/theme/titlebar/ontop_normal_inactive.png new file mode 100644 index 0000000..fd1dc01 Binary files /dev/null and b/awesome/theme/titlebar/ontop_normal_inactive.png differ diff --git a/awesome/theme/titlebar/sticky_focus_active.png b/awesome/theme/titlebar/sticky_focus_active.png new file mode 100644 index 0000000..1106399 Binary files /dev/null and b/awesome/theme/titlebar/sticky_focus_active.png differ diff --git a/awesome/theme/titlebar/sticky_focus_inactive.png b/awesome/theme/titlebar/sticky_focus_inactive.png new file mode 100644 index 0000000..d75fa0e Binary files /dev/null and b/awesome/theme/titlebar/sticky_focus_inactive.png differ diff --git a/awesome/theme/titlebar/sticky_normal_active.png b/awesome/theme/titlebar/sticky_normal_active.png new file mode 100644 index 0000000..b33956a Binary files /dev/null and b/awesome/theme/titlebar/sticky_normal_active.png differ diff --git a/awesome/theme/titlebar/sticky_normal_inactive.png b/awesome/theme/titlebar/sticky_normal_inactive.png new file mode 100644 index 0000000..7aeac90 Binary files /dev/null and b/awesome/theme/titlebar/sticky_normal_inactive.png differ -- cgit v1.2.3