nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit ec343193925600c2cf87cdd3416250f1f65c89dd
parent a482b5ddd47455d2f9991376cc261840ef8d3d14
Author: mtmn <miro@haravara.org>
Date:   Tue, 26 May 2026 21:06:04 +0200

chore: remove line length from tmux

Diffstat:
Mmodules/mixins/dotfiles/home/tmux.conf | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/modules/mixins/dotfiles/home/tmux.conf b/modules/mixins/dotfiles/home/tmux.conf @@ -9,7 +9,6 @@ set-option -g focus-events on set -g default-terminal "tmux-256color" set -g status-interval 30 -set -g status-right-length 100 set -g status-left '' set -g status-right '#(test -f /tmp/pracomer.log && cat /tmp/pracomer.log) #(plants) %a %h-%d %H:%M #(cat /sys/class/power_supply/BAT*/capacity 2>/dev/null)%% '