Skip to content

Instantly share code, notes, and snippets.

@Edoxile
Created July 25, 2012 22:26
Show Gist options
  • Save Edoxile/3179088 to your computer and use it in GitHub Desktop.
Save Edoxile/3179088 to your computer and use it in GitHub Desktop.
My .screenrc
# An alternative hardstatus to display a bar at the bottom listing the
# windownames and highlighting the current windowname in blue. (This is only
# enabled if there is no hardstatus setting for your terminal)
hardstatus on
hardstatus alwayslastline
defscrollback 5000
backtick 1 60 60 $HOME/.screenrc.acpi #.screenrc.acpi contains: acpi | awk -F ', ' '{print $2}'
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a | %1`%{-}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment