Compare commits

...

3 commits

Author SHA1 Message Date
9cdaccc3c6
🩹 fix(tmux): Fix floax text color 2024-11-03 13:54:07 -08:00
5cf930cc4d
🩹 fix(dunst): Properly position the notifs 2024-11-03 13:50:07 -08:00
93575943a0
🐛 fix(tmux): Set $TERM properly. 2024-11-03 13:30:23 -08:00
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,8 @@
'';
};
terminal = "tmux-256color";
escapeTime = 0;
# Start window & pane numbering at 1.
@ -88,6 +90,7 @@
extraConfig = # tmux
''
set -g @floax-bind 'i'
set -g @floax-text-color 'white'
'';
}
];

View file

@ -24,7 +24,7 @@
{
global = {
width = 400;
offset = "5x5";
offset = "20x60";
progress_bar_min_width = 380;
progress_bar_max_width = 380;
progress_bar_corner_radius = 2;