A bunch of changes. I am not keeping track of this repo.
This commit is contained in:
parent
6544f1e835
commit
157aa8bba7
9 changed files with 127 additions and 83 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
baseIndex = 1;
|
||||
|
|
@ -66,9 +67,8 @@
|
|||
set -g status-left-length 50
|
||||
set -g status-right-length 140
|
||||
set -g status-justify centre # center align window list
|
||||
set -g status-bg "colour8"
|
||||
set -g status-fg "colour7"
|
||||
set -g status-bg "colour11"
|
||||
set -g status-fg "colour0"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue