mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
system source, some code improvements
This commit is contained in:
@ -68,7 +68,7 @@ QtObject {
|
||||
},
|
||||
{
|
||||
"label": i18n("Network"),
|
||||
"regexp": "^(netdev|(down|up(?!time)).*)"
|
||||
"regexp": "^(netdev|ssid|(down|up(?!time)).*)"
|
||||
},
|
||||
{
|
||||
"label": i18n("Network request"),
|
||||
@ -82,6 +82,10 @@ QtObject {
|
||||
"label": i18n("Scripts"),
|
||||
"regexp": "^custom.*"
|
||||
},
|
||||
{
|
||||
"label": i18n("System"),
|
||||
"regexp": "^(volume|brightness)"
|
||||
},
|
||||
{
|
||||
"label": i18n("Time"),
|
||||
"regexp": ".*time$"
|
||||
|
Reference in New Issue
Block a user