Compare commits
No commits in common. "9cdaccc3c61ff3ce0cf4ce52b526bbf81b7a5773" and "48890a6beab106007bc85425886a6fc11cc839a9" have entirely different histories.
9cdaccc3c6
...
48890a6bea
2 changed files with 1 additions and 4 deletions
|
@ -16,8 +16,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = "tmux-256color";
|
|
||||||
|
|
||||||
escapeTime = 0;
|
escapeTime = 0;
|
||||||
|
|
||||||
# Start window & pane numbering at 1.
|
# Start window & pane numbering at 1.
|
||||||
|
@ -90,7 +88,6 @@
|
||||||
extraConfig = # tmux
|
extraConfig = # tmux
|
||||||
''
|
''
|
||||||
set -g @floax-bind 'i'
|
set -g @floax-bind 'i'
|
||||||
set -g @floax-text-color 'white'
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
{
|
{
|
||||||
global = {
|
global = {
|
||||||
width = 400;
|
width = 400;
|
||||||
offset = "20x60";
|
offset = "5x5";
|
||||||
progress_bar_min_width = 380;
|
progress_bar_min_width = 380;
|
||||||
progress_bar_max_width = 380;
|
progress_bar_max_width = 380;
|
||||||
progress_bar_corner_radius = 2;
|
progress_bar_corner_radius = 2;
|
||||||
|
|
Loading…
Reference in a new issue