Big changes!
This commit is contained in:
parent
4ad0a517b3
commit
9dd4c60e07
7 changed files with 42 additions and 6 deletions
|
@ -45,6 +45,7 @@
|
|||
homec="nvim ~/nix/config/home.nix";
|
||||
ls="exa -lag --header";
|
||||
dev="nix develop --command fish";
|
||||
spot="steam-run ~/program/spotify_player";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
shellIntegration = {
|
||||
mode = "no-cursor";
|
||||
};
|
||||
theme = "Catppuccin-Macchiato";
|
||||
theme = "Dracula";
|
||||
settings = {
|
||||
confirm_os_window_close = 2;
|
||||
cursor_shape = "block";
|
||||
|
|
|
@ -15,6 +15,11 @@
|
|||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/id_rsa";
|
||||
};
|
||||
"lth" = {
|
||||
hostname = "login.student.lth.se";
|
||||
port = 22;
|
||||
user = "fr7658wa-s";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,19 +7,20 @@
|
|||
tmuxPlugins.sensible
|
||||
# tmuxPlugins.tmux-fzf
|
||||
tmuxPlugins.pain-control
|
||||
fw-pkgs.tmuxPlugins.spotify
|
||||
tmuxPlugins.sessionist
|
||||
{
|
||||
plugin = tmuxPlugins.dracula;
|
||||
plugin = fw-pkgs.tmuxPlugins.dracula;
|
||||
extraConfig = ''
|
||||
set -g @dracula-show-battery false
|
||||
set -g @dracula-show-powerline true
|
||||
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, mpc, spotify-tui, playerctl, kubernetes-context, synchronize-panes
|
||||
set -g @dracula-plugins 'playerctl git network time'
|
||||
set -g @dracula-plugins 'git time'
|
||||
set -g @dracula-refresh-rate 10
|
||||
set -g @dracula-playerctl-format "► {{ artist }} - {{ title }}"
|
||||
set -g @dracula-show-timezone false
|
||||
set -g @dracula-military-time true
|
||||
set -g @dracula-day-month true
|
||||
set -g @dracula-show-left-icon session
|
||||
'';
|
||||
}
|
||||
tmuxPlugins.resurrect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue