diff --git a/i3/themes/cattpuccin.conf b/i3/themes/cattpuccin.conf index 9897bcd..851e1f1 100644 --- a/i3/themes/cattpuccin.conf +++ b/i3/themes/cattpuccin.conf @@ -1,6 +1,8 @@ # set $c_accent #43adb7 -set $c_accent #94e2d5 +# set $c_accent #94e2d5 +set $c_accent #a6e3a1 # set $c_bg #272727 +# set $c_bg #1e1e2e set $c_bg #1e1e2e set $c_mid1 #333333 set $c_mid2 #626262 diff --git a/polybar/config.ini b/polybar/config.ini index 86106b3..9e7d76a 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -15,6 +15,7 @@ ; The README contains a lot of information ; ;========================================================== +include-file = ~/.config/polybar/mocha.ini [global/wm] margin-top = 0 margin-bottom = 0 @@ -27,7 +28,7 @@ show-urgent = true label-focused = %index% label-focused-foreground = #ffffff label-focused-background = #3f3f3f -label-focused-underline = #94e2d5 +label-focused-underline = ${colors.nomai} label-focused-padding = 3 label-unfocused-padding = 1 @@ -37,7 +38,7 @@ background = #1e1e2e background-alt = #373B41 foreground = #C5C8C6 primary = #f68c23 -secondary = #8ABEB7 +secondary = ${colors.nomai} disabled = #707880 [bar/example] @@ -311,12 +312,12 @@ adapter = ADP1 poll-interval = 5 label-discharging = %{F#FF8C00}󱟞%{F-} %percentage%% %time% label-charging = %{F#09f429}󰂄%{F-} %percentage%% -label-full = %{F#1bf1fc}󱊣%{F-} %percentage%% +label-full = %{F#a6e3a1}󱊣%{F-} %percentage%% label-low = %{F#f20202}󱊡%{F-} BATTERY LOW %percentage%% [module/wlan] type = internal/network interface = wlp2s0 format-connected = -label-connected = %{F#8ABEB7}%{F-} %{T6}%essid% %signal% +label-connected = %{F#a6e3a1}%{F-} %{T6}%essid% %signal% diff --git a/polybar/mocha.ini b/polybar/mocha.ini index 4e0962a..ed807ac 100644 --- a/polybar/mocha.ini +++ b/polybar/mocha.ini @@ -30,4 +30,6 @@ base = #1e1e2e mantle = #181825 crust = #11111b - transparent = #FF00000 \ No newline at end of file + transparent = #FF00000 + nomai = #a6e3a1 +