[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
|
@ -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