Manually toggling using the bar widget will disable scheduled hyprsunset activation for one hour, maybe adding this as a configurable amount of time could be a good idea
Closes #26 and #25
Manually toggling using the bar widget will disable scheduled hyprsunset activation for one hour, maybe adding this as a configurable amount of time could be a good idea
New config options
```json
{
"barConfig": {
"entries": [
{
"id": "hyprsunset",
"enabled": bool
},
]
},
"general": {
"color": {
"hyprsunsetTemp": int,
"scheduleHyprsunsetStart": int,
"scheduleHyprsunsetEnd": int,
"scheduleHyprsunset": bool
}
}
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #26 and #25
Manually toggling using the bar widget will disable scheduled hyprsunset activation for one hour, maybe adding this as a configurable amount of time could be a good idea
New config options