From b53b0e800995a9bc4a401f821b841cb8d173d817 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 20 Nov 2023 01:29:07 +0100 Subject: [PATCH] fix colors (again) --- modules/desktop/polybar.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/desktop/polybar.nix b/modules/desktop/polybar.nix index 1c65abd..d6b96b9 100644 --- a/modules/desktop/polybar.nix +++ b/modules/desktop/polybar.nix @@ -93,10 +93,10 @@ label-disconnected-foreground = "#d65d0e"; ramp.signal = [ "%{F#cc241d}󰣾" - "%{F#d65d0e}󰣴" - "%{F#d65d0e}󰣶" - "%{F#d65d0e}󰣸" - "%{F#bdae93}󰣺" + "%{F#d79921}󰣴" + "%{F#98971a}󰣶" + "%{F#98971a}󰣸" + "%{F#98971a}󰣺" ]; }; @@ -116,21 +116,21 @@ format-charging = " "; label-discharging = "%{F#ebdbb2}%percentage%%%{F#bdae93} %time%"; format-discharging = " "; - label-full = "%{F#d65d0e}󰁹%{F#ebdbb2} %percentage%%"; + label-full = "%{F#98971a}󰁹%{F#ebdbb2} %percentage%%"; format-full = ""; - label-low = "%{F#d65d0e}󰂎%{F#ebdbb2} %percentage%%"; + label-low = "%{F#cc241d}󰂎%{F#ebdbb2} %percentage%%"; format-low = ""; ramp.capacity = [ "%{F#cc241d}󰁺" - "%{F#cc241d}󰁻" - "%{F#d65d0e}󰁼" - "%{F#d65d0e}󰁽" - "%{F#d65d0e}󰁾" - "%{F#d65d0e}󰁿" - "%{F#d65d0e}󰂀" - "%{F#d65d0e}󰂁" - "%{F#bdae93}󰂂" - "%{F#bdae93}󰁹" + "%{F#d79921}󰁻" + "%{F#98971a}󰁼" + "%{F#98971a}󰁽" + "%{F#98971a}󰁾" + "%{F#98971a}󰁿" + "%{F#98971a}󰂀" + "%{F#98971a}󰂁" + "%{F#98971a}󰂂" + "%{F#98971a}󰁹" ]; };