diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
commit | 7e2a016dc724dd9f6767a002f5da889740f137c6 (patch) | |
tree | a12e79ecc11565a09be9fc36082b279230d91a01 /awesome | |
parent | 5b07539fad29d4f88662c9c3e2f602860b3663be (diff) | |
download | dotfiles-7e2a016dc724dd9f6767a002f5da889740f137c6.tar.gz |
Update 2020-11-29
Diffstat (limited to 'awesome')
128 files changed, 26 insertions, 332 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 2a6d61d..bfb390d 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -46,18 +46,15 @@ beautiful.init"~/.config/awesome/themes/srcery/theme.lua" -- This is used later as the default terminal and editor to run. local terminal = "urxvt" -local editor = "gvim" +local editor = terminal .. " -e vim" -- And some additional applications local root_terminal = terminal .. " -e su -" -local pulsemixer = terminal .. " -e pulsemixer" local ranger = terminal .. " -e ranger" -local irc = terminal .. " -e ircII cnx irc.freenode.net" -local python3 = terminal .. " -e python3" -local python2 = terminal .. " -e python2" +local python = terminal .. " -e python" local guile = terminal .. " -e guile" local clojure = terminal .. " -e clojure" +local aerc = terminal .. " -e aerc" local emacs = "emacs" -local netrw = terminal .. " -e vim" local slock_suspend = "slock systemctl --ignore-inhibitors suspend" -- Audacious media player @@ -142,7 +139,7 @@ local mymainmenu = freedesktop.menu.build{ -- Menubar configuration -- Set geometry so it would overlay the wibox -menubar.geometry = {y = 0, height = 22} +menubar.geometry = {y = 0, height = 28} -- Set the terminal for applications that require it menubar.utils.terminal = terminal -- }}} @@ -348,7 +345,7 @@ awful.screen.connect_for_each_screen(function (s) -- ) -- Create the wibox - s.mywibox = awful.wibar{position = "top", height = "22", screen = s} + s.mywibox = awful.wibar{position = "top", height = "28", screen = s} -- Add widgets to the wibox s.mywibox:setup{ @@ -465,12 +462,12 @@ local globalkeys = awful.util.table.join( {description = "open a terminal", group = "launcher"}), awful.key({modkey, "Shift"}, "x", spawner(root_terminal), {description = "open a root terminal", group = "launcher"}), - awful.key({modkey}, "v", spawner(netrw), - {description = "open GVim", group = "launcher"}), - awful.key({modkey}, "e", spawner(emacs), + awful.key({modkey}, "v", spawner(editor), + {description = "open Vim", group = "launcher"}), + awful.key({modkey, "Shift"}, "e", spawner(emacs), {description = "open Emacs", group = "launcher"}), - awful.key({modkey}, "b", spawner"qutebrowser", - {description = "open qutebrowser", group = "launcher"}), + awful.key({modkey}, "e", spawner(aerc), + {description = "open aerc", group = "launcher"}), awful.key({modkey}, "f", spawner"firefox", {description = "open Firefox", group = "launcher"}), awful.key({modkey, "Shift"}, "f", spawner"torbrowser-launcher", @@ -487,10 +484,8 @@ local globalkeys = awful.util.table.join( {description = "open ranger file manager", group = "launcher"}), awful.key({modkey, "Shift"}, "r", spawner(ranger .. " /data"), {description = "open ranger at /data", group = "launcher"}), - awful.key({modkey}, "p", spawner(python3), + awful.key({modkey}, "p", spawner(python), {description = "open Python 3 interpreter", group = "launcher"}), - awful.key({modkey, "Shift"}, "p", spawner(python2), - {description = "open Python 2 interpreter", group = "launcher"}), awful.key({modkey}, "c", spawner(clojure), {description = "open Clojure interpreter", group = "launcher"}), awful.key({modkey}, "g", spawner(guile), @@ -501,8 +496,8 @@ local globalkeys = awful.util.table.join( {description = "lock screen", group = "launcher"}), awful.key({modkey, "Shift"}, "s", spawner(slock_suspend), {description = "lock screen then suspend", group = "launcher"}), - awful.key({modkey, "Control"}, "m", spawner(pulsemixer), - {description = "open PulseAudio mixer", group = "multimedia"}), + awful.key({modkey, "Shift"}, "m", spawner("tootle"), + {description = "open Tootle", group = "launcher"}), awful.key({modkey}, "a", spawner(audacious_jump_box), {description = "Audacious: jump-to-song", group = "multimedia"}), awful.key({modkey, "Shift"}, "a", spawner(audacious_main_window), @@ -769,7 +764,7 @@ client.connect_signal( end) ) - awful.titlebar(c, {size=22}):setup{ + awful.titlebar(c, {size=28}):setup{ {-- Left awful.titlebar.widget.closebutton(c), awful.titlebar.widget.ontopbutton(c), diff --git a/awesome/.config/awesome/themes/gruvbox-dark/README.md b/awesome/.config/awesome/themes/gruvbox-dark/README.md deleted file mode 100644 index dc3f262..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Gruvbox awesome theme by McSinyx - -## A few side notes - -* The backgrounds are pixel-based, for best result please resize them using a - proper algorithim, e.g. in GIMP use *None* or *Linear* interpolation. - -* Titlebar and wibox use some pixel arts, so please keep theme at the size of - 22px. - -* I added some 22-pixel high arrows to the theme. You might wanna use them to - rice your desktop in the *powerarrow* way. diff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/0.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/0.png deleted file mode 100644 index 44abbcc..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/0.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/1.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/1.png deleted file mode 100644 index a6c21d1..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/1.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/2.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/2.png deleted file mode 100644 index e82ca2c..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/2.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/3.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/3.png deleted file mode 100644 index 9c51661..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/3.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/4.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/4.png deleted file mode 100644 index 33b7496..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/4.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/5.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/5.png deleted file mode 100644 index d5719a3..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/5.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/arrows/6.png b/awesome/.config/awesome/themes/gruvbox-dark/arrows/6.png deleted file mode 100644 index b276fe4..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/arrows/6.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/awesome.png b/awesome/.config/awesome/themes/gruvbox-dark/awesome.png deleted file mode 100644 index c0385fe..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/awesome.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1152.png b/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1152.png deleted file mode 100644 index 595b815..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1152.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1280.png b/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1280.png deleted file mode 100644 index a478b98..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1280.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1536.png b/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1536.png deleted file mode 100644 index 4976ad4..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/background-2048x1536.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornerne.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornerne.png deleted file mode 100644 index 0055c98..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornerne.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornernw.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornernw.png deleted file mode 100644 index 0951497..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornernw.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornerse.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornerse.png deleted file mode 100644 index c40d4f8..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornerse.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornersw.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornersw.png deleted file mode 100644 index b0fd9cd..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/cornersw.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/dwindle.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/dwindle.png deleted file mode 100644 index d05ed6e..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/dwindle.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/fairh.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/fairh.png deleted file mode 100644 index 75d44d8..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/fairh.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/fairv.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/fairv.png deleted file mode 100644 index 3d290e2..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/fairv.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/floating.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/floating.png deleted file mode 100644 index e003913..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/floating.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/fullscreen.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/fullscreen.png deleted file mode 100644 index 33ea6f6..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/fullscreen.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/magnifier.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/magnifier.png deleted file mode 100644 index f6d753f..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/magnifier.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/max.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/max.png deleted file mode 100644 index fc5d8e6..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/max.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/spiral.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/spiral.png deleted file mode 100644 index 591d99d..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/spiral.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tile.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/tile.png deleted file mode 100644 index 4b27ce0..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tile.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tilebottom.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/tilebottom.png deleted file mode 100644 index 286d6a1..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tilebottom.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tileleft.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/tileleft.png deleted file mode 100644 index 03463ee..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tileleft.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tiletop.png b/awesome/.config/awesome/themes/gruvbox-dark/layouts/tiletop.png deleted file mode 100644 index c07b4f6..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/layouts/tiletop.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/submenu.png b/awesome/.config/awesome/themes/gruvbox-dark/submenu.png deleted file mode 100644 index 53f03b4..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/submenu.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/taglist/square.png b/awesome/.config/awesome/themes/gruvbox-dark/taglist/square.png deleted file mode 100644 index 16eb9dc..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/taglist/square.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/taglist/squaref.png b/awesome/.config/awesome/themes/gruvbox-dark/taglist/squaref.png deleted file mode 100644 index 7199951..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/taglist/squaref.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/theme.lua b/awesome/.config/awesome/themes/gruvbox-dark/theme.lua deleted file mode 100644 index 4fc577c..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/theme.lua +++ /dev/null @@ -1,138 +0,0 @@ --- gruvbox awesome theme, dark variant --- Copyright (C) 2016-2019 Nguyễn Gia Phong --- --- This program is free software: you can redistribute it and/or modify --- it under the terms of the GNU General Public License as published by --- the Free Software Foundation, either version 3 of the License, or --- (at your option) any later version. --- --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License --- along with this program. If not, see <http://www.gnu.org/licenses/>. - -local theme = {} - --- Working directory (where you place this theme) -theme.wd = "~/.config/awesome/themes/gruvbox-dark/" - -theme.font = "Latin Modern Mono Caps 12" -theme.hotkeys_font = "Latin Modern Mono Bold 12" -theme.hotkeys_description_font = theme.font - -theme.bg_normal = "#282828" -theme.bg_focus = "#3c3836" -theme.bg_urgent = theme.bg_normal -theme.bg_minimize = theme.bg_focus -theme.bg_systray = theme.bg_normal -theme.hotkeys_bg = theme.bg_normal - -theme.fg_normal = "#ebdbb2" -theme.fg_focus = theme.fg_normal -theme.fg_urgent = "#d3869b" -theme.fg_minimize = theme.fg_normal -theme.hotkeys_fg = theme.fg_normal - -theme.useless_gap = 0 -theme.border_width = 2 -theme.border_normal = "#353535" -theme.border_focus = "#b16286" -theme.border_marked = "#cc241d" - -theme.hotkeys_border_color = theme.border_focus -theme.hotkeys_border_width = theme.border_width -theme.hotkeys_modifiers_fg = theme.fg_urgent - --- There are other variable sets --- overriding the default one when --- defined, the sets are: --- taglist_[bg|fg]_[focus|urgent|occupied|empty] --- 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] -theme.titlebar_bg_normal = theme.bg_normal -theme.titlebar_bg_focus = theme.bg_normal - --- Display the taglist squares -theme.taglist_squares_sel = theme.wd .. "taglist/squaref.png" -theme.taglist_squares_unsel = theme.wd .. "taglist/square.png" - --- Variables set for theming the menu: --- menu_[bg|fg]_[normal|focus] --- menu_[border_color|border_width] -theme.menu_submenu_icon = theme.wd .. "submenu.png" -theme.menu_height = 22 -theme.menu_width = 160 - --- 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 = theme.wd .. "titlebar/normal.png" -theme.titlebar_close_button_focus = theme.wd .. "titlebar/close.png" - -theme.titlebar_minimize_button_normal = theme.wd .. "titlebar/normal.png" -theme.titlebar_minimize_button_focus = theme.wd .. "titlebar/minimize.png" - -theme.titlebar_ontop_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_ontop_button_focus_inactive = theme.wd .. "titlebar/ontop_inactive.png" -theme.titlebar_ontop_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_ontop_button_focus_active = theme.wd .. "titlebar/ontop_active.png" - -theme.titlebar_sticky_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_sticky_button_focus_inactive = theme.wd .. "titlebar/sticky_inactive.png" -theme.titlebar_sticky_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_sticky_button_focus_active = theme.wd .. "titlebar/sticky_active.png" - -theme.titlebar_floating_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_floating_button_focus_inactive = theme.wd .. "titlebar/floating_inactive.png" -theme.titlebar_floating_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_floating_button_focus_active = theme.wd .. "titlebar/floating_active.png" - -theme.titlebar_maximized_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_maximized_button_focus_inactive = theme.wd .. "titlebar/maximized_inactive.png" -theme.titlebar_maximized_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_maximized_button_focus_active = theme.wd .. "titlebar/maximized_active.png" - ---theme.wallpaper = theme.wd .. "background.png" - --- You can use your own layout icons like this: -theme.layout_fairh = theme.wd .. "layouts/fairh.png" -theme.layout_fairv = theme.wd .. "layouts/fairv.png" -theme.layout_floating = theme.wd .. "layouts/floating.png" -theme.layout_magnifier = theme.wd .. "layouts/magnifier.png" -theme.layout_max = theme.wd .. "layouts/max.png" -theme.layout_fullscreen = theme.wd .. "layouts/fullscreen.png" -theme.layout_tilebottom = theme.wd .. "layouts/tilebottom.png" -theme.layout_tileleft = theme.wd .. "layouts/tileleft.png" -theme.layout_tile = theme.wd .. "layouts/tile.png" -theme.layout_tiletop = theme.wd .. "layouts/tiletop.png" -theme.layout_spiral = theme.wd .. "layouts/spiral.png" -theme.layout_dwindle = theme.wd .. "layouts/dwindle.png" -theme.layout_cornernw = theme.wd .. "layouts/cornernw.png" -theme.layout_cornerne = theme.wd .. "layouts/cornerne.png" -theme.layout_cornersw = theme.wd .. "layouts/cornersw.png" -theme.layout_cornerse = theme.wd .. "layouts/cornerse.png" - -theme.awesome_icon = theme.wd .. "awesome.png" - --- Define the icon theme for application icons. If not set then the icons --- from /usr/share/icons and /usr/share/icons/hicolor will be used. -theme.icon_theme = nil - --- Arrows -theme.arrow0 = theme.wd .. "arrows/0.png" -theme.arrow1 = theme.wd .. "arrows/1.png" -theme.arrow2 = theme.wd .. "arrows/2.png" -theme.arrow3 = theme.wd .. "arrows/3.png" -theme.arrow4 = theme.wd .. "arrows/4.png" -theme.arrow5 = theme.wd .. "arrows/5.png" -theme.arrow6 = theme.wd .. "arrows/6.png" - -return theme diff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/close.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/close.png deleted file mode 100644 index 6c5c53f..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/close.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/floating_active.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/floating_active.png deleted file mode 100644 index 9a04f1f..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/floating_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/floating_inactive.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/floating_inactive.png deleted file mode 100644 index 0988a71..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/floating_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/maximized_active.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/maximized_active.png deleted file mode 100644 index b5a5b67..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/maximized_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/maximized_inactive.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/maximized_inactive.png deleted file mode 100644 index 0d701bd..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/maximized_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/minimize.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/minimize.png deleted file mode 100644 index 464c553..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/minimize.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/normal.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/normal.png deleted file mode 100644 index 4c54de3..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/normal.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/ontop_active.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/ontop_active.png deleted file mode 100644 index b4bc52e..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/ontop_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/ontop_inactive.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/ontop_inactive.png deleted file mode 100644 index 1cf8e20..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/ontop_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/sticky_active.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/sticky_active.png deleted file mode 100644 index 3acda5f..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/sticky_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/sticky_inactive.png b/awesome/.config/awesome/themes/gruvbox-dark/titlebar/sticky_inactive.png deleted file mode 100644 index cc03ad4..0000000 --- a/awesome/.config/awesome/themes/gruvbox-dark/titlebar/sticky_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/README.md b/awesome/.config/awesome/themes/gruvbox-light/README.md deleted file mode 100644 index dc3f262..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Gruvbox awesome theme by McSinyx - -## A few side notes - -* The backgrounds are pixel-based, for best result please resize them using a - proper algorithim, e.g. in GIMP use *None* or *Linear* interpolation. - -* Titlebar and wibox use some pixel arts, so please keep theme at the size of - 22px. - -* I added some 22-pixel high arrows to the theme. You might wanna use them to - rice your desktop in the *powerarrow* way. diff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/0.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/0.png deleted file mode 100644 index 44abbcc..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/0.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/1.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/1.png deleted file mode 100644 index a6c21d1..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/1.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/2.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/2.png deleted file mode 100644 index e82ca2c..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/2.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/3.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/3.png deleted file mode 100644 index 9c51661..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/3.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/4.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/4.png deleted file mode 100644 index 33b7496..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/4.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/5.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/5.png deleted file mode 100644 index d5719a3..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/5.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/arrows/6.png b/awesome/.config/awesome/themes/gruvbox-light/arrows/6.png deleted file mode 100644 index ab5dd0b..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/arrows/6.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/awesome.png b/awesome/.config/awesome/themes/gruvbox-light/awesome.png deleted file mode 100644 index 812060e..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/awesome.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/background-2048x1152.png b/awesome/.config/awesome/themes/gruvbox-light/background-2048x1152.png deleted file mode 100644 index f6e56b4..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/background-2048x1152.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/background-2048x1280.png b/awesome/.config/awesome/themes/gruvbox-light/background-2048x1280.png deleted file mode 100644 index f977b04..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/background-2048x1280.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/background-2048x1536.png b/awesome/.config/awesome/themes/gruvbox-light/background-2048x1536.png deleted file mode 100644 index 477da23..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/background-2048x1536.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornerne.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/cornerne.png deleted file mode 100644 index b597376..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornerne.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornernw.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/cornernw.png deleted file mode 100644 index 3132710..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornernw.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornerse.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/cornerse.png deleted file mode 100644 index ea15307..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornerse.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornersw.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/cornersw.png deleted file mode 100644 index dc93a13..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/cornersw.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/dwindle.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/dwindle.png deleted file mode 100644 index 730fb5f..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/dwindle.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/fairh.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/fairh.png deleted file mode 100644 index f048c4e..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/fairh.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/fairv.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/fairv.png deleted file mode 100644 index 802d935..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/fairv.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/floating.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/floating.png deleted file mode 100644 index d3e8274..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/floating.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/fullscreen.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/fullscreen.png deleted file mode 100644 index 957dee3..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/fullscreen.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/magnifier.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/magnifier.png deleted file mode 100644 index bc1b1a8..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/magnifier.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/max.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/max.png deleted file mode 100644 index c1efe5d..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/max.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/spiral.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/spiral.png deleted file mode 100644 index 98749a5..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/spiral.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/tile.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/tile.png deleted file mode 100644 index a2cbf30..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/tile.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/tilebottom.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/tilebottom.png deleted file mode 100644 index af39eae..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/tilebottom.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/tileleft.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/tileleft.png deleted file mode 100644 index bdff47e..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/tileleft.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/layouts/tiletop.png b/awesome/.config/awesome/themes/gruvbox-light/layouts/tiletop.png deleted file mode 100644 index 681a873..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/layouts/tiletop.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/submenu.png b/awesome/.config/awesome/themes/gruvbox-light/submenu.png deleted file mode 100644 index 15ca0b8..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/submenu.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/taglist/square.png b/awesome/.config/awesome/themes/gruvbox-light/taglist/square.png deleted file mode 100644 index 16eb9dc..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/taglist/square.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/taglist/squaref.png b/awesome/.config/awesome/themes/gruvbox-light/taglist/squaref.png deleted file mode 100644 index ab9e201..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/taglist/squaref.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/theme.lua b/awesome/.config/awesome/themes/gruvbox-light/theme.lua deleted file mode 100644 index 5dd851b..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/theme.lua +++ /dev/null @@ -1,138 +0,0 @@ --- gruvbox awesome theme, light variant --- Copyright (C) 2016-2019 Nguyễn Gia Phong --- --- This program is free software: you can redistribute it and/or modify --- it under the terms of the GNU General Public License as published by --- the Free Software Foundation, either version 3 of the License, or --- (at your option) any later version. --- --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License --- along with this program. If not, see <http://www.gnu.org/licenses/>. - -local theme = {} - --- Working directory (where you place this theme) -theme.wd = "~/.config/awesome/themes/gruvbox-light/" - -theme.font = "Latin Modern Mono Caps 12" -theme.hotkeys_font = "Latin Modern Mono Bold 12" -theme.hotkeys_description_font = theme.font - -theme.bg_normal = "#fbf1c7" -theme.bg_focus = "#ebdbb2" -theme.bg_urgent = theme.bg_normal -theme.bg_minimize = theme.bg_focus -theme.bg_systray = theme.bg_normal -theme.hotkeys_bg = theme.bg_normal - -theme.fg_normal = "#3c3836" -theme.fg_focus = theme.fg_normal -theme.fg_urgent = "#8f3f71" -theme.fg_minimize = theme.fg_normal -theme.hotkeys_fg = theme.fg_normal - -theme.useless_gap = 0 -theme.border_width = 2 -theme.border_normal = theme.bg_focus -theme.border_focus = "#b16286" -theme.border_marked = "#cc241d" - -theme.hotkeys_border_color = theme.border_focus -theme.hotkeys_border_width = theme.border_width -theme.hotkeys_modifiers_fg = theme.fg_urgent - --- There are other variable sets --- overriding the default one when --- defined, the sets are: --- taglist_[bg|fg]_[focus|urgent|occupied|empty] --- 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] -theme.titlebar_bg_normal = theme.bg_normal -theme.titlebar_bg_focus = theme.bg_normal - --- Display the taglist squares -theme.taglist_squares_sel = theme.wd .. "taglist/squaref.png" -theme.taglist_squares_unsel = theme.wd .. "taglist/square.png" - --- Variables set for theming the menu: --- menu_[bg|fg]_[normal|focus] --- menu_[border_color|border_width] -theme.menu_submenu_icon = theme.wd .. "submenu.png" -theme.menu_height = 22 -theme.menu_width = 160 - --- 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 = theme.wd .. "titlebar/normal.png" -theme.titlebar_close_button_focus = theme.wd .. "titlebar/close.png" - -theme.titlebar_minimize_button_normal = theme.wd .. "titlebar/normal.png" -theme.titlebar_minimize_button_focus = theme.wd .. "titlebar/minimize.png" - -theme.titlebar_ontop_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_ontop_button_focus_inactive = theme.wd .. "titlebar/ontop_inactive.png" -theme.titlebar_ontop_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_ontop_button_focus_active = theme.wd .. "titlebar/ontop_active.png" - -theme.titlebar_sticky_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_sticky_button_focus_inactive = theme.wd .. "titlebar/sticky_inactive.png" -theme.titlebar_sticky_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_sticky_button_focus_active = theme.wd .. "titlebar/sticky_active.png" - -theme.titlebar_floating_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_floating_button_focus_inactive = theme.wd .. "titlebar/floating_inactive.png" -theme.titlebar_floating_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_floating_button_focus_active = theme.wd .. "titlebar/floating_active.png" - -theme.titlebar_maximized_button_normal_inactive = theme.wd .. "titlebar/normal.png" -theme.titlebar_maximized_button_focus_inactive = theme.wd .. "titlebar/maximized_inactive.png" -theme.titlebar_maximized_button_normal_active = theme.wd .. "titlebar/normal.png" -theme.titlebar_maximized_button_focus_active = theme.wd .. "titlebar/maximized_active.png" - ---theme.wallpaper = theme.wd .. "background.png" - --- You can use your own layout icons like this: -theme.layout_fairh = theme.wd .. "layouts/fairh.png" -theme.layout_fairv = theme.wd .. "layouts/fairv.png" -theme.layout_floating = theme.wd .. "layouts/floating.png" -theme.layout_magnifier = theme.wd .. "layouts/magnifier.png" -theme.layout_max = theme.wd .. "layouts/max.png" -theme.layout_fullscreen = theme.wd .. "layouts/fullscreen.png" -theme.layout_tilebottom = theme.wd .. "layouts/tilebottom.png" -theme.layout_tileleft = theme.wd .. "layouts/tileleft.png" -theme.layout_tile = theme.wd .. "layouts/tile.png" -theme.layout_tiletop = theme.wd .. "layouts/tiletop.png" -theme.layout_spiral = theme.wd .. "layouts/spiral.png" -theme.layout_dwindle = theme.wd .. "layouts/dwindle.png" -theme.layout_cornernw = theme.wd .. "layouts/cornernw.png" -theme.layout_cornerne = theme.wd .. "layouts/cornerne.png" -theme.layout_cornersw = theme.wd .. "layouts/cornersw.png" -theme.layout_cornerse = theme.wd .. "layouts/cornerse.png" - -theme.awesome_icon = theme.wd .. "awesome.png" - --- Define the icon theme for application icons. If not set then the icons --- from /usr/share/icons and /usr/share/icons/hicolor will be used. -theme.icon_theme = nil - --- Arrows -theme.arrow0 = theme.wd .. "arrows/0.png" -theme.arrow1 = theme.wd .. "arrows/1.png" -theme.arrow2 = theme.wd .. "arrows/2.png" -theme.arrow3 = theme.wd .. "arrows/3.png" -theme.arrow4 = theme.wd .. "arrows/4.png" -theme.arrow5 = theme.wd .. "arrows/5.png" -theme.arrow6 = theme.wd .. "arrows/6.png" - -return theme diff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/close.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/close.png deleted file mode 100644 index 6c5c53f..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/close.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/floating_active.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/floating_active.png deleted file mode 100644 index bbaebb9..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/floating_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/floating_inactive.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/floating_inactive.png deleted file mode 100644 index 0988a71..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/floating_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/maximized_active.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/maximized_active.png deleted file mode 100644 index de6bc5b..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/maximized_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/maximized_inactive.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/maximized_inactive.png deleted file mode 100644 index 0d701bd..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/maximized_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/minimize.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/minimize.png deleted file mode 100644 index 464c553..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/minimize.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/normal.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/normal.png deleted file mode 100644 index 4c54de3..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/normal.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/ontop_active.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/ontop_active.png deleted file mode 100644 index e1f42fd..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/ontop_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/ontop_inactive.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/ontop_inactive.png deleted file mode 100644 index 1cf8e20..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/ontop_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/sticky_active.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/sticky_active.png deleted file mode 100644 index 7ed573e..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/sticky_active.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/gruvbox-light/titlebar/sticky_inactive.png b/awesome/.config/awesome/themes/gruvbox-light/titlebar/sticky_inactive.png deleted file mode 100644 index cc03ad4..0000000 --- a/awesome/.config/awesome/themes/gruvbox-light/titlebar/sticky_inactive.png +++ /dev/null Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/README.md b/awesome/.config/awesome/themes/srcery/README.md index 92246f4..3867a1c 100644 --- a/awesome/.config/awesome/themes/srcery/README.md +++ b/awesome/.config/awesome/themes/srcery/README.md @@ -2,11 +2,11 @@ ## A few side notes -* First 9 colors in srcery palette along with orange are exposed for convenient - theming. +* First 9 colors in srcery palette along with orange +* are exposed for convenient theming. * The backgrounds are pixel-based, for best result please resize them using a - proper algorithim, e.g. in GIMP use *None* or *Linear* interpolation. -* Titlebar and wibox use some pixel arts, so please keep theme at the size of - 22px. -* I added some 22-pixel high arrows to the theme. You might wanna use them to - rice your desktop in the *powerarrow* way. + proper algorithim, e.g. in GIMP use *None* interpolation. +* Titlebar and wibox use some pixel arts, +* so please keep theme at the size of 28px. +* I added some 28-pixel high arrows to the theme. + One might wanna use them to rice your desktop in the *powerarrow* way. diff --git a/awesome/.config/awesome/themes/srcery/arrows/0.png b/awesome/.config/awesome/themes/srcery/arrows/0.png index 7a8f092..fda6350 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/0.png +++ b/awesome/.config/awesome/themes/srcery/arrows/0.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/arrows/1.png b/awesome/.config/awesome/themes/srcery/arrows/1.png index 03b22c0..992ba72 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/1.png +++ b/awesome/.config/awesome/themes/srcery/arrows/1.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/arrows/2.png b/awesome/.config/awesome/themes/srcery/arrows/2.png index 70e205d..5ed3516 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/2.png +++ b/awesome/.config/awesome/themes/srcery/arrows/2.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/arrows/3.png b/awesome/.config/awesome/themes/srcery/arrows/3.png index b3ae828..28ac7bf 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/3.png +++ b/awesome/.config/awesome/themes/srcery/arrows/3.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/arrows/4.png b/awesome/.config/awesome/themes/srcery/arrows/4.png index a095256..1a34ff9 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/4.png +++ b/awesome/.config/awesome/themes/srcery/arrows/4.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/arrows/5.png b/awesome/.config/awesome/themes/srcery/arrows/5.png index 86b425d..64bd3c2 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/5.png +++ b/awesome/.config/awesome/themes/srcery/arrows/5.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/arrows/6.png b/awesome/.config/awesome/themes/srcery/arrows/6.png index 155f1ff..fa01022 100644 --- a/awesome/.config/awesome/themes/srcery/arrows/6.png +++ b/awesome/.config/awesome/themes/srcery/arrows/6.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/awesome.png b/awesome/.config/awesome/themes/srcery/awesome.png index 1add8b1..519b807 100644 --- a/awesome/.config/awesome/themes/srcery/awesome.png +++ b/awesome/.config/awesome/themes/srcery/awesome.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/background-fullhd.png b/awesome/.config/awesome/themes/srcery/background-fullhd.png new file mode 100644 index 0000000..f1554f5 --- /dev/null +++ b/awesome/.config/awesome/themes/srcery/background-fullhd.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/cornerne.png b/awesome/.config/awesome/themes/srcery/layouts/cornerne.png index 6b84a0f..6d10ac2 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/cornerne.png +++ b/awesome/.config/awesome/themes/srcery/layouts/cornerne.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/cornernw.png b/awesome/.config/awesome/themes/srcery/layouts/cornernw.png index d4f7020..fb7ec75 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/cornernw.png +++ b/awesome/.config/awesome/themes/srcery/layouts/cornernw.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/cornerse.png b/awesome/.config/awesome/themes/srcery/layouts/cornerse.png index 60213d3..dbe2133 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/cornerse.png +++ b/awesome/.config/awesome/themes/srcery/layouts/cornerse.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/cornersw.png b/awesome/.config/awesome/themes/srcery/layouts/cornersw.png index 6675588..2167ad7 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/cornersw.png +++ b/awesome/.config/awesome/themes/srcery/layouts/cornersw.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/dwindle.png b/awesome/.config/awesome/themes/srcery/layouts/dwindle.png index 8719c14..06365f4 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/dwindle.png +++ b/awesome/.config/awesome/themes/srcery/layouts/dwindle.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/fairh.png b/awesome/.config/awesome/themes/srcery/layouts/fairh.png index 05a68fd..0572e7b 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/fairh.png +++ b/awesome/.config/awesome/themes/srcery/layouts/fairh.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/fairv.png b/awesome/.config/awesome/themes/srcery/layouts/fairv.png index 927acac..190c973 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/fairv.png +++ b/awesome/.config/awesome/themes/srcery/layouts/fairv.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/floating.png b/awesome/.config/awesome/themes/srcery/layouts/floating.png index e6db7d5..ed71939 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/floating.png +++ b/awesome/.config/awesome/themes/srcery/layouts/floating.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/fullscreen.png b/awesome/.config/awesome/themes/srcery/layouts/fullscreen.png index 6b80b25..4a466d3 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/fullscreen.png +++ b/awesome/.config/awesome/themes/srcery/layouts/fullscreen.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/magnifier.png b/awesome/.config/awesome/themes/srcery/layouts/magnifier.png index 532d397..cae129f 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/magnifier.png +++ b/awesome/.config/awesome/themes/srcery/layouts/magnifier.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/max.png b/awesome/.config/awesome/themes/srcery/layouts/max.png index 74a608f..02733e9 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/max.png +++ b/awesome/.config/awesome/themes/srcery/layouts/max.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/spiral.png b/awesome/.config/awesome/themes/srcery/layouts/spiral.png index b847e22..eecdc68 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/spiral.png +++ b/awesome/.config/awesome/themes/srcery/layouts/spiral.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/tile.png b/awesome/.config/awesome/themes/srcery/layouts/tile.png index 02b7df1..850d194 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/tile.png +++ b/awesome/.config/awesome/themes/srcery/layouts/tile.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/tilebottom.png b/awesome/.config/awesome/themes/srcery/layouts/tilebottom.png index dd2dd03..ce1a9c9 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/tilebottom.png +++ b/awesome/.config/awesome/themes/srcery/layouts/tilebottom.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/tileleft.png b/awesome/.config/awesome/themes/srcery/layouts/tileleft.png index 052f308..43f18f8 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/tileleft.png +++ b/awesome/.config/awesome/themes/srcery/layouts/tileleft.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/layouts/tiletop.png b/awesome/.config/awesome/themes/srcery/layouts/tiletop.png index 723f00e..ee76115 100644 --- a/awesome/.config/awesome/themes/srcery/layouts/tiletop.png +++ b/awesome/.config/awesome/themes/srcery/layouts/tiletop.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/submenu.png b/awesome/.config/awesome/themes/srcery/submenu.png index f87ee0d..b9fafa7 100644 --- a/awesome/.config/awesome/themes/srcery/submenu.png +++ b/awesome/.config/awesome/themes/srcery/submenu.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/taglist/square.png b/awesome/.config/awesome/themes/srcery/taglist/square.png index 4ba2919..1f16e85 100644 --- a/awesome/.config/awesome/themes/srcery/taglist/square.png +++ b/awesome/.config/awesome/themes/srcery/taglist/square.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/taglist/squaref.png b/awesome/.config/awesome/themes/srcery/taglist/squaref.png index 83f00fe..74794d1 100644 --- a/awesome/.config/awesome/themes/srcery/taglist/squaref.png +++ b/awesome/.config/awesome/themes/srcery/taglist/squaref.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/theme.lua b/awesome/.config/awesome/themes/srcery/theme.lua index 0c0578c..baaac50 100644 --- a/awesome/.config/awesome/themes/srcery/theme.lua +++ b/awesome/.config/awesome/themes/srcery/theme.lua @@ -21,8 +21,8 @@ local theme = {} local wd = '~/.config/awesome/themes/srcery/' local function abspath(relative) return wd .. relative end -theme.font = 'Latin Modern Mono Caps 12' -theme.hotkeys_font = 'Latin Modern Mono Bold 12' +theme.font = 'Latin Modern Mono Caps 15' +theme.hotkeys_font = 'Latin Modern Mono Bold 15' theme.hotkeys_description_font = theme.font -- Auxiliary colors @@ -80,8 +80,8 @@ theme.taglist_squares_unsel = abspath'taglist/square.png' -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] theme.menu_submenu_icon = abspath'submenu.png' -theme.menu_height = 22 -theme.menu_width = 160 +theme.menu_height = 28 +theme.menu_width = 210 -- You can add as many variables as -- you wish and access them by using @@ -118,8 +118,7 @@ theme.titlebar_maximized_button_focus_inactive = titlebar'maximized_inactive' theme.titlebar_maximized_button_normal_active = titlebar'normal' theme.titlebar_maximized_button_focus_active = titlebar'maximized_active' --- Desktop background -function theme.wallpaper() gears.wallpaper.set(theme.black) end +theme.wallpaper = abspath'background-fullhd.png' -- You can use your own layout icons like this: local function layout(icon) diff --git a/awesome/.config/awesome/themes/srcery/titlebar/close.png b/awesome/.config/awesome/themes/srcery/titlebar/close.png index a93db9c..4399750 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/close.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/close.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/floating_active.png b/awesome/.config/awesome/themes/srcery/titlebar/floating_active.png index 1594b7b..52631f0 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/floating_active.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/floating_active.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/floating_inactive.png b/awesome/.config/awesome/themes/srcery/titlebar/floating_inactive.png index 54b02ac..91979fa 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/floating_inactive.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/floating_inactive.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/maximized_active.png b/awesome/.config/awesome/themes/srcery/titlebar/maximized_active.png index 4bc4a40..8f468f9 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/maximized_active.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/maximized_active.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/maximized_inactive.png b/awesome/.config/awesome/themes/srcery/titlebar/maximized_inactive.png index 9479470..f908322 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/maximized_inactive.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/maximized_inactive.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/minimize.png b/awesome/.config/awesome/themes/srcery/titlebar/minimize.png index 0e6b4c4..e0ea8cd 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/minimize.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/minimize.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/normal.png b/awesome/.config/awesome/themes/srcery/titlebar/normal.png index 37ba5bd..73d95af 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/normal.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/normal.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/ontop_active.png b/awesome/.config/awesome/themes/srcery/titlebar/ontop_active.png index 5af6619..2bf36b6 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/ontop_active.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/ontop_active.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/ontop_inactive.png b/awesome/.config/awesome/themes/srcery/titlebar/ontop_inactive.png index 5b88a47..c2cae76 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/ontop_inactive.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/ontop_inactive.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/sticky_active.png b/awesome/.config/awesome/themes/srcery/titlebar/sticky_active.png index 2530757..90c92af 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/sticky_active.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/sticky_active.png Binary files differdiff --git a/awesome/.config/awesome/themes/srcery/titlebar/sticky_inactive.png b/awesome/.config/awesome/themes/srcery/titlebar/sticky_inactive.png index ef6262f..145f037 100644 --- a/awesome/.config/awesome/themes/srcery/titlebar/sticky_inactive.png +++ b/awesome/.config/awesome/themes/srcery/titlebar/sticky_inactive.png Binary files differ |