Added theming options for the Hypridle module and updated the default icon. (#518)

This commit is contained in:
Jas Singh
2024-11-17 11:35:30 -08:00
committed by GitHub
parent 4b041bcf1f
commit 5cce65f88e
3 changed files with 19 additions and 4 deletions

View File

@@ -1128,8 +1128,8 @@ const options = mkOptions(OPTIONS, {
},
hypridle: {
label: opt(true),
onIcon: opt(''),
offIcon: opt(''),
onIcon: opt(''),
offIcon: opt(''),
onLabel: opt('On'),
offLabel: opt('Off'),
pollingInterval: opt(1000 * 2),