mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
Updates from beatmachine
This commit is contained in:
parent
0a17052aab
commit
db30635471
5 changed files with 1041 additions and 5 deletions
7
tmux/beatmachine.conf
Normal file
7
tmux/beatmachine.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
# status bar config
|
||||
set -g status-interval 5
|
||||
set -g status-left "#h:[#S][#I]"
|
||||
set -g status-left-length 20
|
||||
#set -g status-right "%A %m-%d %H:%M"
|
||||
set -g status-right '♪ #(exec amixer get Master | egrep -o "[0-9]+%" | egrep -o "[0-9]*") | ♥#(acpi | cut -d ',' -f 2) | %A %m-%d %H:%M'
|
||||
|
|
@ -10,6 +10,7 @@ set -g base-index 1
|
|||
|
||||
# vim shortcuts
|
||||
setw -g mode-keys vi
|
||||
set -g status-keys vi
|
||||
|
||||
# Make copy mode more vim-like.
|
||||
bind -t vi-copy v begin-selection
|
||||
|
@ -22,6 +23,11 @@ bind : command-prompt
|
|||
# colors
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Set titling
|
||||
set-option -g set-titles on
|
||||
set-window-option -g automatic-rename on
|
||||
setw -g monitor-activity on
|
||||
|
||||
# unicode
|
||||
setw -g utf8 on
|
||||
set -g status-utf8 on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue