diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-08 15:27:13 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-08 15:27:13 +0100 |
| commit | 5b7a3dc5370772ffbfdc52b2b145e35d1061caa8 (patch) | |
| tree | 2b450334838f195b50b8eb1a799a6df7f4408089 /roles/hyprtheme/templates | |
| parent | 639bc16016f175f49174d8e763f96497b9110bc1 (diff) | |
Add the basic syshud role for OSD w/Hyprtheming extension
Diffstat (limited to 'roles/hyprtheme/templates')
| -rw-r--r-- | roles/hyprtheme/templates/theme/syshud.css.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/hyprtheme/templates/theme/syshud.css.j2 b/roles/hyprtheme/templates/theme/syshud.css.j2 new file mode 100644 index 00000000..4354efa5 --- /dev/null +++ b/roles/hyprtheme/templates/theme/syshud.css.j2 @@ -0,0 +1,3 @@ +@define-color borders {{ accent }}; +@define-color theme_bg_color {{ background }}; +@define-color theme_fg_color {{ foreground }}; |
