1
0
Fork 0

more convenient placement of new mail notification for awesome + hostname as title for tmux

This commit is contained in:
Von Random 2015-06-29 17:58:40 +03:00
parent e0e1193c9d
commit 2f7472962a
2 changed files with 4 additions and 1 deletions

3
rc.lua
View file

@ -335,10 +335,10 @@ for s = 1, screen.count() do
local left_layout = wibox.layout.fixed.horizontal() local left_layout = wibox.layout.fixed.horizontal()
local right_layout = wibox.layout.fixed.horizontal() local right_layout = wibox.layout.fixed.horizontal()
if s == 1 then if s == 1 then
left_layout:add(mytextbox)
right_layout:add(mypromptbox[s]) right_layout:add(mypromptbox[s])
right_layout:add(mytaglist[s]) right_layout:add(mytaglist[s])
if screen.count() == 1 then if screen.count() == 1 then
right_layout:add(mytextbox)
right_layout:add(wibox.widget.systray()) right_layout:add(wibox.widget.systray())
right_layout:add(mytextclock) right_layout:add(mytextclock)
end end
@ -348,6 +348,7 @@ for s = 1, screen.count() do
left_layout:add(mytextclock) left_layout:add(mytextclock)
left_layout:add(wibox.widget.systray()) left_layout:add(wibox.widget.systray())
left_layout:add(mytaglist[s]) left_layout:add(mytaglist[s])
left_layout:add(mytextbox)
left_layout:add(mypromptbox[s]) left_layout:add(mypromptbox[s])
else else
left_layout:add(mytaglist[s]) left_layout:add(mytaglist[s])

View file

@ -42,6 +42,8 @@ set -g status-left-length 20
set -g status-right-length 40 set -g status-right-length 40
set -g monitor-activity on set -g monitor-activity on
set -g terminal-overrides "rxvt-unicode*:sitm@,ritm@" set -g terminal-overrides "rxvt-unicode*:sitm@,ritm@"
set -g set-titles on
set -g set-titles-string '#h'
set -g status-position top set -g status-position top
set -g status-bg "colour8" set -g status-bg "colour8"