feat(waybar): improve hovers
This commit is contained in:
parent
6422a2fe6f
commit
e72f3c72ee
2 changed files with 3 additions and 3 deletions
|
|
@ -163,7 +163,7 @@ in
|
|||
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')"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ in
|
|||
on-click-right = "ctl audio sink";
|
||||
on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
tooltip = true;
|
||||
tooltip-format = "{volume}%";
|
||||
tooltip-format = "Audio Sink: {node_name}\nVolume: {volume}%";
|
||||
};
|
||||
|
||||
"wireplumber#source" = {
|
||||
|
|
@ -196,7 +196,7 @@ in
|
|||
on-click-right = "ctl audio source";
|
||||
on-click-middle = "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle";
|
||||
tooltip = true;
|
||||
tooltip-format = "{volume}%";
|
||||
tooltip-format = "Audio Source: {node_name}\nVolume: {volume}%";
|
||||
};
|
||||
|
||||
network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue