dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit d0ba56000bc5b42d0fd048cba0524f4100d1d484
parent 53dc5940165ca6b8a88d487c2d611ef2912cefed
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 18 Nov 2016 13:27:40 +0000

changed to decker theme and plain bg

Diffstat:
Mawesome/.config/awesome/rc.lua | 2+-
Mawesome/.config/awesome/themes/encom_os12/theme.lua | 2+-
Aawesome/.config/awesome/themes/matrix/awesome14.png | 0
Aawesome/.config/awesome/themes/matrix/awesome16.png | 0
Aawesome/.config/awesome/themes/matrix/background.jpg | 0
Aawesome/.config/awesome/themes/matrix/background.png | 0
Aawesome/.config/awesome/themes/matrix/background/bg.png | 0
Aawesome/.config/awesome/themes/matrix/background/bg2.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/dwindle.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/dwindlew.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/fairh.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/fairhw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/fairv.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/fairvw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/floating.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/floatingw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/fullscreen.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/fullscreenw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/magnifier.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/magnifierw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/max.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/maxw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/spiral.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/spiralw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tile.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tilebottom.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tilebottomw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tileleft.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tileleftw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tiletop.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tiletopw.png | 0
Aawesome/.config/awesome/themes/matrix/layouts/tilew.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/dwindle.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/fairh.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/fairv.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/floating.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/floating_a.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/fullscreen.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/magnifier.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/max.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/spiral.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/tile.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/tilebottom.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/tileleft.png | 0
Aawesome/.config/awesome/themes/matrix/layouts2/tiletop.png | 0
Aawesome/.config/awesome/themes/matrix/plain_black_wallpaper.png | 0
Aawesome/.config/awesome/themes/matrix/submenu.png | 0
Aawesome/.config/awesome/themes/matrix/taglist/squarefw.png | 0
Aawesome/.config/awesome/themes/matrix/taglist/squarew.png | 0
Aawesome/.config/awesome/themes/matrix/tasklist/floating.png | 0
Aawesome/.config/awesome/themes/matrix/tasklist/floatingw.png | 0
Aawesome/.config/awesome/themes/matrix/tasklist/square.png | 0
Aawesome/.config/awesome/themes/matrix/tasklist/square2.png | 0
Aawesome/.config/awesome/themes/matrix/theme.lua | 133+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aawesome/.config/awesome/themes/matrix/titlebar/close_focus.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/close_normal.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/floating_focus_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/floating_focus_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/floating_normal_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/floating_normal_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/maximized_focus_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/maximized_focus_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/maximized_normal_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/maximized_normal_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/ontop_focus_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/ontop_focus_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/ontop_normal_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/ontop_normal_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/sticky_focus_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/sticky_focus_inactive.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/sticky_normal_active.png | 0
Aawesome/.config/awesome/themes/matrix/titlebar/sticky_normal_inactive.png | 0
72 files changed, 135 insertions(+), 2 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -75,7 +75,7 @@ editor_cmd = terminal .. " -e " .. editor modkey = "Mod4" -- theme -beautiful.init(home.."/.config/awesome/themes/boneyard/theme.lua") +beautiful.init(home.."/.config/awesome/themes/decker/theme.lua") -- wallpaper if beautiful.wallpaper then diff --git a/awesome/.config/awesome/themes/encom_os12/theme.lua b/awesome/.config/awesome/themes/encom_os12/theme.lua @@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then end themedir = themes .. themename -wallpaper1 = themedir .. "/../decker-cyan/mr_robot_bg.jpg" +wallpaper1 = themedir .. "/plain_black_wallpaper.png" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png" diff --git a/awesome/.config/awesome/themes/matrix/awesome14.png b/awesome/.config/awesome/themes/matrix/awesome14.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/awesome16.png b/awesome/.config/awesome/themes/matrix/awesome16.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/background.jpg b/awesome/.config/awesome/themes/matrix/background.jpg Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/background.png b/awesome/.config/awesome/themes/matrix/background.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/background/bg.png b/awesome/.config/awesome/themes/matrix/background/bg.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/background/bg2.png b/awesome/.config/awesome/themes/matrix/background/bg2.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/dwindle.png b/awesome/.config/awesome/themes/matrix/layouts/dwindle.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/dwindlew.png b/awesome/.config/awesome/themes/matrix/layouts/dwindlew.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/fairh.png b/awesome/.config/awesome/themes/matrix/layouts/fairh.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/fairhw.png b/awesome/.config/awesome/themes/matrix/layouts/fairhw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/fairv.png b/awesome/.config/awesome/themes/matrix/layouts/fairv.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/fairvw.png b/awesome/.config/awesome/themes/matrix/layouts/fairvw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/floating.png b/awesome/.config/awesome/themes/matrix/layouts/floating.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/floatingw.png b/awesome/.config/awesome/themes/matrix/layouts/floatingw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/fullscreen.png b/awesome/.config/awesome/themes/matrix/layouts/fullscreen.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/fullscreenw.png b/awesome/.config/awesome/themes/matrix/layouts/fullscreenw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/magnifier.png b/awesome/.config/awesome/themes/matrix/layouts/magnifier.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/magnifierw.png b/awesome/.config/awesome/themes/matrix/layouts/magnifierw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/max.png b/awesome/.config/awesome/themes/matrix/layouts/max.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/maxw.png b/awesome/.config/awesome/themes/matrix/layouts/maxw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/spiral.png b/awesome/.config/awesome/themes/matrix/layouts/spiral.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/spiralw.png b/awesome/.config/awesome/themes/matrix/layouts/spiralw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tile.png b/awesome/.config/awesome/themes/matrix/layouts/tile.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tilebottom.png b/awesome/.config/awesome/themes/matrix/layouts/tilebottom.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tilebottomw.png b/awesome/.config/awesome/themes/matrix/layouts/tilebottomw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tileleft.png b/awesome/.config/awesome/themes/matrix/layouts/tileleft.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tileleftw.png b/awesome/.config/awesome/themes/matrix/layouts/tileleftw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tiletop.png b/awesome/.config/awesome/themes/matrix/layouts/tiletop.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tiletopw.png b/awesome/.config/awesome/themes/matrix/layouts/tiletopw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts/tilew.png b/awesome/.config/awesome/themes/matrix/layouts/tilew.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/dwindle.png b/awesome/.config/awesome/themes/matrix/layouts2/dwindle.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/fairh.png b/awesome/.config/awesome/themes/matrix/layouts2/fairh.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/fairv.png b/awesome/.config/awesome/themes/matrix/layouts2/fairv.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/floating.png b/awesome/.config/awesome/themes/matrix/layouts2/floating.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/floating_a.png b/awesome/.config/awesome/themes/matrix/layouts2/floating_a.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/fullscreen.png b/awesome/.config/awesome/themes/matrix/layouts2/fullscreen.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/magnifier.png b/awesome/.config/awesome/themes/matrix/layouts2/magnifier.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/max.png b/awesome/.config/awesome/themes/matrix/layouts2/max.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/spiral.png b/awesome/.config/awesome/themes/matrix/layouts2/spiral.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/tile.png b/awesome/.config/awesome/themes/matrix/layouts2/tile.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/tilebottom.png b/awesome/.config/awesome/themes/matrix/layouts2/tilebottom.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/tileleft.png b/awesome/.config/awesome/themes/matrix/layouts2/tileleft.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/layouts2/tiletop.png b/awesome/.config/awesome/themes/matrix/layouts2/tiletop.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/plain_black_wallpaper.png b/awesome/.config/awesome/themes/matrix/plain_black_wallpaper.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/submenu.png b/awesome/.config/awesome/themes/matrix/submenu.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/taglist/squarefw.png b/awesome/.config/awesome/themes/matrix/taglist/squarefw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/taglist/squarew.png b/awesome/.config/awesome/themes/matrix/taglist/squarew.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/tasklist/floating.png b/awesome/.config/awesome/themes/matrix/tasklist/floating.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/tasklist/floatingw.png b/awesome/.config/awesome/themes/matrix/tasklist/floatingw.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/tasklist/square.png b/awesome/.config/awesome/themes/matrix/tasklist/square.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/tasklist/square2.png b/awesome/.config/awesome/themes/matrix/tasklist/square2.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/theme.lua b/awesome/.config/awesome/themes/matrix/theme.lua @@ -0,0 +1,133 @@ +-- boneyard, awesome3 theme, by pyratebeard +-- A minimal theme + +--{{{ Main +local awful = require("awful") +awful.util = require("awful.util") + +theme = {} + +home = os.getenv("HOME") +config = awful.util.getdir("config") +shared = "/usr/share/awesome" +if not awful.util.file_readable(shared .. "/icons/awesome16.png") then + shared = "/usr/share/local/awesome" +end +sharedicons = shared .. "/icons" +sharedthemes = shared .. "/themes" +themes = config .. "/themes" +themename = "/matrix" +if not awful.util.file_readable(themes .. themename .. "/theme.lua") then + themes = sharedthemes +end +themedir = themes .. themename + +wallpaper1 = themedir .. "/plain_black_wallpaper.png" +wallpaper2 = themedir .. "/background.png" +wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" +wallpaper4 = sharedthemes .. "/default/background.png" +wpscript = home .. "/.wallpaper" + +if awful.util.file_readable(wallpaper1) then + theme.wallpaper = wallpaper1 +elseif awful.util.file_readable(wallpaper2) then + theme.wallpaper = wallpaper2 +elseif awful.util.file_readable(wpscript) then + theme.wallpaper_cmd = { "sh " .. wpscript } +elseif awful.util.file_readable(wallpaper3) then + theme.wallpaper = wallpaper3 +else + theme.wallpaper = wallpaper4 +end +--}}} + +theme.font = "tamsyn 10" + +theme.bg_normal = "#121212" +theme.bg_focus = "#212121" +theme.bg_urgent = "#212121" +theme.bg_minimize = "#121212" + +theme.fg_normal = "#55ff55" +theme.fg_focus = "#00cc00" +theme.fg_urgent = "#ff0056" +theme.fg_minimize = "#ababab" + +theme.border_width = "2" +theme.border_normal = "#515151" +theme.border_focus = "#00cc00" +theme.border_marked = "#ff0056" + +-- 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 = themedir .. "/taglist/squarefw.png" +theme.taglist_squares_unsel = themedir .. "/taglist/squarew.png" + +theme.tasklist_square = themedir .. "/tasklist/square2.png" +theme.tasklist_floating_icon = themedir .. "/tasklist/floatingw.png" + +-- Variables set for theming the menu: +-- menu_[bg|fg]_[normal|focus] +-- menu_[border_color|border_width] +theme.menu_submenu_icon = themedir .. "/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 = themedir .. "/titlebar/close_normal.png" +theme.titlebar_close_button_focus = themedir .. "/titlebar/close_focus.png" + +theme.titlebar_ontop_button_normal_inactive = themedir .. "/titlebar/ontop_normal_inactive.png" +theme.titlebar_ontop_button_focus_inactive = themedir .. "/titlebar/ontop_focus_inactive.png" +theme.titlebar_ontop_button_normal_active = themedir .. "/titlebar/ontop_normal_active.png" +theme.titlebar_ontop_button_focus_active = themedir .. "/titlebar/ontop_focus_active.png" + +theme.titlebar_sticky_button_normal_inactive = themedir .. "/titlebar/sticky_normal_inactive.png" +theme.titlebar_sticky_button_focus_inactive = themedir .. "/titlebar/sticky_focus_inactive.png" +theme.titlebar_sticky_button_normal_active = themedir .. "/titlebar/sticky_normal_active.png" +theme.titlebar_sticky_button_focus_active = themedir .. "/titlebar/sticky_focus_active.png" + +theme.titlebar_floating_button_normal_inactive = themedir .. "/titlebar/floating_normal_inactive.png" +theme.titlebar_floating_button_focus_inactive = themedir .. "/titlebar/floating_focus_inactive.png" +theme.titlebar_floating_button_normal_active = themedir .. "/titlebar/floating_normal_active.png" +theme.titlebar_floating_button_focus_active = themedir .. "/titlebar/floating_focus_active.png" + +theme.titlebar_maximized_button_normal_inactive = themedir .. "/titlebar/maximized_normal_inactive.png" +theme.titlebar_maximized_button_focus_inactive = themedir .. "/titlebar/maximized_focus_inactive.png" +theme.titlebar_maximized_button_normal_active = themedir .. "/titlebar/maximized_normal_active.png" +theme.titlebar_maximized_button_focus_active = themedir .. "/titlebar/maximized_focus_active.png" + +-- You can use your own layout icons like this: +theme.layout_fairh = themedir .. "/layouts2/fairh.png" +theme.layout_fairv = themedir .. "/layouts2/fairv.png" +theme.layout_floating = themedir .. "/layouts2/floating.png" +theme.layout_magnifier = themedir .. "/layouts2/magnifier.png" +theme.layout_max = themedir .. "/layouts2/max.png" +theme.layout_fullscreen = themedir .. "/layouts2/fullscreen.png" +theme.layout_tilebottom = themedir .. "/layouts2/tilebottom.png" +theme.layout_tileleft = themedir .. "/layouts2/tileleft.png" +theme.layout_tile = themedir .. "/layouts2/tile.png" +theme.layout_tiletop = themedir .. "/layouts2/tiletop.png" +theme.layout_spiral = themedir .. "/layouts2/spiral.png" +theme.layout_dwindle = themedir .. "/layouts2/dwindle.png" + +theme.awesome_icon = themedir .. "/awesome14.png" + +-- lain related +theme.useless_gap_width = 10 + +return theme diff --git a/awesome/.config/awesome/themes/matrix/titlebar/close_focus.png b/awesome/.config/awesome/themes/matrix/titlebar/close_focus.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/close_normal.png b/awesome/.config/awesome/themes/matrix/titlebar/close_normal.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/floating_focus_active.png b/awesome/.config/awesome/themes/matrix/titlebar/floating_focus_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/floating_focus_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/floating_focus_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/floating_normal_active.png b/awesome/.config/awesome/themes/matrix/titlebar/floating_normal_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/floating_normal_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/floating_normal_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/maximized_focus_active.png b/awesome/.config/awesome/themes/matrix/titlebar/maximized_focus_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/maximized_focus_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/maximized_focus_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/maximized_normal_active.png b/awesome/.config/awesome/themes/matrix/titlebar/maximized_normal_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/maximized_normal_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/maximized_normal_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/ontop_focus_active.png b/awesome/.config/awesome/themes/matrix/titlebar/ontop_focus_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/ontop_focus_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/ontop_focus_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/ontop_normal_active.png b/awesome/.config/awesome/themes/matrix/titlebar/ontop_normal_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/ontop_normal_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/ontop_normal_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/sticky_focus_active.png b/awesome/.config/awesome/themes/matrix/titlebar/sticky_focus_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/sticky_focus_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/sticky_focus_inactive.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/sticky_normal_active.png b/awesome/.config/awesome/themes/matrix/titlebar/sticky_normal_active.png Binary files differ. diff --git a/awesome/.config/awesome/themes/matrix/titlebar/sticky_normal_inactive.png b/awesome/.config/awesome/themes/matrix/titlebar/sticky_normal_inactive.png Binary files differ.