update
This commit is contained in:
parent
5a826413e3
commit
d565e4880d
2 changed files with 6 additions and 5 deletions
2
nicesong
2
nicesong
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
spotdl "$(playerctl metadata --format '{{ artist }} - {{ title }}')" --output ~/Music
|
||||
spotdl "$(playerctl -i firefox metadata --format '{{ artist }} - {{ title }}')" --output ~/Music
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# setw -g mouse on
|
||||
setw -g mode-keys vi
|
||||
set -g pane-border-status top
|
||||
set -g pane-border-lines double
|
||||
set -g pane-border-indicators arrows
|
||||
set -g pane-border-status top
|
||||
# set -g pane-border-status top
|
||||
# set -g pane-border-lines double
|
||||
# set -g pane-border-indicators arrows
|
||||
# set -g pane-border-status top
|
||||
set -g repeat-time 1000
|
||||
set -s set-clipboard on
|
||||
set -sg escape-time 5
|
||||
|
|
@ -11,6 +11,7 @@ set -sa terminal-features ',xterm-256color:RGB'
|
|||
set -g destroy-unattached on
|
||||
# set -g lock-after-time 600
|
||||
# set -g lock-command "cmatrix -abs"
|
||||
set -g @kanagawa-border-contrast true
|
||||
set -g @kanagawa-show-powerline true
|
||||
set -g @kanagawa-cpu-display-load true
|
||||
set -g @kanagawa-plugins "cpu-usage gpu-usage ram-usage time"
|
||||
|
|
|
|||
Loading…
Reference in a new issue