From 4d28e70567d8cff48364af820a3bc7f0d0e09892 Mon Sep 17 00:00:00 2001 From: t0xa Date: Wed, 10 Sep 2025 12:52:45 +0300 Subject: [PATCH] i3,polybar:Add some styling fixes --- i3/config | 4 ++++ i3/themes/cattpuccin.conf | 6 ++++-- polybar/config.ini | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index c20c247..558c7d3 100644 --- a/i3/config +++ b/i3/config @@ -196,3 +196,7 @@ bindsym Control+Shift+Q exec i3lock -c 000000 && xset dpms force off # exec --no-startup-id feh --bg-scale --randomize ~/Pictures/Wallpapers/gruvbox/* # exec --no-startup-id ~/Pictures/Wallpapers/wps.sh +# Set consistent border width +default_border pixel 1 +default_floating_border pixel 2 + diff --git a/i3/themes/cattpuccin.conf b/i3/themes/cattpuccin.conf index e2b7a48..9897bcd 100644 --- a/i3/themes/cattpuccin.conf +++ b/i3/themes/cattpuccin.conf @@ -1,5 +1,7 @@ -set $c_accent #43adb7 -set $c_bg #272727 +# set $c_accent #43adb7 +set $c_accent #94e2d5 +# set $c_bg #272727 +set $c_bg #1e1e2e set $c_mid1 #333333 set $c_mid2 #626262 set $c_dimtext #888888 diff --git a/polybar/config.ini b/polybar/config.ini index ab90162..86106b3 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -33,7 +33,7 @@ label-unfocused-padding = 1 [colors] -background = #1d2021 +background = #1e1e2e background-alt = #373B41 foreground = #C5C8C6 primary = #f68c23