feat(waybar): improve hovers

This commit is contained in:
Barrett Ruth 2026-03-06 15:44:19 -05:00
parent 6422a2fe6f
commit e72f3c72ee
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ in
font_size 18 font_size 18
status_bar_font_size 18 status_bar_font_size 18
inverse_search_command nvim --server /tmp/nvim-preview.sock --remote-expr "execute('b +%2 %1')" inverse_search_command nvim --server /tmp/nvim-preview.sock --remote-expr "execute('b +%2 %1 | normal! zz')"
''; '';
}; };

View file

@ -171,7 +171,7 @@ in
on-click-right = "ctl audio sink"; on-click-right = "ctl audio sink";
on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
tooltip = true; tooltip = true;
tooltip-format = "{volume}%"; tooltip-format = "Audio Sink: {node_name}\nVolume: {volume}%";
}; };
"wireplumber#source" = { "wireplumber#source" = {
@ -196,7 +196,7 @@ in
on-click-right = "ctl audio source"; on-click-right = "ctl audio source";
on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle";
tooltip = true; tooltip = true;
tooltip-format = "{volume}%"; tooltip-format = "Audio Source: {node_name}\nVolume: {volume}%";
}; };
network = { network = {