feat: fix fastfetch os
This commit is contained in:
parent
09847ce6ed
commit
19ebef8437
3 changed files with 4 additions and 8 deletions
|
|
@ -83,16 +83,15 @@
|
|||
"${esc}[34m── Software──────────────────────────────────────────${esc}[0m";
|
||||
}
|
||||
{
|
||||
type = "command";
|
||||
key = "ue900 OS";
|
||||
type = "os";
|
||||
key = " OS";
|
||||
keyColor = "blue";
|
||||
text = ''version=$(omarchy-version); echo "Omarchy $version"'';
|
||||
}
|
||||
{
|
||||
type = "command";
|
||||
key = " Branch";
|
||||
keyColor = "blue";
|
||||
text = ''branch=$(omarchy-version-branch); echo "$branch"'';
|
||||
text = ''branch=$(git -C ~/Development/dotfiles branch --show-current 2>/dev/null || echo "unknown"); echo "$branch"'';
|
||||
}
|
||||
{
|
||||
type = "kernel";
|
||||
|
|
|
|||
|
|
@ -8,9 +8,7 @@
|
|||
prefix = "C-a";
|
||||
escapeTime = 0;
|
||||
aggressiveResize = true;
|
||||
plugins = [{
|
||||
plugin = pkgs.tmuxPlugins.gruvbox;
|
||||
}];
|
||||
plugins = [{ plugin = pkgs.tmuxPlugins.gruvbox; }];
|
||||
extraConfig = ''
|
||||
# Terminal configuration for proper colors and features
|
||||
set-option -g default-terminal "screen-256color"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue