Fixed most waybar problems and updated README
This commit is contained in:
parent
f526fff8d3
commit
ce0f7978ed
4 changed files with 33 additions and 24 deletions
|
|
@ -156,7 +156,7 @@
|
|||
"smooth-scrolling-threshold": 1
|
||||
},
|
||||
"backlight/slider": {
|
||||
"min": 5,
|
||||
"min": 1,
|
||||
"max": 100,
|
||||
"orientation": "vertical",
|
||||
"device": "intel_backlight"
|
||||
|
|
@ -190,7 +190,7 @@
|
|||
"orientation": "inherit",
|
||||
"modules": [
|
||||
//"custom/vpn",
|
||||
//"custom/hotspot",
|
||||
"custom/hotspot",
|
||||
"group/network"
|
||||
//"group/bluetooth"
|
||||
]
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"network",
|
||||
|
|
@ -260,11 +260,11 @@
|
|||
"tooltip-format": "{volume}% {icon} | {desc}",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"portable": "",
|
||||
"car": " ",
|
||||
"default": [
|
||||
"",
|
||||
|
|
@ -280,8 +280,8 @@
|
|||
},
|
||||
"pulseaudio#mic": {
|
||||
"format": "{format_source}",
|
||||
"format-source": "",
|
||||
"format-source-muted": "",
|
||||
"format-source": "",
|
||||
"format-source-muted": "",
|
||||
"tooltip-format": "{volume}% {format_source} ",
|
||||
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
|
||||
"on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 5%-",
|
||||
|
|
@ -325,15 +325,16 @@
|
|||
"on-click": "pgrep -x rofi &>/dev/null && notify-send rofi || networkmanager_dmenu"
|
||||
},
|
||||
"bluetooth": {
|
||||
"format-on": "",
|
||||
"format-on": "",
|
||||
"format-off": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "<b></b>",
|
||||
"format-connected": "<b></b>",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||||
"on-click": "rofi-bluetooth -config ~/.config/rofi/menu.d/network.rasi -i"
|
||||
//"on-click": "rofi-bluetooth -config ~/.config/rofi/menu.d/network.rasi -i"
|
||||
"on-click": "toggle-bluetooth"
|
||||
},
|
||||
"bluetooth#status": {
|
||||
"format-on": "",
|
||||
|
|
@ -444,7 +445,7 @@
|
|||
"custom/hyprkill": {
|
||||
"format": "{}",
|
||||
"interval": "once",
|
||||
"exec": "echo '\nKill clients using hyrpctl kill'",
|
||||
"exec": "echo '\nKill clients using hyrpctl kill'",
|
||||
"on-click": "sleep 1 && hyprctl kill"
|
||||
},
|
||||
"custom/notifications": {
|
||||
|
|
@ -469,8 +470,8 @@
|
|||
"tooltip-format-activated": "Idle Inhibitor is active",
|
||||
"tooltip-format-deactivated": "Idle Inhibitor is not active",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue