diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..17f759c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/blueish"] + path = themes/blueish + url = https://github.com/surferlul/blueish +[submodule "vicious"] + path = vicious + url = https://github.com/vicious-widgets/vicious.git diff --git a/install.sh b/install.sh index 2ae5a40..63e448b 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,8 @@ git clone https://github.com/Surferlul/awesome.git $CACHE_DIR git --git-dir $CACHE_DIR checkout 4.3 [ -d "$HOME/.config/awesome" ] && echo "Backing up previous configs" && tar cf $CACHE_DIR/previous.tar $HOME/.config/awesome/ && echo "Removing previous configs" && rm -rf $HOME/.config/awesome/ echo "Downloading Vicious widgets for AwesomeWM" -git clone https://github.com/vicious-widgets/vicious.git $CACHE_DIR/vicious +git -C $CACHE_DIR submodule init vicious +git -C $CACHE_DIR submodule update echo "Moving configs to install location" mv $CACHE_DIR $HOME/.config/awesome [ "$1" != "--preserve-git" ] && echo "Removing git from configs" && rm -rf $HOME/.config/awesome/.git diff --git a/rc.lua b/rc.lua index 6c79627..d94d6f6 100644 --- a/rc.lua +++ b/rc.lua @@ -240,7 +240,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. --beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") -local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), "zenburn") +local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), "blueish") beautiful.init(theme_path) beautiful.font = "Indie Flower Bold 12" --local cr = cairo.Context() @@ -249,7 +249,7 @@ beautiful.font = "Indie Flower Bold 12" -- This is used later as the default terminal and editor to run. -terminal = "konsole" +terminal = "term" -- symbolic link to the terminal you are currently using editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor @@ -786,6 +786,11 @@ clientkeys = gears.table.join( awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen + if c.fullscreen then + c.shape = nil + else + c.shape = beautiful.shape + end c:raise() end, {description = "toggle fullscreen", group = "client"}), @@ -814,6 +819,11 @@ clientkeys = gears.table.join( awful.key({ modkey, }, "m", function (c) c.maximized = not c.maximized + if c.maximized then + c.shape = nil + else + c.shape = beautiful.shape + end c:raise() end , {description = "(un)maximize", group = "client"}), @@ -966,7 +976,11 @@ client.connect_signal("manage", function (c) -- Set the windows at the slave, -- i.e. put it at the end of others instead of setting it master. -- if not awesome.startup then awful.client.setslave(c) end - c.shape = beautiful.shape + if not (c.maximized or c.fullscreen) then + c.shape = beautiful.shape + else + c.shape = nil + end if awesome.startup and not c.size_hints.user_position and not c.size_hints.program_position then diff --git a/startup.sh b/startup.sh index 4ec5667..b60d18c 100755 --- a/startup.sh +++ b/startup.sh @@ -1,8 +1,10 @@ #!/bin/sh +XCURSOR_SIZE = 22 xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Disable While Typing Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 0 xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Tapping Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1 xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Natural Scrolling Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1 xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Middle Emulation Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1 -#python ~/user/projects/startup/presence.py & -picom --experimental-backends --backend glx & +python ~/data/projects/startup/presence.py & +#picom --experimental-backends --backend glx & +#xsetroot -cursor_name qogir-manjaro cp ~/.gtkrc-2.0_default ~/.gtkrc-2.0 diff --git a/themes/blueish b/themes/blueish new file mode 160000 index 0000000..27b186b --- /dev/null +++ b/themes/blueish @@ -0,0 +1 @@ +Subproject commit 27b186b8f25496c456221088300b178de5a4ef99 diff --git a/themes/zenburn/README.md b/themes/zenburn/README.md deleted file mode 100644 index e129d92..0000000 --- a/themes/zenburn/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Based on Zenburn - -modified by Surferlul diff --git a/themes/zenburn/artix_wallpaper.png b/themes/zenburn/artix_wallpaper.png deleted file mode 100644 index 5cc4fec..0000000 Binary files a/themes/zenburn/artix_wallpaper.png and /dev/null differ diff --git a/themes/zenburn/awesome-icon.png b/themes/zenburn/awesome-icon.png deleted file mode 100644 index 60be4f2..0000000 Binary files a/themes/zenburn/awesome-icon.png and /dev/null differ diff --git a/themes/zenburn/coding-wallpaper-3440x1440.jpg b/themes/zenburn/coding-wallpaper-3440x1440.jpg deleted file mode 100644 index b418eb8..0000000 Binary files a/themes/zenburn/coding-wallpaper-3440x1440.jpg and /dev/null differ diff --git a/themes/zenburn/colorful_bubbles.jpg b/themes/zenburn/colorful_bubbles.jpg deleted file mode 100644 index 6109d47..0000000 Binary files a/themes/zenburn/colorful_bubbles.jpg and /dev/null differ diff --git a/themes/zenburn/cpu.jpg b/themes/zenburn/cpu.jpg deleted file mode 100644 index 5874ba8..0000000 Binary files a/themes/zenburn/cpu.jpg and /dev/null differ diff --git a/themes/zenburn/dreams.png b/themes/zenburn/dreams.png deleted file mode 100644 index b643f9c..0000000 Binary files a/themes/zenburn/dreams.png and /dev/null differ diff --git a/themes/zenburn/dreams.webp b/themes/zenburn/dreams.webp deleted file mode 100644 index 860d64f..0000000 Binary files a/themes/zenburn/dreams.webp and /dev/null differ diff --git a/themes/zenburn/dreams_1920x1080.png b/themes/zenburn/dreams_1920x1080.png deleted file mode 100644 index 216c3fc..0000000 Binary files a/themes/zenburn/dreams_1920x1080.png and /dev/null differ diff --git a/themes/zenburn/fluid.png b/themes/zenburn/fluid.png deleted file mode 100644 index 7820cb5..0000000 Binary files a/themes/zenburn/fluid.png and /dev/null differ diff --git a/themes/zenburn/fluid_dark.png b/themes/zenburn/fluid_dark.png deleted file mode 100644 index 9351d2e..0000000 Binary files a/themes/zenburn/fluid_dark.png and /dev/null differ diff --git a/themes/zenburn/layouts/cornerne.png b/themes/zenburn/layouts/cornerne.png deleted file mode 100644 index d541a43..0000000 Binary files a/themes/zenburn/layouts/cornerne.png and /dev/null differ diff --git a/themes/zenburn/layouts/cornernw.png b/themes/zenburn/layouts/cornernw.png deleted file mode 100644 index 78fa394..0000000 Binary files a/themes/zenburn/layouts/cornernw.png and /dev/null differ diff --git a/themes/zenburn/layouts/cornerse.png b/themes/zenburn/layouts/cornerse.png deleted file mode 100644 index 19b85c3..0000000 Binary files a/themes/zenburn/layouts/cornerse.png and /dev/null differ diff --git a/themes/zenburn/layouts/cornersw.png b/themes/zenburn/layouts/cornersw.png deleted file mode 100644 index a35c476..0000000 Binary files a/themes/zenburn/layouts/cornersw.png and /dev/null differ diff --git a/themes/zenburn/layouts/dwindle.png b/themes/zenburn/layouts/dwindle.png deleted file mode 100644 index 1aa4bf2..0000000 Binary files a/themes/zenburn/layouts/dwindle.png and /dev/null differ diff --git a/themes/zenburn/layouts/fairh.png b/themes/zenburn/layouts/fairh.png deleted file mode 100644 index e176bb3..0000000 Binary files a/themes/zenburn/layouts/fairh.png and /dev/null differ diff --git a/themes/zenburn/layouts/fairv.png b/themes/zenburn/layouts/fairv.png deleted file mode 100644 index 7c0a92c..0000000 Binary files a/themes/zenburn/layouts/fairv.png and /dev/null differ diff --git a/themes/zenburn/layouts/floating.png b/themes/zenburn/layouts/floating.png deleted file mode 100644 index a399092..0000000 Binary files a/themes/zenburn/layouts/floating.png and /dev/null differ diff --git a/themes/zenburn/layouts/fullscreen.png b/themes/zenburn/layouts/fullscreen.png deleted file mode 100644 index a0c795c..0000000 Binary files a/themes/zenburn/layouts/fullscreen.png and /dev/null differ diff --git a/themes/zenburn/layouts/magnifier.png b/themes/zenburn/layouts/magnifier.png deleted file mode 100644 index bca6db9..0000000 Binary files a/themes/zenburn/layouts/magnifier.png and /dev/null differ diff --git a/themes/zenburn/layouts/max.png b/themes/zenburn/layouts/max.png deleted file mode 100644 index a24900c..0000000 Binary files a/themes/zenburn/layouts/max.png and /dev/null differ diff --git a/themes/zenburn/layouts/spiral.png b/themes/zenburn/layouts/spiral.png deleted file mode 100644 index 8f5aeed..0000000 Binary files a/themes/zenburn/layouts/spiral.png and /dev/null differ diff --git a/themes/zenburn/layouts/tile.png b/themes/zenburn/layouts/tile.png deleted file mode 100644 index 3fcc904..0000000 Binary files a/themes/zenburn/layouts/tile.png and /dev/null differ diff --git a/themes/zenburn/layouts/tilebottom.png b/themes/zenburn/layouts/tilebottom.png deleted file mode 100644 index dfe7832..0000000 Binary files a/themes/zenburn/layouts/tilebottom.png and /dev/null differ diff --git a/themes/zenburn/layouts/tileleft.png b/themes/zenburn/layouts/tileleft.png deleted file mode 100644 index c5decfd..0000000 Binary files a/themes/zenburn/layouts/tileleft.png and /dev/null differ diff --git a/themes/zenburn/layouts/tiletop.png b/themes/zenburn/layouts/tiletop.png deleted file mode 100644 index b251661..0000000 Binary files a/themes/zenburn/layouts/tiletop.png and /dev/null differ diff --git a/themes/zenburn/lowpoly.png b/themes/zenburn/lowpoly.png deleted file mode 100644 index 1e12329..0000000 Binary files a/themes/zenburn/lowpoly.png and /dev/null differ diff --git a/themes/zenburn/lowpoly_dp.png b/themes/zenburn/lowpoly_dp.png deleted file mode 100644 index 05effcb..0000000 Binary files a/themes/zenburn/lowpoly_dp.png and /dev/null differ diff --git a/themes/zenburn/lowpoly_dp.xcf b/themes/zenburn/lowpoly_dp.xcf deleted file mode 100644 index ab2575b..0000000 Binary files a/themes/zenburn/lowpoly_dp.xcf and /dev/null differ diff --git a/themes/zenburn/lowpoly_invert.png b/themes/zenburn/lowpoly_invert.png deleted file mode 100644 index eb54fc6..0000000 Binary files a/themes/zenburn/lowpoly_invert.png and /dev/null differ diff --git a/themes/zenburn/material-color-lowpoly-scalable.svg b/themes/zenburn/material-color-lowpoly-scalable.svg deleted file mode 100644 index 52b6b72..0000000 --- a/themes/zenburn/material-color-lowpoly-scalable.svg +++ /dev/null @@ -1,5014 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/zenburn/submenu.png b/themes/zenburn/submenu.png deleted file mode 100644 index b2778e2..0000000 Binary files a/themes/zenburn/submenu.png and /dev/null differ diff --git a/themes/zenburn/taglist/squarefz.png b/themes/zenburn/taglist/squarefz.png deleted file mode 100644 index a65608b..0000000 Binary files a/themes/zenburn/taglist/squarefz.png and /dev/null differ diff --git a/themes/zenburn/taglist/squarefz_orig.png b/themes/zenburn/taglist/squarefz_orig.png deleted file mode 100644 index 0927720..0000000 Binary files a/themes/zenburn/taglist/squarefz_orig.png and /dev/null differ diff --git a/themes/zenburn/taglist/squarez.png b/themes/zenburn/taglist/squarez.png deleted file mode 100644 index 0fd3c2a..0000000 Binary files a/themes/zenburn/taglist/squarez.png and /dev/null differ diff --git a/themes/zenburn/taglist/squarez_orig.png b/themes/zenburn/taglist/squarez_orig.png deleted file mode 100644 index 9b41c26..0000000 Binary files a/themes/zenburn/taglist/squarez_orig.png and /dev/null differ diff --git a/themes/zenburn/theme.lua b/themes/zenburn/theme.lua deleted file mode 100644 index f31e1e5..0000000 --- a/themes/zenburn/theme.lua +++ /dev/null @@ -1,164 +0,0 @@ ----------------------------------------- --- "idk what yet" awesome theme -- --- By Lukas B. (Surferlul) -- --- based on "Zenburn" awesome theme -- --- By Adrian C. (anrxc) -- ----------------------------------------- - -local themes_path = "/home/surferlul/.config/awesome/themes/" -local dpi = require("beautiful.xresources").apply_dpi -local beautiful = require("beautiful") -local gears = require("gears") - - --- {{{ Main -local theme = {} -theme.dir = themes_path.."zenburn/" -theme.wallpaper = { theme.dir .. "dreams_1920x1080.png" , theme.dir .. "dreams.png" } --- }}} - - --- {{{ Styles -theme.font = "sans 8" - --- {{{ Colors -theme.fg_normal = "#EDEDDD" -theme.fg_focus = "#F0DFAF" -theme.fg_urgent = "#CC9393" -theme.bg_normal = "#4A3F9877" -theme.bg_focus = "#080811BB" -theme.bg_urgent = "#916A9D77" -theme.bg_systray = theme.bg_normal --- }}} - -theme.hotkeys_bg = "#111122" -theme.hotkeys_fg = "#EEEEFF" -theme.hotkeys_label_fg = "#111122" -theme.hotkeys_modifiers_fg = "#DD7777" -theme.hotkeys_description_font = "Indie Flower Bold 10" -theme.hotkeys_border_width = 2 -theme.hotkeys_border_color = "#6f6f6f55" -theme.hotkeys_shape = function(cr, width, height) gears.shape.rounded_rect(cr, width, height, 15) end -theme.menubar_bg_normal = "#111122CC" -theme.menubar_tag_bg_normal = "#00000000" -theme.menubar_fg_normal = "#FFBBBB" -theme.menubar_bg_focus = "#333344FF" -theme.menubar_fg_focus = "#BBBBFF" - -theme.menu_bg_normal = "#11112299" -theme.menu_fg_normal = "#FFBBBB" -theme.menu_bg_focus = "#333344FF" -theme.menu_fg_focus = "#BBBBFF" - --- {{{ Borders -theme.shape = function(cr, width, height) gears.shape.rounded_rect(cr, width, height, 4) end -theme.useless_gap = 2 -theme.border_width = 2 -theme.border_width_focus = 2 -theme.border_normal = "#00000077" -- basically no border -theme.border_focus = "#00000000" -- slightly more lit up than the shadow -theme.border_marked = "#CC939355" --- }}} - --- {{{ Titlebars -theme.titlebar_bg_focus = "#3F3F3F" -theme.titlebar_bg_normal = "#3F3F3F" --- }}} - --- There are other variable sets --- overriding the default one when --- defined, the sets are: --- [taglist|tasklist]_[bg|fg]_[focus|urgent|occupied|empty|volatile] --- titlebar_[normal|focus] --- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] --- Example: ---theme.taglist_bg_focus = "#CC9393" --- }}} - --- {{{ Widgets --- You can add as many variables as --- you wish and access them by using --- beautiful.variable in your rc.lua ---theme.fg_widget = "#AECF96" ---theme.fg_center_widget = "#88A175" ---theme.fg_end_widget = "#FF5656" ---theme.bg_widget = "#494B4F" ---theme.border_widget = "#3F3F3F" --- }}} - --- {{{ Mouse finder -theme.mouse_finder_color = "#CC9393" --- mouse_finder_[timeout|animate_timeout|radius|factor] --- }}} - --- {{{ Menu --- Variables set for theming the menu: --- menu_[bg|fg]_[normal|focus] --- menu_[border_color|border_width] -theme.menu_height = dpi(15) -theme.menu_width = dpi(100) --- }}} - --- {{{ Icons --- {{{ Taglist -theme.taglist_squares_sel = theme.dir .. "taglist/squarefz.png" -theme.taglist_squares_unsel = theme.dir .. "taglist/squarez.png" ---theme.taglist_squares_resize = "false" --- }}} - --- {{{ Misc -theme.awesome_icon = theme.dir .. "awesome-icon.png" -theme.menu_submenu_icon = theme.dir .. "submenu.png" --- }}} - --- {{{ Layout -theme.layout_tile = theme.dir .. "layouts/tile.png" -theme.layout_tileleft = theme.dir .. "layouts/tileleft.png" -theme.layout_tilebottom = theme.dir .. "layouts/tilebottom.png" -theme.layout_tiletop = theme.dir .. "layouts/tiletop.png" -theme.layout_fairv = theme.dir .. "layouts/fairv.png" -theme.layout_fairh = theme.dir .. "layouts/fairh.png" -theme.layout_spiral = theme.dir .. "layouts/spiral.png" -theme.layout_dwindle = theme.dir .. "layouts/dwindle.png" -theme.layout_max = theme.dir .. "layouts/max.png" -theme.layout_fullscreen = theme.dir .. "layouts/fullscreen.png" -theme.layout_magnifier = theme.dir .. "layouts/magnifier.png" -theme.layout_floating = theme.dir .. "layouts/floating.png" -theme.layout_cornernw = theme.dir .. "layouts/cornernw.png" -theme.layout_cornerne = theme.dir .. "layouts/cornerne.png" -theme.layout_cornersw = theme.dir .. "layouts/cornersw.png" -theme.layout_cornerse = theme.dir .. "layouts/cornerse.png" --- }}} - --- {{{ Titlebar -theme.titlebar_close_button_focus = themes_path .. "zenburn/titlebar/close_focus.png" -theme.titlebar_close_button_normal = themes_path .. "zenburn/titlebar/close_normal.png" - -theme.titlebar_minimize_button_normal = themes_path .. "default/titlebar/minimize_normal.png" -theme.titlebar_minimize_button_focus = themes_path .. "default/titlebar/minimize_focus.png" - -theme.titlebar_ontop_button_focus_active = themes_path .. "zenburn/titlebar/ontop_focus_active.png" -theme.titlebar_ontop_button_normal_active = themes_path .. "zenburn/titlebar/ontop_normal_active.png" -theme.titlebar_ontop_button_focus_inactive = themes_path .. "zenburn/titlebar/ontop_focus_inactive.png" -theme.titlebar_ontop_button_normal_inactive = themes_path .. "zenburn/titlebar/ontop_normal_inactive.png" - -theme.titlebar_sticky_button_focus_active = themes_path .. "zenburn/titlebar/sticky_focus_active.png" -theme.titlebar_sticky_button_normal_active = themes_path .. "zenburn/titlebar/sticky_normal_active.png" -theme.titlebar_sticky_button_focus_inactive = themes_path .. "zenburn/titlebar/sticky_focus_inactive.png" -theme.titlebar_sticky_button_normal_inactive = themes_path .. "zenburn/titlebar/sticky_normal_inactive.png" - -theme.titlebar_floating_button_focus_active = themes_path .. "zenburn/titlebar/floating_focus_active.png" -theme.titlebar_floating_button_normal_active = themes_path .. "zenburn/titlebar/floating_normal_active.png" -theme.titlebar_floating_button_focus_inactive = themes_path .. "zenburn/titlebar/floating_focus_inactive.png" -theme.titlebar_floating_button_normal_inactive = themes_path .. "zenburn/titlebar/floating_normal_inactive.png" - -theme.titlebar_maximized_button_focus_active = themes_path .. "zenburn/titlebar/maximized_focus_active.png" -theme.titlebar_maximized_button_normal_active = themes_path .. "zenburn/titlebar/maximized_normal_active.png" -theme.titlebar_maximized_button_focus_inactive = themes_path .. "zenburn/titlebar/maximized_focus_inactive.png" -theme.titlebar_maximized_button_normal_inactive = themes_path .. "zenburn/titlebar/maximized_normal_inactive.png" --- }}} --- }}} - -return theme - --- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80 diff --git a/themes/zenburn/titlebar/close_focus.png b/themes/zenburn/titlebar/close_focus.png deleted file mode 100644 index cccbadc..0000000 Binary files a/themes/zenburn/titlebar/close_focus.png and /dev/null differ diff --git a/themes/zenburn/titlebar/close_normal.png b/themes/zenburn/titlebar/close_normal.png deleted file mode 100644 index 6e6b645..0000000 Binary files a/themes/zenburn/titlebar/close_normal.png and /dev/null differ diff --git a/themes/zenburn/titlebar/floating_focus_active.png b/themes/zenburn/titlebar/floating_focus_active.png deleted file mode 100644 index 77ea127..0000000 Binary files a/themes/zenburn/titlebar/floating_focus_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/floating_focus_inactive.png b/themes/zenburn/titlebar/floating_focus_inactive.png deleted file mode 100644 index 94b0360..0000000 Binary files a/themes/zenburn/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/floating_normal_active.png b/themes/zenburn/titlebar/floating_normal_active.png deleted file mode 100644 index 878a9fb..0000000 Binary files a/themes/zenburn/titlebar/floating_normal_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/floating_normal_inactive.png b/themes/zenburn/titlebar/floating_normal_inactive.png deleted file mode 100644 index 4147c7d..0000000 Binary files a/themes/zenburn/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/maximized_focus_active.png b/themes/zenburn/titlebar/maximized_focus_active.png deleted file mode 100644 index 9fc0483..0000000 Binary files a/themes/zenburn/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/maximized_focus_inactive.png b/themes/zenburn/titlebar/maximized_focus_inactive.png deleted file mode 100644 index 298751c..0000000 Binary files a/themes/zenburn/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/maximized_normal_active.png b/themes/zenburn/titlebar/maximized_normal_active.png deleted file mode 100644 index 1dca071..0000000 Binary files a/themes/zenburn/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/maximized_normal_inactive.png b/themes/zenburn/titlebar/maximized_normal_inactive.png deleted file mode 100644 index f943ac7..0000000 Binary files a/themes/zenburn/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/ontop_focus_active.png b/themes/zenburn/titlebar/ontop_focus_active.png deleted file mode 100644 index 86e61b7..0000000 Binary files a/themes/zenburn/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/ontop_focus_inactive.png b/themes/zenburn/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 04bc63a..0000000 Binary files a/themes/zenburn/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/ontop_normal_active.png b/themes/zenburn/titlebar/ontop_normal_active.png deleted file mode 100644 index 8d9cb5b..0000000 Binary files a/themes/zenburn/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/ontop_normal_inactive.png b/themes/zenburn/titlebar/ontop_normal_inactive.png deleted file mode 100644 index d383c77..0000000 Binary files a/themes/zenburn/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/sticky_focus_active.png b/themes/zenburn/titlebar/sticky_focus_active.png deleted file mode 100644 index 5af45c1..0000000 Binary files a/themes/zenburn/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/sticky_focus_inactive.png b/themes/zenburn/titlebar/sticky_focus_inactive.png deleted file mode 100644 index 1a0c481..0000000 Binary files a/themes/zenburn/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/themes/zenburn/titlebar/sticky_normal_active.png b/themes/zenburn/titlebar/sticky_normal_active.png deleted file mode 100644 index 50a6d2b..0000000 Binary files a/themes/zenburn/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/themes/zenburn/titlebar/sticky_normal_inactive.png b/themes/zenburn/titlebar/sticky_normal_inactive.png deleted file mode 100644 index ea09406..0000000 Binary files a/themes/zenburn/titlebar/sticky_normal_inactive.png and /dev/null differ