-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finished fixing themes; added screenshots to readme
- Loading branch information
1 parent
d8e284c
commit e9ab444
Showing
12 changed files
with
264 additions
and
653 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,229 +1,79 @@ | ||
theme = {} | ||
|
||
themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/noble_dark" | ||
theme.dir = themes_dir | ||
theme.wallpaper_cmd = 'nitrogen --restore' | ||
theme.wallpaper = themes_dir .. '/pattern.png' | ||
theme.show_widget_icon = true | ||
theme.show_widget_decorations = true | ||
theme.widget_use_text_decorations = true | ||
theme.widget_decoration_arrl = 'sq' | ||
theme.widget_decoration_arrr = 'sq' | ||
--theme.widget_decoration_arrl = '' | ||
--theme.widget_decoration_arrr = '' | ||
|
||
theme.error = '#ffcccc' | ||
theme.warning = "#ffcc66" | ||
|
||
-- terminal colorscheme: | ||
theme.color = {} | ||
theme.color.b = '#3c3c3c' | ||
theme.color.f = '#ffffc6' | ||
theme.color.c = '#cc6699' | ||
theme.color.err = theme.error | ||
theme.color.warn = theme.warning | ||
theme.color[0] = '#2E3436' | ||
theme.color[1] = '#CC0000' | ||
theme.color[2] = '#4E9A06' | ||
theme.color[3] = '#C4A000' | ||
theme.color[4] = '#3465A4' | ||
theme.color[5] = '#75507B' | ||
theme.color[6] = '#06989A' | ||
theme.color[7] = '#D3D7CF' | ||
theme.color[8] = '#555753' | ||
theme.color[9] = '#EF2929' | ||
theme.color[10] = '#8AE234' | ||
theme.color[11] = '#FCE94F' | ||
theme.color[12] = '#729FCF' | ||
theme.color[13] = '#AD7FA8' | ||
theme.color[14] = '#34E2E2' | ||
theme.color[15] = '#eeeeec' | ||
|
||
theme.bg = theme.color.b | ||
theme.alt_bg = theme.color[4] | ||
|
||
theme.fg = theme.color[7] | ||
theme.alt_fg = theme.color.f | ||
theme.shiny = theme.color.b | ||
|
||
theme.theme = theme.color[13] | ||
theme.theme2 = theme.color[2] | ||
|
||
theme.border = theme.color[0] | ||
theme.sel_border = theme.color[10] | ||
theme.titlebar_border = theme.border | ||
theme.titlebar_focus_border = theme.sel_border | ||
|
||
|
||
theme.font = "Meslo LG S for Powerline 10" | ||
theme.sans_font = "PT Sans 10" | ||
|
||
theme.fg_normal = theme.fg | ||
theme.bg_normal = theme.bg | ||
theme.fg_focus = theme.fg | ||
theme.bg_focus = theme.theme | ||
theme.fg_urgent = theme.bg | ||
theme.bg_urgent = theme.error | ||
|
||
theme.screen_margin = 0 | ||
|
||
theme.border_width = "12" | ||
theme.border_normal = theme.border | ||
theme.border_focus = theme.sel_border | ||
theme.border_marked = theme.error | ||
|
||
theme.panel_colors = { | ||
taglist='b', | ||
local generate_theme = require("actionless.common_theme").generate_theme | ||
|
||
local theme_dir = os.getenv("HOME") .. "/.config/awesome/themes/noble_dark" | ||
|
||
-- TERMINAL COLORSCHEME: | ||
-- | ||
color = {} | ||
color.b = '#3c3c3c' | ||
color.f = '#ffffc6' | ||
color.c = '#cc6699' | ||
color[0] = '#2E3436' | ||
color[1] = '#CC0000' | ||
color[2] = '#4E9A06' | ||
color[3] = '#C4A000' | ||
color[4] = '#3465A4' | ||
color[5] = '#75507B' | ||
color[6] = '#06989A' | ||
color[7] = '#D3D7CF' | ||
color[8] = '#555753' | ||
color[9] = '#EF2929' | ||
color[10] = '#8AE234' | ||
color[11] = '#FCE94F' | ||
color[12] = '#729FCF' | ||
color[13] = '#AD7FA8' | ||
color[14] = '#34E2E2' | ||
color[15] = '#eeeeec' | ||
|
||
-- PANEL COLORS: | ||
-- | ||
panel_colors = { | ||
taglist=7, | ||
close=1, | ||
tasklist='b', | ||
media=14, | ||
info=13 | ||
} | ||
theme.panel_bg = theme.shiny | ||
theme.panel_fg = theme.fg | ||
theme.panel_opacity = 0.75 | ||
theme.panel_height = 18 | ||
theme.panel_margin = 0 | ||
theme.panel_enbolden_details = true | ||
|
||
theme.taglist_font = theme.font | ||
theme.taglist_fg_occupied = theme.fg | ||
theme.taglist_bg_occupied = theme.panel_bg | ||
theme.taglist_fg_empty = theme.bg | ||
theme.taglist_bg_empty = theme.theme2 | ||
theme.taglist_fg_focus = theme.color.b | ||
theme.taglist_bg_focus = theme.theme | ||
|
||
theme.tasklist_font = theme.sans_font | ||
theme.tasklist_fg_focus = theme.panel_fg | ||
theme.tasklist_bg_focus = theme.panel_bg | ||
theme.tasklist_fg_normal = theme.panel_fg | ||
theme.tasklist_bg_normal = theme.panel_bg | ||
theme.tasklist_fg_minimize = theme.panel_bg | ||
theme.tasklist_bg_minimize = "#000000" | ||
|
||
theme.titlebar_opacity = 0.7 | ||
theme.titlebar_position = 'top' | ||
theme.titlebar_font = "PT Sans Caption Bold 10" | ||
theme.titlebar_fg_focus = theme.fg | ||
theme.titlebar_fg_normal = theme.bg | ||
theme.titlebar_bg_focus = theme.border | ||
theme.titlebar_bg_normal = theme.titlebar_border | ||
|
||
theme.notification_opacity = 0.8 | ||
theme.notification_font = theme.sans_font | ||
theme.notification_monofont = theme.font | ||
theme.notify_fg = theme.fg_normal | ||
theme.notify_bg = theme.bg_normal | ||
theme.notify_border = theme.border_focus | ||
|
||
theme.textbox_widget_margin_top = 1 | ||
theme.awful_widget_height = 14 | ||
theme.awful_widget_margin_top = 2 | ||
theme.mouse_finder_color = theme.error | ||
theme.menu_border_width = "3" | ||
theme.menu_height = "16" | ||
theme.menu_width = "140" | ||
|
||
theme.player_text = "#8d5f88" | ||
|
||
-- ICONS | ||
|
||
|
||
icons_dir = theme.dir .. "/icons/" | ||
theme.icons_dir = icons_dir | ||
|
||
theme.close_button = icons_dir .. "close.png" | ||
theme.close_button_hover = icons_dir .. "close_hover.png" | ||
|
||
theme.taglist_squares_sel = icons_dir .. "square_sel.png" | ||
theme.taglist_squares_unsel = icons_dir .. "square_unsel.png" | ||
|
||
theme.menu_submenu_icon = icons_dir .. "submenu.png" | ||
theme.taglist_squares_sel = icons_dir .. "square_sel.png" | ||
theme.taglist_squares_unsel = icons_dir .. "square_unsel.png" | ||
|
||
theme.arrl = icons_dir .. "arrl.png" | ||
|
||
theme.widget_ac = icons_dir .. "ac.png" | ||
theme.widget_ac_charging = icons_dir .. "ac_charging.png" | ||
theme.widget_ac_charging_low = icons_dir .. "ac_charging_low.png" | ||
|
||
theme.widget_battery = icons_dir .. "battery.png" | ||
theme.widget_battery_low = icons_dir .. "battery_low.png" | ||
theme.widget_battery_empty = icons_dir .. "battery_empty.png" | ||
|
||
theme.widget_mem = icons_dir .. "mem.png" | ||
theme.widget_cpu = icons_dir .. "cpu.png" | ||
theme.widget_temp = icons_dir .. "temp.png" | ||
theme.widget_net = icons_dir .. "net.png" | ||
theme.widget_hdd = icons_dir .. "hdd.png" | ||
|
||
theme.widget_net_wireless = icons_dir .. "net_wireless.png" | ||
theme.widget_net_wired = icons_dir .. "net_wired.png" | ||
theme.widget_net_searching = icons_dir .. "net_searching.png" | ||
|
||
theme.widget_music = icons_dir .. "note.png" | ||
theme.widget_music_on = icons_dir .. "note_on.png" | ||
theme.widget_vol_high = icons_dir .. "vol_high.png" | ||
theme.widget_vol = icons_dir .. "vol.png" | ||
theme.widget_vol_low = icons_dir .. "vol_low.png" | ||
theme.widget_vol_no = icons_dir .. "vol_no.png" | ||
theme.widget_vol_mute = icons_dir .. "vol_mute.png" | ||
theme.widget_mail = icons_dir .. "mail.png" | ||
theme.widget_mail_on = icons_dir .. "mail_on.png" | ||
|
||
theme.dropdown_icon = icons_dir .. "dropdown.png" | ||
|
||
theme.tasklist_disable_icon = true | ||
--theme.tasklist_floating = "*" | ||
--theme.tasklist_maximized_horizontal = "_" | ||
--theme.tasklist_maximized_vertical = "|" | ||
|
||
layout_icons_dir = icons_dir .. "layout/" | ||
theme.layout_icons_dir = layout_icons_dir | ||
theme.layout_tile = layout_icons_dir .. "tile.png" | ||
theme.layout_tilegaps = layout_icons_dir .. "tilegaps.png" | ||
theme.layout_tileleft = layout_icons_dir .. "tileleft.png" | ||
theme.layout_tilebottom = layout_icons_dir .. "tilebottom.png" | ||
theme.layout_tiletop = layout_icons_dir .. "tiletop.png" | ||
theme.layout_fairv = layout_icons_dir .. "fairv.png" | ||
theme.layout_fairh = layout_icons_dir .. "fairh.png" | ||
theme.layout_spiral = layout_icons_dir .. "spiral.png" | ||
theme.layout_dwindle = layout_icons_dir .. "dwindle.png" | ||
theme.layout_max = layout_icons_dir .. "max.png" | ||
theme.layout_fullscreen = layout_icons_dir .. "fullscreen.png" | ||
theme.layout_magnifier = layout_icons_dir .. "magnifier.png" | ||
theme.layout_floating = layout_icons_dir .. "floating.png" | ||
|
||
titlebar_icons_dir = icons_dir .. "titlebar/" | ||
theme.titlebar_icons_dir = titlebar_icons_dir | ||
theme.titlebar_close_button_focus = titlebar_icons_dir .. "/close_focus.png" | ||
theme.titlebar_close_button_normal = titlebar_icons_dir .. "/close_normal.png" | ||
|
||
theme.titlebar_ontop_button_focus_active = titlebar_icons_dir .. "/ontop_focus_active.png" | ||
theme.titlebar_ontop_button_normal_active = titlebar_icons_dir .. "/ontop_normal_active.png" | ||
theme.titlebar_ontop_button_focus_inactive = titlebar_icons_dir .. "/ontop_focus_inactive.png" | ||
theme.titlebar_ontop_button_normal_inactive = titlebar_icons_dir .. "/ontop_normal_inactive.png" | ||
|
||
theme.titlebar_sticky_button_focus_active = titlebar_icons_dir .. "/sticky_focus_active.png" | ||
theme.titlebar_sticky_button_normal_active = titlebar_icons_dir .. "/sticky_normal_active.png" | ||
theme.titlebar_sticky_button_focus_inactive = titlebar_icons_dir .. "/sticky_focus_inactive.png" | ||
theme.titlebar_sticky_button_normal_inactive = titlebar_icons_dir .. "/sticky_normal_inactive.png" | ||
|
||
theme.titlebar_floating_button_focus_active = titlebar_icons_dir .. "/floating_focus_active.png" | ||
theme.titlebar_floating_button_normal_active = titlebar_icons_dir .. "/floating_normal_active.png" | ||
theme.titlebar_floating_button_focus_inactive = titlebar_icons_dir .. "/floating_focus_inactive.png" | ||
theme.titlebar_floating_button_normal_inactive = titlebar_icons_dir .. "/floating_normal_inactive.png" | ||
-- GENERATE DEFAULT THEME: | ||
-- | ||
local theme = generate_theme( | ||
theme_dir, | ||
color, | ||
panel_colors | ||
) | ||
|
||
-- CUSTOMIZE default theme:----------------------------------------------- | ||
|
||
-- WALLPAPER: | ||
-- | ||
-- Use plain color: | ||
--theme.wallpaper_cmd = "hsetroot" | ||
-- Use nitrogen: | ||
--theme.wallpaper_cmd = "nitrogen --restore" | ||
-- Use wallpaper tile: | ||
theme.wallpaper = theme_dir .. '/pattern.png' | ||
|
||
-- PANEL DECORATIONS: | ||
-- | ||
theme.widget_decoration_arrl = 'sq' | ||
theme.widget_decoration_arrr = 'sq' | ||
theme.show_widget_icon = true | ||
|
||
theme.titlebar_maximized_button_focus_active = titlebar_icons_dir .. "/maximized_focus_active.png" | ||
theme.titlebar_maximized_button_normal_active = titlebar_icons_dir .. "/maximized_normal_active.png" | ||
theme.titlebar_maximized_button_focus_inactive = titlebar_icons_dir .. "/maximized_focus_inactive.png" | ||
theme.titlebar_maximized_button_normal_inactive = titlebar_icons_dir .. "/maximized_normal_inactive.png" | ||
-- FONTS: | ||
-- | ||
--theme.font = "Source Code Pro Bold 10.5" | ||
--theme.sans_font = "Source Sans Pro Bold 10.3" | ||
-- | ||
--theme.font = "Meslo LG S for Lcarsline Bold 10.5" | ||
--theme.sans_font = "PT Sans Bold 10.3" | ||
-- | ||
-- use ~/.fonts.conf, Luke ;) | ||
theme.font = "Monospace Bold 10.5" | ||
theme.sans_font = "Sans Bold 10.3" | ||
-- | ||
-- Don't use sans font: | ||
--theme.sans_font = theme.font | ||
|
||
theme.titlebar_minimize_button_focus_active = titlebar_icons_dir .. "/minimized_focus.png" | ||
theme.titlebar_minimize_button_normal_active = titlebar_icons_dir .. "/minimized_normal.png" | ||
theme.titlebar_minimize_button_focus_inactive = titlebar_icons_dir .. "/minimized_focus.png" | ||
theme.titlebar_minimize_button_normal_inactive = titlebar_icons_dir .. "/minimized_normal.png" | ||
|
||
return theme |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.