From 749c61d5eedc8bfaf13a70c9bcfc79bb0a0d5df3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Aug 2017 09:07:50 -0300 Subject: Switch to powerarrow; minor tweaks --- config.dot/awesome.link/menu.lua | 6 +++--- config.dot/awesome.link/rc.lua | 2 +- config.dot/awesome.link/themes/powerarrow/theme.lua | 2 +- config.dot/awesome.link/themes/powerarrow/wall.png | Bin 1378727 -> 158 bytes config.dot/awesome.link/wibar.lua | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.dot/awesome.link/menu.lua b/config.dot/awesome.link/menu.lua index 098291d..5c3443a 100644 --- a/config.dot/awesome.link/menu.lua +++ b/config.dot/awesome.link/menu.lua @@ -4,11 +4,11 @@ menubar = require("menubar") hotkeys_popup = require("awful.hotkeys_popup").widget myawesomemenu = { + { "quit", function() awesome.quit() end}, + { "restart", awesome.restart }, { "hotkeys", function() return false, hotkeys_popup.show_help end}, { "manual", terminal .. " -e man awesome" }, - { "edit config", editor_cmd .. " " .. awesome.conffile }, - { "restart", awesome.restart }, - { "quit", function() awesome.quit() end} + { "edit config", editor_cmd .. " " .. awesome.conffile } } mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon }, diff --git a/config.dot/awesome.link/rc.lua b/config.dot/awesome.link/rc.lua index 0998e3b..60c4d25 100644 --- a/config.dot/awesome.link/rc.lua +++ b/config.dot/awesome.link/rc.lua @@ -27,7 +27,7 @@ end -- Theme --beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua") --beautiful.init(awful.util.get_themes_dir() .. "zenburn/theme.lua") -beautiful.init(themes_dir .. "/multicolor/theme.lua") +beautiful.init(themes_dir .. "/powerarrow/theme.lua") -- Layout dofile(configdir .. "/layout.lua") diff --git a/config.dot/awesome.link/themes/powerarrow/theme.lua b/config.dot/awesome.link/themes/powerarrow/theme.lua index 7593891..eb09581 100644 --- a/config.dot/awesome.link/themes/powerarrow/theme.lua +++ b/config.dot/awesome.link/themes/powerarrow/theme.lua @@ -25,7 +25,7 @@ theme.bg_urgent = "#3F3F3F" theme.taglist_fg_focus = "#00CCFF" theme.tasklist_bg_focus = "#222222" theme.tasklist_fg_focus = "#00CCFF" -theme.border_width = 1 +theme.border_width = 0 theme.border_normal = "#3F3F3F" theme.border_focus = "#6F6F6F" theme.border_marked = "#CC9393" diff --git a/config.dot/awesome.link/themes/powerarrow/wall.png b/config.dot/awesome.link/themes/powerarrow/wall.png index 0419309..eaae8bf 100644 Binary files a/config.dot/awesome.link/themes/powerarrow/wall.png and b/config.dot/awesome.link/themes/powerarrow/wall.png differ diff --git a/config.dot/awesome.link/wibar.lua b/config.dot/awesome.link/wibar.lua index 0f87068..363ab06 100644 --- a/config.dot/awesome.link/wibar.lua +++ b/config.dot/awesome.link/wibar.lua @@ -94,7 +94,7 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.align.horizontal, { -- Left widgets layout = wibox.layout.fixed.horizontal, - mylauncher, + --mylauncher, s.mytaglist, s.mypromptbox, }, -- cgit v1.2.3