commit 7a40695105f10a03e7a7a4b6f99cc76af56af683
parent b8721f89aa9e24a46e7fa93b872500c612657955
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 8 Aug 2017 21:12:49 +0100
more changes to colors and new walls
Diffstat:
5 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
@@ -262,7 +262,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, "Control" }, "n", awful.client.restore),
-- Lock screen
- awful.key({ modkey, }, "#94", function () awful.util.spawn("i3lock -u -i /home/pyratebeard/dot/wallpapers/manatee_wallpaper.png -t") end),
+ awful.key({ modkey, }, "#94", function () awful.util.spawn("i3lock -u -i /home/pyratebeard/dot/wallpapers/pyratebeard_wallpaper_01.png -t") end),
-- Audio
awful.key({ modkey, }, "#174", function () awful.util.spawn("mocp -P") end), -- Fn Stop (pauses)
diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua
@@ -28,7 +28,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then
end
themedir = themes .. themename
-wallpaper1 = home .. "/dot/wallpapers/black_pixel.jpg"
+wallpaper1 = home .. "/dot/wallpapers/blue_waves.jpg"
wallpaper2 = themedir .. "/background.png"
wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png"
wallpaper4 = sharedthemes .. "/default/background.png"
@@ -55,13 +55,13 @@ theme.bg_urgent = "#0b0b0b"
theme.bg_minimize = "#0b0b0b"
theme.fg_normal = "#d9d9d9"
-theme.fg_focus = "#55cccc"
+theme.fg_focus = "#33aaaa"
theme.fg_urgent = "#a71c1f"
theme.fg_minimize = "#656565"
theme.border_width = "2"
theme.border_normal = "#212121"
-theme.border_focus = "#55cccc"
+theme.border_focus = "#33aaaa"
theme.border_marked = "#ff0056"
-- There are other variable sets
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults
@@ -50,10 +50,6 @@ urxvt*dynamicColors: on
urxvt.saveLines: 9999
urxvt.iso14755: false
-! ___ ____ ___ ___ _ ____ ____ ___
-! |__] |__| | \ |__] | | | | | | \
-! |__] | | |__/ |__] |___ |__| |__| |__/
-!
! special
*.foreground: #d9d9d9
*.background: #0b0b0b
@@ -68,7 +64,7 @@ urxvt.iso14755: false
*.color9: #d9d9d9
! green
-*.color2: #344961
+*.color2: #2c6684
*.color10: #d9d9d9
! yellow
@@ -76,7 +72,7 @@ urxvt.iso14755: false
*.color11: #d9d9d9
! blue
-*.color4: #2f5599
+*.color4: #1d4458
*.color12: #d9d9d9
! magenta
@@ -84,9 +80,10 @@ urxvt.iso14755: false
*.color13: #d9d9d9
! cyan
-*.color6: #6afdfd
+*.color6: #33aaaa
*.color14: #d9d9d9
! white
*.color7: #d9d9d9
*.color15: #d9d9d9
+
diff --git a/wallpapers/blue_waves.jpg b/wallpapers/blue_waves.jpg
Binary files differ.
diff --git a/wallpapers/pyratebeard_wallpaper_01.png b/wallpapers/pyratebeard_wallpaper_01.png
Binary files differ.