]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Switch to powerarrow; minor tweaks
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 12:07:50 +0000 (09:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 12:07:50 +0000 (09:07 -0300)
config.dot/awesome.link/menu.lua
config.dot/awesome.link/rc.lua
config.dot/awesome.link/themes/powerarrow/theme.lua
config.dot/awesome.link/themes/powerarrow/wall.png
config.dot/awesome.link/wibar.lua

index 098291d4d87a31f020c53110fb7b49bd5bdd0f22..5c3443a85d93784adabd18f4cd0ae906ec6114ce 100644 (file)
@@ -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 },
index 0998e3b28586262023bd89a3915d743278c05f45..60c4d25f123d2e3cb23d9ef7d2047b3902973738 100644 (file)
@@ -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")
index 75938919741ca529926e17a72e8e771f6b1a3b63..eb09581ef5a20f53692dccb06098aa51b4976927 100644 (file)
@@ -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"
index 041930937c203e67bb7809db19b51fac43daf072..eaae8bf9957a37e348806170e87dcfc048738ac8 100644 (file)
Binary files a/config.dot/awesome.link/themes/powerarrow/wall.png and b/config.dot/awesome.link/themes/powerarrow/wall.png differ
index 0f8706899eda951276df3eccac3212adc26e35a1..363ab0650d78ed35f2986b3eb591dcad310c072b 100644 (file)
@@ -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,
         },