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

@@ -344,5 +344,10 @@
"theme.bar.buttons.systray.customIcon": "#e0def4",
"theme.bar.border.color": "#c4a7e7",
"theme.bar.menus.menu.media.timestamp": "#e0def4",
"theme.bar.buttons.borderColor": "#c4a7e7"
"theme.bar.buttons.borderColor": "#c4a7e7",
"theme.bar.buttons.modules.hyprsunset.icon": "#f6c177",
"theme.bar.buttons.modules.hyprsunset.background": "#21202e",
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f6c177",
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177"
}