diff --git a/nicesong b/nicesong index 7c0e254..f6c0e52 100755 --- a/nicesong +++ b/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 diff --git a/tmux.conf b/tmux.conf index 17e9f57..8cffdfc 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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"