Advertisement
quinn_jones

screenrc with screen titles and clock

Aug 20th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | Source Code | 0 0
  1. altscreen on
  2. vbell off
  3.  
  4. # change the hardstatus settings to give an window list at the bottom of the
  5. # screen, with the time and date and with the current window highlighted
  6. hardstatus alwayslastline
  7. hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
  8. #hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
  9.  
  10. # A very nice one is this one with hostname, centered tabs and
  11. # redmarked active windows:
  12. #hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
  13.  
  14. # No clutter, hostname, load, centered clean (ONLY # and name) tabs,
  15. # date, and time. Uses caption instead of hardstatus so tab-bar
  16. # appears on every (split screen) region.
  17. #caption always '%{= dg} %H %{G}| %{B}%l %{G}|%=%?%{d}%-w%?%{r}(%{d}%n %t%? {%u} %?%{r})%{d}%?%+w%?%=%{G}| %{B}%M %d %c:%s '
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement