Change nvim window title display in waybar

This commit is contained in:
2025-02-12 00:15:58 +01:00
parent 3aec1d9c04
commit fd005f5790
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ input * {
# Shortcuts
bindsym $mod+w exec firefox
bindsym $mod+i exec $term -e "nvim"
bindsym $mod+i exec $term -T nvim -e nvim
bindsym $mod+Shift+p exec hyprpicker -a
bindsym $mod+s exec watershot -c directory ~/Pictures/
bindsym Print exec GRIM_DEFAULT_DIR=~/Pictures/ grim

View File

@@ -80,7 +80,7 @@
"(.*) — Mozilla Firefox": "<span color=\"#EE915D\" >󰈹</span> $1",
"(.*)gitui(.*)": "<span color=\"#EE915D\" >󰊢</span> Gitui",
"(jika@.+)": ">_ $1",
"nvim (.*)": "<span color=\"#8bcd5b\" ></span> $1"
"nvim.*": "<span color=\"#8bcd5b\" ></span> NeoVim"
},
"tooltip": false
},