From 49d3f7550e58f69e530c36916d35c2de81b4fde7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 21 Aug 2026 18:11:18 +0200 Subject: [PATCH] feat: generate themes --- config/matugen/templates/waybar/style.css | 3 ++- config/yazi/yazi.toml | 3 ++- scripts/set-theme | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/matugen/templates/waybar/style.css b/config/matugen/templates/waybar/style.css index 16d9c1a..68d756d 100644 --- a/config/matugen/templates/waybar/style.css +++ b/config/matugen/templates/waybar/style.css @@ -12,7 +12,7 @@ } window#waybar { - background-color: {{ colors.shadow.default.rgba | set_alpha: 0.1 }}; + background-color: {{ colors.shadow.default.rgba | set_alpha: 0.5 }}; color: @primary; } @@ -76,6 +76,7 @@ tooltip { border-radius: 10px; margin-left: 60px; margin-right: 60px; + background-color: @surface; } #clock { diff --git a/config/yazi/yazi.toml b/config/yazi/yazi.toml index 9572c93..9a66e06 100644 --- a/config/yazi/yazi.toml +++ b/config/yazi/yazi.toml @@ -24,5 +24,6 @@ image = [ rules = [ { mime = "application/pdf", use = "pdf" }, { mime = "image/png", use = "image" }, - { mime = "image/jpg", use = "image" } + { mime = "image/jpg", use = "image" }, + { mime = "image/jpeg", use = "image" }, ] diff --git a/scripts/set-theme b/scripts/set-theme index 954a981..41bc88c 100755 --- a/scripts/set-theme +++ b/scripts/set-theme @@ -1,4 +1,4 @@ #!/bin/sh cd "$(dirname "$0")/.." -./setup.sh +./setup.sh $1