-- Leo's gemini proxy

-- Connecting to gemini.cyberbot.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

set -g mouse on


set -g prefix C-a

set -g status-interval 2


bind -n S-down new-window -c ~/

bind -n S-left prev

bind -n S-right next

bind -n C-left swap-window -t -1

bind -n C-right swap-window -t +1


set -g history-limit 4096

set -g set-titles on

set -g set-titles-string '#T'

set -g status on

set -g status-interval 2

set -g status-left ''

set -g status-position bottom

set -g status-right "#[bg=colour235] #[fg=brightred]CPU:#(~/scripts/sparkcpu.sh) #[fg=orange]Mem:#(~/scripts/sparkmem.sh)#(free -m | awk '/^Mem/ {print $3}') #[fg=green]Bat:#(~/scripts/bstat.sh) #[fg=darkgray]%I:%M"


set -g status-style "bg=colour233"


setw -g pane-base-index 1

setw -g window-status-format "#[bg=magenta]#[fg=black] #I #[bg=colour237]#[fg=green] #W "

setw -g window-status-current-format "#[bg=magenta]#[fg=black] #I #[bg=green]#[fg=black] #W "


bind r source-file ~/.tmux.conf


-- Response ended

-- Page fetched on Tue May 21 06:08:11 2024