Awesome: Rename theme from 'custom' to 'occam'

master
Pierre Neidhardt 2014-11-26 14:54:48 +01:00
parent 709128b4f7
commit 3ca0965364
4 changed files with 3 additions and 5 deletions

View File

@ -62,7 +62,7 @@ end
-- Themes define colours, icons, and wallpapers
--------------------------------------------------------------------------------
-- beautiful.init("/usr/share/awesome/themes/default/theme.lua")
beautiful.init(awful.util.getdir("config") .. "/themes/custom/theme.lua")
beautiful.init(awful.util.getdir("config") .. "/themes/occam/theme.lua")
-- Wallpaper
if beautiful.wallpaper then

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,8 +1,6 @@
---------------------------
-- Custom awesome theme --
---------------------------
-- Occam theme for Awesome
path = os.getenv ("HOME") .. "/.config/awesome/themes/custom/"
path = os.getenv ("HOME") .. "/.config/awesome/themes/occam/"
theme = {}

View File

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B