tweaks and file finder

This commit is contained in:
Never Gude 2026-06-06 17:54:33 +02:00
parent 064fbdb49d
commit 2c090d0db6
2 changed files with 19 additions and 28 deletions

View file

@ -2,9 +2,8 @@
"layer": "top",
"modules-left": ["niri/workspaces"],
"modules-center": ["clock"],
"modules-right": ["idle_inhibitor", "bluetooth", "network", "wireplumber#source", "wireplumber#sink", "battery"],
"modules-right": ["bluetooth", "network", "wireplumber#source", "wireplumber#sink","idle_inhibitor", "battery"],
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
@ -26,7 +25,7 @@
"tooltip-format": "{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}",
"tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)",
"on-click": "bluetoothmenu.fish"
"on-click-right": "bluetoothmenu.fish"
},
"network": {
@ -40,7 +39,7 @@
"tooltip-format-wifi": "󰖩 {essid} ({signalStrength}%)",
"tooltip-format-ethernet": "󰈁 {ifname}",
"tooltip-format-disconnected": "Disconnected",
"on-click": "networkmenu.fish"
"on-click-right": "networkmenu.fish"
},
"wireplumber#sink": {
@ -48,8 +47,8 @@
"format-muted": "󰖁",
"format-icons": ["󰕿", "󰖀", "󰕾"],
"tooltip-format": "{node_name} ({volume}%)",
"on-click": "wpsinkmenu.fish",
"on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-click-right": "wpsinkmenu.fish",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"scroll-step": 5
},
@ -58,8 +57,8 @@
"format": "󰍬",
"format-muted": "󰍭",
"tooltip-format": "{node_name} ({volume}%)",
"on-click": "wpsourcemenu.fish",
"on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
"on-click-right": "wpsourcemenu.fish",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
"scroll-step": 5
},