[modules/xrandr] Add refresh widget when autoupdate==False
If polling displays via xrandr is disabled, show an additional widget that allows the user to manually refresh the widget list. see #359
This commit is contained in:
parent
8511e57ed2
commit
a198b8d9e3
3 changed files with 12 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
"activated": {"prefix": "caf-on" }, "deactivated": { "prefix": "caf-off " }
|
||||
},
|
||||
"xrandr": {
|
||||
"on": { "prefix": " off "}, "off": { "prefix": " on "}
|
||||
"on": { "prefix": " off "}, "off": { "prefix": " on "}, "refresh": { "prefix": " refresh "}
|
||||
},
|
||||
"redshift": {
|
||||
"day": { "prefix": "day" }, "night": { "prefix": "night" }, "transition": { "prefix": "trans" }
|
||||
|
|
|
@ -122,7 +122,8 @@
|
|||
},
|
||||
"xrandr": {
|
||||
"on": { "prefix": " "},
|
||||
"off": { "prefix": " " }
|
||||
"off": { "prefix": " " },
|
||||
"refresh": { "prefix": "" }
|
||||
},
|
||||
"redshift": {
|
||||
"day": { "prefix": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue