summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-03-28 21:21:31 -0700
committerMike Crute <mike@crute.us>2019-03-28 21:25:02 -0700
commitd2c89014fcb19165b227d4e452a8a61cb681f58c (patch)
tree9428515acc44284c554437e4ab47e3beb52e036d /.config
parent350c038ea1a161673d6bff897c0bb72a4bef3b2f (diff)
downloaddotfiles-d2c89014fcb19165b227d4e452a8a61cb681f58c.tar.bz2
dotfiles-d2c89014fcb19165b227d4e452a8a61cb681f58c.tar.xz
dotfiles-d2c89014fcb19165b227d4e452a8a61cb681f58c.zip
Add dark background
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua2
-rw-r--r--.config/awesome/tux-minimal-bg-dark.pngbin0 -> 118791 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index a5c3dc4..3f22099 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -232,7 +232,7 @@ function customize_theme()
232 beautiful.border_width = dpi(0) 232 beautiful.border_width = dpi(0)
233 233
234 -- Setup the wallpaper if it exists 234 -- Setup the wallpaper if it exists
235 wallpaper_path = gears.filesystem.get_dir("config") .. "tux-minimal-bg.png" 235 wallpaper_path = gears.filesystem.get_dir("config") .. "tux-minimal-bg-dark.png"
236 if gears.filesystem.file_readable(wallpaper_path) then 236 if gears.filesystem.file_readable(wallpaper_path) then
237 beautiful.wallpaper = wallpaper_path 237 beautiful.wallpaper = wallpaper_path
238 end 238 end
diff --git a/.config/awesome/tux-minimal-bg-dark.png b/.config/awesome/tux-minimal-bg-dark.png
new file mode 100644
index 0000000..43d70b7
--- /dev/null
+++ b/.config/awesome/tux-minimal-bg-dark.png
Binary files differ