chore(tmux): Update catppuccin to latest syntax and update sops-nix
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -2420,11 +2420,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741043164,
|
"lastModified": 1741644481,
|
||||||
"narHash": "sha256-9lfmSZLz6eq9Ygr6cCmvQiiBEaPb54pUBcjvbEMPORc=",
|
"narHash": "sha256-E0RrMykMtEv15V3QhpsFutgoSKhL1JBhidn+iZajOyg=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "sops-nix",
|
"repo": "sops-nix",
|
||||||
"rev": "3f2412536eeece783f0d0ad3861417f347219f4d",
|
"rev": "e653d71e82575a43fe9d228def8eddb73887b866",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ in {
|
|||||||
tmuxPlugins.better-mouse-mode
|
tmuxPlugins.better-mouse-mode
|
||||||
tmuxPlugins.tmux-fzf
|
tmuxPlugins.tmux-fzf
|
||||||
tmuxPlugins.fzf-tmux-url
|
tmuxPlugins.fzf-tmux-url
|
||||||
|
tmuxPlugins.battery
|
||||||
{
|
{
|
||||||
plugin = tmuxPlugins.tmux-thumbs;
|
plugin = tmuxPlugins.tmux-thumbs;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
@@ -34,30 +35,27 @@ in {
|
|||||||
set -g @thumbs-command 'echo -n {} | wl-copy'
|
set -g @thumbs-command 'echo -n {} | wl-copy'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# plugin = tmuxPlugins.tmux-super-fingers;
|
|
||||||
# extraConfig = "set -g @super-fingers-key i";
|
|
||||||
# }
|
|
||||||
{
|
{
|
||||||
plugin = tmuxPlugins.catppuccin;
|
plugin = tmuxPlugins.catppuccin;
|
||||||
extraConfig =
|
extraConfig =
|
||||||
# tmux
|
/*
|
||||||
|
tmux
|
||||||
|
*/
|
||||||
''
|
''
|
||||||
set -g @catppuccin_flavour 'mocha'
|
set -g @catppuccin_flavor 'mocha' # latte, frappe, macchiato or mocha
|
||||||
set -g @catppuccin_window_default_text ''''''
|
set -g @catppuccin_window_status_style "rounded"
|
||||||
'';
|
set -g status-left ""
|
||||||
}
|
set -g status-right "#{E:@catppuccin_status_application}"
|
||||||
{
|
set -ag status-right "#{E:@catppuccin_status_session}"
|
||||||
plugin = tmuxPlugins.battery;
|
set -ag status-right "#{E:@catppuccin_status_uptime}"
|
||||||
extraConfig =
|
set -agF status-right "#{E:@catppuccin_status_battery}"
|
||||||
# tmux
|
|
||||||
''
|
|
||||||
set -g @catppuccin_status_modules_right "battery application session date_time"
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig =
|
extraConfig =
|
||||||
# tmux
|
/*
|
||||||
|
tmux
|
||||||
|
*/
|
||||||
''
|
''
|
||||||
set -gw mode-keys vi
|
set -gw mode-keys vi
|
||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
|
|||||||
Reference in New Issue
Block a user