aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 19:32:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 19:32:17 -0300
commitef35f7a12f24a26f39372663bbe7c14d530d2fec (patch)
tree259a9cdd5e8c6454815d75d963c4a41c7d609cd0
parent1e5b35d39112a96940ba3f58042b0728ad136432 (diff)
downloadawesome-ef35f7a12f24a26f39372663bbe7c14d530d2fec.tar.gz
awesome-ef35f7a12f24a26f39372663bbe7c14d530d2fec.tar.bz2
Color and keys tweaks
-rw-r--r--config.dot/awesome.link/keys.lua4
-rw-r--r--config.dot/awesome.link/themes/multicolor/theme.lua1
-rw-r--r--config.dot/awesome.link/themes/powerarrow/theme.lua14
-rw-r--r--config.dot/awesome.link/themes/powerarrow/wall.pngbin158 -> 510 bytes
4 files changed, 13 insertions, 6 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 2a85c9b..14ee5b3 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -5,10 +5,10 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xcalendar") end, {description = "calendar", group = "client"}),
awful.key({ modkey, }, "d", function () awful.util.spawn("terminal shell local media") end, {description = "media", group = "client"}),
awful.key({ modkey, }, "e", function () awful.util.spawn("screenshot") end, {description = "screenshot", group = "client"}),
- awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end, {description = "gimp", group = "client"}),
+ awful.key({ modkey, }, "g", function () awful.util.spawn("vmg") end, {description = "gimp", group = "client"}),
awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end, {description = "chat", group = "client"}),
awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie load") end, {description = "geeqie", group = "client"}),
- awful.key({ modkey, }, "j", function () awful.util.spawn("gpick -p") end, {description = "gpick", group = "client"}),
+ awful.key({ modkey, }, "l", function () awful.util.spawn("gpick -p") end, {description = "gpick", group = "client"}),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmail") end, {description = "mail", group = "client"}),
awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end, {description = "news", group = "client"}),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}),
diff --git a/config.dot/awesome.link/themes/multicolor/theme.lua b/config.dot/awesome.link/themes/multicolor/theme.lua
index 4a3ee5c..7e22bea 100644
--- a/config.dot/awesome.link/themes/multicolor/theme.lua
+++ b/config.dot/awesome.link/themes/multicolor/theme.lua
@@ -6,7 +6,6 @@
--]]
-
local gears = require("gears")
local lain = require("lain")
local awful = require("awful")
diff --git a/config.dot/awesome.link/themes/powerarrow/theme.lua b/config.dot/awesome.link/themes/powerarrow/theme.lua
index eb09581..a6f16af 100644
--- a/config.dot/awesome.link/themes/powerarrow/theme.lua
+++ b/config.dot/awesome.link/themes/powerarrow/theme.lua
@@ -19,11 +19,19 @@ theme.font = "xos4 Terminus 8"
theme.fg_normal = "#FEFEFE"
theme.fg_focus = "#32D6FF"
theme.fg_urgent = "#C83F11"
-theme.bg_normal = "#222222"
-theme.bg_focus = "#1E2320"
theme.bg_urgent = "#3F3F3F"
theme.taglist_fg_focus = "#00CCFF"
-theme.tasklist_bg_focus = "#222222"
+
+--- Default fg/bg colors
+---theme.bg_normal = "#222222"
+---theme.bg_focus = "#1E2320"
+---theme.tasklist_bg_focus = "#222222"
+
+-- Solarized fg/bg color
+theme.tasklist_bg_focus = "#1C1C1C"
+theme.bg_normal = "#1C1C1C"
+theme.bg_focus = "#1C1C1C"
+
theme.tasklist_fg_focus = "#00CCFF"
theme.border_width = 0
theme.border_normal = "#3F3F3F"
diff --git a/config.dot/awesome.link/themes/powerarrow/wall.png b/config.dot/awesome.link/themes/powerarrow/wall.png
index eaae8bf..f08488b 100644
--- a/config.dot/awesome.link/themes/powerarrow/wall.png
+++ b/config.dot/awesome.link/themes/powerarrow/wall.png
Binary files differ