From f40a3fd1b79a956ef8ba99b5896bbc7ac1d9ea0d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Apr 2026 12:22:45 +0200 Subject: [PATCH] Fix brightness icons --- bin/omarchy-swayosd-brightness | 2 +- bin/omarchy-swayosd-kbd-brightness | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-swayosd-brightness b/bin/omarchy-swayosd-brightness index c65f52a6..8cc1f119 100755 --- a/bin/omarchy-swayosd-brightness +++ b/bin/omarchy-swayosd-brightness @@ -9,6 +9,6 @@ progress="$(awk -v p="$percent" 'BEGIN{printf "%.2f", p/100}')" [[ $progress == "0.00" ]] && progress="0.01" omarchy-swayosd-client \ - --custom-icon display-brightness \ + --custom-icon display-brightness-symbolic \ --custom-progress "$progress" \ --custom-progress-text "${percent}%" diff --git a/bin/omarchy-swayosd-kbd-brightness b/bin/omarchy-swayosd-kbd-brightness index 1925ae34..729b7c4c 100755 --- a/bin/omarchy-swayosd-kbd-brightness +++ b/bin/omarchy-swayosd-kbd-brightness @@ -9,6 +9,6 @@ progress="$(awk -v p="$percent" 'BEGIN{printf "%.2f", p/100}')" [[ $progress == "0.00" ]] && progress="0.01" omarchy-swayosd-client \ - --custom-icon keyboard-brightness \ + --custom-icon keyboard-brightness-symbolic \ --custom-progress "$progress" \ --custom-progress-text "${percent}%"