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