Fix screen hardstatus for 5.0.0. Use Terminus in lxterminal.
This commit is contained in:
parent
959738f11e
commit
3c7d74b252
4 changed files with 177 additions and 176 deletions
|
@ -19,13 +19,12 @@ rendition bell =b y
|
|||
rendition monitor =b g
|
||||
rendition silence =b c
|
||||
# Linux console doesn't support underlining, so use a colour attribute instead.
|
||||
attrcolor u "-u c"
|
||||
#attrcolor u "-u c"
|
||||
|
||||
# Use a custom hardstatus line.
|
||||
# No hostname, no clock: hardstatus alwayslastline "%{=b B} %-w%{=b R}%40L>%n %t%{=b B}%+w%<"
|
||||
# No hostname, with clock: hardstatus alwayslastline "%{=b B}%01=%-w%40L>%{=b R}%n %t%{=b B}%+w%-09= %{= w}| %{= Y}%c "
|
||||
# With hostname, with clock:
|
||||
hardstatus alwayslastline "%{= g}%01=%H%011= %{= w}|%014=%{=b B}%-w%40L>%{=b R}%n %t%{=b B}%+w%-09= %{= w}| %{= Y}%c"
|
||||
# Inserts a random char before the | :
|
||||
#hardstatus alwayslastline "%{=b2}%H%{-}%+012= %{=b7}|%{-} %{=b4}%-w%{-}%40L>%{=b1}%n %t%{-}%{=b4}%+w%{-}%-08= %{=b7}|%{-} %{=b3}%c${-}"
|
||||
hardstatus alwayslastline " %{=b2}%H%{-} %{=b7}|%{-} %{=b4}%-w%{-}%40L>%{=b1}%n %t%{-}%{=b4}%+w%{-}%-09= %{=b7}|%{-} %{=b3}%c${-}"
|
||||
|
||||
# Rebind keys.
|
||||
bind ^k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue