summaryrefslogtreecommitdiff
path: root/themes/sasosito/theme.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-03-13 23:17:19 +0100
committerache <ache@ache.one>2017-03-13 23:17:19 +0100
commit22d656903563f75678f3634964731ccf93355dfd (patch)
treee3cb6279d95c9764093072d5e946566ea6533799 /themes/sasosito/theme.lua
Init commit
Diffstat (limited to 'themes/sasosito/theme.lua')
-rw-r--r--themes/sasosito/theme.lua81
1 files changed, 81 insertions, 0 deletions
diff --git a/themes/sasosito/theme.lua b/themes/sasosito/theme.lua
new file mode 100644
index 0000000..24a279f
--- /dev/null
+++ b/themes/sasosito/theme.lua
@@ -0,0 +1,81 @@
+theme = {}
+
+theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/sasosito"
+-- theme.wallpaper = os.getenv("HOME") .. "/path to your wallpaper
+
+theme.font = "Terminus 9"
+--theme.taglist_font =
+theme.menu_bg_normal = "#000000"
+theme.menu_bg_focus = "#000000"
+theme.bg_normal = "#82A38A"
+theme.bg_focus = "#00000050"
+theme.bg_urgent = "#000000"
+theme.fg_normal = "#E8E8E8"
+theme.fg_focus = "#FFFFFF"
+theme.fg_urgent = "#FFFFFF"
+theme.fg_minimize = "#OOOOOOOO"
+theme.fg_black = "#424242"
+theme.fg_red = "#ce5666"
+theme.fg_green = "#80a673"
+theme.fg_yellow = "#ffaf5f"
+theme.fg_blue = "#7788af"
+theme.fg_magenta = "#94738c"
+theme.fg_cyan = "#778baf"
+theme.fg_white = "#aaaaaa"
+theme.fg_blu = "#8ebdde"
+theme.border_width = "1"
+theme.border_normal = "#1c2022"
+theme.border_focus = "#606060"
+theme.border_marked = "#3ca4d8"
+theme.menu_width = "110"
+theme.menu_border_width = "0"
+theme.menu_fg_normal = "#FFFFFF50"
+theme.menu_fg_focus = "#FFFFFF"
+theme.menu_bg_normal = "#05050590"
+theme.menu_bg_focus = "#05050590"
+
+theme.submenu_icon = theme.confdir .. "/icons/submenu.png"
+theme.widget_temp = theme.confdir .. "/icons/temp.png"
+theme.widget_uptime = theme.confdir .. "/icons/ac.png"
+theme.widget_cpu = theme.confdir .. "/icons/cpu.png"
+theme.widget_weather = theme.confdir .. "/icons/dish.png"
+theme.widget_fs = theme.confdir .. "/icons/fs.png"
+theme.widget_mem = theme.confdir .. "/icons/mem.png"
+theme.widget_fs = theme.confdir .. "/icons/fs.png"
+theme.widget_note = theme.confdir .. "/icons/note.png"
+theme.widget_note_on = theme.confdir .. "/icons/note_on.png"
+theme.widget_netdown = theme.confdir .. "/icons/net_down.png"
+theme.widget_netup = theme.confdir .. "/icons/net_up.png"
+theme.widget_mail = theme.confdir .. "/icons/mail.png"
+theme.widget_batt = theme.confdir .. "/icons/bat.png"
+theme.widget_clock = theme.confdir .. "/icons/clock.png"
+theme.widget_vol = theme.confdir .. "/icons/spkr.png"
+theme.awesome_icon = theme.confdir .. "/icons/awesome-icon.png"
+
+theme.taglist_squares_sel = theme.confdir .. "/icons/square_a.png"
+theme.taglist_squares_unsel = theme.confdir .. "/icons/square_b.png"
+
+theme.tasklist_disable_icon = true
+theme.tasklist_floating = ""
+theme.tasklist_maximized_horizontal = ""
+theme.tasklist_maximized_vertical = ""
+theme.tasklist_bg_normal = "#00000090"
+
+theme.layout_tile = theme.confdir .. "/icons/tile.png"
+theme.layout_tilegaps = theme.confdir .. "/icons/tilegaps.png"
+theme.layout_tileleft = theme.confdir .. "/icons/tileleft.png"
+theme.layout_tilebottom = theme.confdir .. "/icons/tilebottom.png"
+theme.layout_tiletop = theme.confdir .. "/icons/tiletop.png"
+theme.layout_fairv = theme.confdir .. "/icons/fairv.png"
+theme.layout_fairh = theme.confdir .. "/icons/fairh.png"
+theme.layout_spiral = theme.confdir .. "/icons/spiral.png"
+theme.layout_dwindle = theme.confdir .. "/icons/dwindle.png"
+theme.layout_max = theme.confdir .. "/icons/max.png"
+theme.layout_fullscreen = theme.confdir .. "/icons/fullscreen.png"
+theme.layout_magnifier = theme.confdir .. "/icons/magnifier.png"
+theme.layout_floating = theme.confdir .. "/icons/floating.png"
+theme.layout_termfair = theme.confdir .. "/icons/termfair.png"
+theme.icon_theme = Moka
+
+return theme
+