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

@@ -394,3 +394,30 @@
// custom font size
1.3em //
);
/*
* #################################
* # Hyprsunset Styling #
* #################################
*/
@include styleModule(
//
// class name
'hyprsunset',
// label color
$bar-buttons-modules-hyprsunset-text,
// icon color
$bar-buttons-modules-hyprsunset-icon,
// icon background if split style is used
$bar-buttons-modules-hyprsunset-icon_background,
// label background
$bar-buttons-modules-hyprsunset-background,
// inner spacing
$bar-buttons-modules-hyprsunset-spacing,
// if border enabled
$bar-buttons-modules-hyprsunset-enableBorder,
// border color
$bar-buttons-modules-hyprsunset-border,
// custom font size
1.3em //
);