Added the hyprsunset module (requires hyprland v0.45.0) (#485)

* add sunset module

* Implement hyprsunset module.

* Update themes

* Undo vivids

* Fix vivids
This commit is contained in:
Jas Singh
2024-11-12 03:35:27 -08:00
committed by GitHub
parent a7855baf13
commit 6cab0ff4b7
51 changed files with 1546 additions and 1086 deletions

View File

@@ -377,6 +377,15 @@ const options = mkOptions(OPTIONS, {
icon_background: opt(colors.base2),
spacing: opt('0.45em'),
},
hyprsunset: {
enableBorder: opt(false),
border: opt(colors.peach),
background: opt(colors.base2),
text: opt(colors.peach),
icon: opt(colors.peach),
icon_background: opt(colors.base2),
spacing: opt('0.45em'),
},
},
},
menus: {
@@ -1095,6 +1104,19 @@ const options = mkOptions(OPTIONS, {
scrollUp: opt(''),
scrollDown: opt(''),
},
hyprsunset: {
temperature: opt('6000k'),
label: opt(true),
onIcon: opt('󱩌'),
offIcon: opt('󰛨'),
onLabel: opt('On'),
offLabel: opt('Off'),
pollingInterval: opt(1000 * 2),
rightClick: opt(''),
middleClick: opt(''),
scrollUp: opt(''),
scrollDown: opt(''),
},
},
},