From c58ae1b399c12ef20637c0eda564b3023451ae01 Mon Sep 17 00:00:00 2001 From: Asocia Date: Thu, 15 Jul 2021 19:57:45 +0300 Subject: [PATCH] Make power button always red --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 8bdcc96..473f6b9 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -24,10 +24,10 @@ ; secondary = #65a2d9 ; tertiary = #d07ef2 ; fourth = #e5c246 -; alert = #ed404c + alert = #ed404c background = ${xrdb:color0:#222} foreground = ${xrdb:color7:#e3eaf3} - alert = ${xrdb:color1:#222} +; alert = ${xrdb:color1:#222} primary = ${xrdb:color2:#222} secondary = ${xrdb:color3:#222} tertiary = ${xrdb:color4:#222}