updating bitwig and idle settings
This commit is contained in:
parent
aa0a95ea1b
commit
7344e89f4c
3 changed files with 50 additions and 29 deletions
|
@ -13,6 +13,7 @@
|
|||
"wireplumber",
|
||||
"power-profiles-daemon",
|
||||
"upower",
|
||||
"idle_inhibitor",
|
||||
"custom/notification",
|
||||
],
|
||||
|
||||
|
@ -36,7 +37,15 @@
|
|||
"on-click-right": "swaync-client -d -sw",
|
||||
"escape": true
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"tooltip-format-activated": "idle inhibitor: {status}",
|
||||
"tooltip-format-deactivated": "idle inhibitor: {status}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"power-profiles-daemon": {
|
||||
"format": "{icon}",
|
||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||
|
@ -44,7 +53,7 @@
|
|||
"format-icons": {
|
||||
"default": "?",
|
||||
"performance": "",
|
||||
"balanced": "",
|
||||
"balanced": "",
|
||||
"power-saver": ""
|
||||
}
|
||||
},
|
||||
|
@ -88,6 +97,7 @@
|
|||
"on-click": "pavucontrol"
|
||||
},
|
||||
"mpris": {
|
||||
"dynamic-order": ["title", "artist", "album", "length"],
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"dynamic-len": 75,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue