mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
removed localizations; lain: new commit
This commit is contained in:
parent
926a63f282
commit
3766fdd933
2
lain
2
lain
|
@ -1 +1 @@
|
||||||
Subproject commit 161abc46abf98a9a28ee4ee4f4b8c10ac57eabbc
|
Subproject commit c3ddefb68d7020b125335f30355abd7aa21b0820
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
|
||||||
|
@ -315,7 +313,7 @@ for s = 1, screen.count() do
|
||||||
mywibox[s]:set_widget(layout)
|
mywibox[s]:set_widget(layout)
|
||||||
|
|
||||||
-- Set proper background, instead of beautiful.bg_normal
|
-- Set proper background, instead of beautiful.bg_normal
|
||||||
mywibox[s]:set_bg(beautiful.topbar_path .. screen[mouse.screen].workarea.width .. ".png")
|
mywibox[s]:set_bg(beautiful.topbar_path .. tostring(screen[mouse.screen].workarea.width):gsub(".0", "") .. ".png")
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua")
|
||||||
|
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
--os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua")
|
||||||
|
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
--os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua")
|
||||||
|
@ -444,7 +442,7 @@ for s = 1, screen.count() do
|
||||||
mybottomwibox[s]:set_widget(bottom_layout)
|
mybottomwibox[s]:set_widget(bottom_layout)
|
||||||
|
|
||||||
-- Set proper backgrounds, instead of beautiful.bg_normal
|
-- Set proper backgrounds, instead of beautiful.bg_normal
|
||||||
mywibox[s]:set_bg(beautiful.topbar_path .. screen[mouse.screen].workarea.width .. ".png")
|
mywibox[s]:set_bg(beautiful.topbar_path .. tostring(screen[mouse.screen].workarea.width):gsub(".0", "") .. ".png")
|
||||||
mybottomwibox[s]:set_bg("#242424")
|
mybottomwibox[s]:set_bg("#242424")
|
||||||
|
|
||||||
-- Create a borderbox above the bottomwibox
|
-- Create a borderbox above the bottomwibox
|
||||||
|
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua")
|
||||||
|
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/theme.lua")
|
||||||
|
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua")
|
||||||
|
|
|
@ -53,8 +53,6 @@ run_once("unclutter -root")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
|
||||||
|
|
Loading…
Reference in a new issue