steamburn 3.0
2
lain
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8207714a8b362ecbae1a2a2a676ffb5922a419c2
|
Subproject commit 28b9a0b91312e080f352c6bde89bbc3718215b30
|
||||||
|
|
@ -361,7 +361,7 @@ for s = 1, screen.count() do
|
||||||
-- Now bring it all together (with the tasklist in the middle)
|
-- Now bring it all together (with the tasklist in the middle)
|
||||||
local layout = wibox.layout.align.horizontal()
|
local layout = wibox.layout.align.horizontal()
|
||||||
layout:set_left(left_layout)
|
layout:set_left(left_layout)
|
||||||
--layout:set_middle(mytasklist[s])
|
layout:set_middle(mytasklist[s])
|
||||||
layout:set_right(right_layout)
|
layout:set_right(right_layout)
|
||||||
|
|
||||||
mywibox[s]:set_widget(layout)
|
mywibox[s]:set_widget(layout)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
Steamburn Awesome WM config 2.0
|
Steamburn Awesome WM config 3.0
|
||||||
github.com/copycat-killer
|
github.com/copycat-killer
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
@ -73,13 +73,17 @@ browser2 = "iron"
|
||||||
gui_editor = "gvim"
|
gui_editor = "gvim"
|
||||||
graphics = "gimp"
|
graphics = "gimp"
|
||||||
|
|
||||||
|
-- lain
|
||||||
|
lain.layout.termfair.nmaster = 3
|
||||||
|
lain.layout.termfair.ncol = 1
|
||||||
|
|
||||||
local layouts = {
|
local layouts = {
|
||||||
awful.layout.suit.floating,
|
awful.layout.suit.floating,
|
||||||
awful.layout.suit.tile,
|
lain.layout.uselessfair.horizontal,
|
||||||
awful.layout.suit.tile.top,
|
lain.layout.uselesstile,
|
||||||
awful.layout.suit.fair,
|
lain.layout.uselessfair,
|
||||||
awful.layout.suit.fair.horizontal,
|
lain.layout.termfair,
|
||||||
awful.layout.suit.spiral.dwindle,
|
lain.layout.uselesspiral.dwindle
|
||||||
}
|
}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
@ -115,9 +119,8 @@ mytextclock = awful.widget.textclock(" %H:%M ")
|
||||||
-- Calendar
|
-- Calendar
|
||||||
lain.widgets.calendar:attach(mytextclock)
|
lain.widgets.calendar:attach(mytextclock)
|
||||||
|
|
||||||
--[[ Mail IMAP check
|
-- Mail IMAP check
|
||||||
-- commented because it needs to be set before use
|
aimailwidget = lain.widgets.imap({
|
||||||
mailwidget = lain.widgets.imap({
|
|
||||||
timeout = 180,
|
timeout = 180,
|
||||||
server = "server",
|
server = "server",
|
||||||
mail = "mail",
|
mail = "mail",
|
||||||
|
|
@ -127,14 +130,13 @@ mailwidget = lain.widgets.imap({
|
||||||
count = ""
|
count = ""
|
||||||
|
|
||||||
if mailcount > 0 then
|
if mailcount > 0 then
|
||||||
mail = "Arch "
|
mail = "Mail "
|
||||||
count = mailcount .. " "
|
count = mailcount .. " "
|
||||||
end
|
end
|
||||||
|
|
||||||
widget:set_markup(markup(gray, mail) .. count)
|
widget:set_markup(markup(gray, mail) .. count)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
]]
|
|
||||||
|
|
||||||
-- MPD
|
-- MPD
|
||||||
mpdwidget = lain.widgets.mpd({
|
mpdwidget = lain.widgets.mpd({
|
||||||
|
|
@ -168,6 +170,11 @@ memwidget = lain.widgets.mem({
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- /home fs
|
||||||
|
fshomeupd = lain.widgets.fs({
|
||||||
|
partition = "/home"
|
||||||
|
})
|
||||||
|
|
||||||
-- Battery
|
-- Battery
|
||||||
batwidget = lain.widgets.bat({
|
batwidget = lain.widgets.bat({
|
||||||
settings = function()
|
settings = function()
|
||||||
|
|
@ -424,6 +431,7 @@ globalkeys = awful.util.table.join(
|
||||||
|
|
||||||
-- Widgets popups
|
-- Widgets popups
|
||||||
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
|
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
|
||||||
|
awful.key({ altkey, }, "h", function () fshomeupd.show(7) end),
|
||||||
awful.key({ altkey, }, "w", function () yawn.show(7) end),
|
awful.key({ altkey, }, "w", function () yawn.show(7) end),
|
||||||
|
|
||||||
-- ALSA volume control
|
-- ALSA volume control
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
|
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 142 B |
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
Steamburn Awesome WM config 2.0
|
Steamburn Awesome WM config 3.0
|
||||||
github.com/copycat-killer
|
github.com/copycat-killer
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
@ -11,19 +12,19 @@ themes_dir = os.getenv("HOME") .. "/.config/awesome/the
|
||||||
theme.wallpaper = themes_dir .. "/wall.png"
|
theme.wallpaper = themes_dir .. "/wall.png"
|
||||||
|
|
||||||
theme.font = "Tamsyn 10.5"
|
theme.font = "Tamsyn 10.5"
|
||||||
theme.fg_normal = "#cdcdcd"
|
theme.fg_normal = "#e2ccb0"
|
||||||
theme.fg_focus = "#d79d38"
|
theme.fg_focus = "#d88166"
|
||||||
theme.fg_urgent = "#CC9393"
|
theme.fg_urgent = "#CC9393"
|
||||||
theme.bg_normal = "#140c0b"
|
theme.bg_normal = "#140c0b"
|
||||||
theme.bg_focus = "#140c0b"
|
theme.bg_focus = "#140c0b"
|
||||||
theme.bg_urgent = "#2a1f1e"
|
theme.bg_urgent = "#2a1f1e"
|
||||||
theme.border_width = "1"
|
theme.border_width = 1
|
||||||
theme.border_normal = "#140c0f"
|
theme.border_normal = "#302627"
|
||||||
theme.border_focus = "#915543"
|
theme.border_focus = "#c2745b"
|
||||||
theme.border_marked = "#CC9393"
|
theme.border_marked = "#CC9393"
|
||||||
theme.taglist_fg_focus = "#d47456"
|
theme.taglist_fg_focus = "#d88166"
|
||||||
theme.tasklist_bg_focus = "#140c0b"
|
theme.tasklist_bg_focus = "#140c0b"
|
||||||
theme.tasklist_fg_focus = "#d47456"
|
theme.tasklist_fg_focus = "#d88166"
|
||||||
theme.menu_height = "16"
|
theme.menu_height = "16"
|
||||||
theme.menu_width = "140"
|
theme.menu_width = "140"
|
||||||
|
|
||||||
|
|
@ -49,4 +50,11 @@ theme.tasklist_floating = ""
|
||||||
theme.tasklist_maximized_horizontal = ""
|
theme.tasklist_maximized_horizontal = ""
|
||||||
theme.tasklist_maximized_vertical = ""
|
theme.tasklist_maximized_vertical = ""
|
||||||
|
|
||||||
|
-- lain related
|
||||||
|
theme.layout_txt_termfair = "[termfair]"
|
||||||
|
theme.layout_txt_uselessfair = "[ufv]"
|
||||||
|
theme.layout_txt_uselessfairh = "[ufh]"
|
||||||
|
theme.layout_txt_uselessdwindle = "[ud]"
|
||||||
|
theme.layout_txt_uselesstile = "[ut]"
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 562 KiB After Width: | Height: | Size: 368 KiB |