summaryrefslogtreecommitdiff
path: root/themes/customII
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/customII
Init commit
Diffstat (limited to 'themes/customII')
l---------themes/customII/customII1
-rw-r--r--themes/customII/icons/awesome.pngbin0 -> 184 bytes
-rw-r--r--themes/customII/icons/floating.pngbin0 -> 198 bytes
-rw-r--r--themes/customII/icons/mail.pngbin0 -> 189 bytes
-rw-r--r--themes/customII/icons/mail_on.pngbin0 -> 213 bytes
-rw-r--r--themes/customII/icons/square_a.pngbin0 -> 146 bytes
-rw-r--r--themes/customII/icons/square_b.pngbin0 -> 141 bytes
-rw-r--r--themes/customII/icons/starthere.pngbin0 -> 141 bytes
-rw-r--r--themes/customII/icons/uselessfair.pngbin0 -> 218 bytes
-rw-r--r--themes/customII/theme.lua130
10 files changed, 131 insertions, 0 deletions
diff --git a/themes/customII/customII b/themes/customII/customII
new file mode 120000
index 0000000..8bdbc4d
--- /dev/null
+++ b/themes/customII/customII
@@ -0,0 +1 @@
+customII \ No newline at end of file
diff --git a/themes/customII/icons/awesome.png b/themes/customII/icons/awesome.png
new file mode 100644
index 0000000..e70e373
--- /dev/null
+++ b/themes/customII/icons/awesome.png
Binary files differ
diff --git a/themes/customII/icons/floating.png b/themes/customII/icons/floating.png
new file mode 100644
index 0000000..d25c47b
--- /dev/null
+++ b/themes/customII/icons/floating.png
Binary files differ
diff --git a/themes/customII/icons/mail.png b/themes/customII/icons/mail.png
new file mode 100644
index 0000000..474e602
--- /dev/null
+++ b/themes/customII/icons/mail.png
Binary files differ
diff --git a/themes/customII/icons/mail_on.png b/themes/customII/icons/mail_on.png
new file mode 100644
index 0000000..19106d7
--- /dev/null
+++ b/themes/customII/icons/mail_on.png
Binary files differ
diff --git a/themes/customII/icons/square_a.png b/themes/customII/icons/square_a.png
new file mode 100644
index 0000000..41a1133
--- /dev/null
+++ b/themes/customII/icons/square_a.png
Binary files differ
diff --git a/themes/customII/icons/square_b.png b/themes/customII/icons/square_b.png
new file mode 100644
index 0000000..b47e9f3
--- /dev/null
+++ b/themes/customII/icons/square_b.png
Binary files differ
diff --git a/themes/customII/icons/starthere.png b/themes/customII/icons/starthere.png
new file mode 100644
index 0000000..b47e9f3
--- /dev/null
+++ b/themes/customII/icons/starthere.png
Binary files differ
diff --git a/themes/customII/icons/uselessfair.png b/themes/customII/icons/uselessfair.png
new file mode 100644
index 0000000..0ca4565
--- /dev/null
+++ b/themes/customII/icons/uselessfair.png
Binary files differ
diff --git a/themes/customII/theme.lua b/themes/customII/theme.lua
new file mode 100644
index 0000000..28cca65
--- /dev/null
+++ b/themes/customII/theme.lua
@@ -0,0 +1,130 @@
+--[[
+
+ Custom II
+
+--]]
+
+local theme = {}
+
+
+theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/customII"
+
+--theme.wallpaper_cmd = { "nitrogen --set-auto /mnt/Archive/NoDouble/H_3003.jpg" }
+
+theme.font = "Terminus 9"
+--theme.taglist_font =
+theme.bg_normal = "#211d21"
+theme.bg_focus = "#211d21"
+theme.bg_urgent = "#211d21"
+theme.fg_normal = "#839496"
+theme.fg_focus = "#ffffff"
+theme.fg_urgent = "#cb4b16"
+theme.fg_minimize = "#OOOOOO"
+theme.fg_black = "#424242"
+theme.fg_red = "#dc322f"
+theme.fg_green = "#859900"
+theme.fg_yellow = "#b58900"
+theme.fg_blue = "#268bd2"
+theme.fg_magenta = "#d33682"
+theme.fg_cyan = "#2aa198"
+theme.fg_white = "#aaaaaa"
+theme.fg_blu = "#8ebdde"
+theme.border_width = "3"
+theme.border_normal = "#1c2022"
+theme.border_focus = "#FFC0A0"
+theme.border_marked = "#3ca4d8"
+
+
+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.menu_height = "15"
+theme.menu_width = "100"
+theme.menu_border_width = "0"
+theme.menu_fg_normal = "#839496"
+theme.menu_fg_focus = "#FFFFFF"
+theme.menu_bg_normal = "#211d21"
+theme.menu_bg_focus = "#211d21"
+
+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/starthere.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 = "#211d21"
+theme.tasklist_bg_focus = "#211d21"
+
+
+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_minimize_button_normal = "/usr/share/awesome/themes/default/titlebar/minimize_normal.png"
+theme.titlebar_minimize_button_focus = "/usr/share/awesome/themes/default/titlebar/minimize_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.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.layout_uselessfair = theme.confdir .. "/icons/uselessfair.png"
+theme.icon_theme = Moka
+
+theme.menu_submenu_icon = "/home/ache/.config/aw/icons/avatar16.png"
+theme.awesome_icon = "/home/ache/.config/aw/icons/avatar16.png"
+theme.icon_theme = "/home/ache/.config/aw/icons/avatar16.png"
+theme.useless_gap_width = 6
+
+return theme
+