From d149baeadb499702ffe41861cf1711fb53c17da8 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: change colors a little, add gaps back --- .config/i3/config | 7 +++++-- .config/polybar/config.ini | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index f2cf078..2182ba8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -36,6 +36,9 @@ for_window [instance="Godot_Engine"] floating enable default_border pixel 2 default_floating_border pixel 2 +gaps outer 0 +gaps inner 2 + floating_modifier $mod tiling_drag modifier titlebar @@ -122,10 +125,10 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" # class border backgr. text indicator child_border -client.focused #ffffff #ffffff #000000 #ffffff #ffffff +client.focused #E0E0E0 #E0E0E0 #000000 #ffffff #E0E0E0 client.focused_inactive #222222 #222222 #CACACA #ffffff #222222 client.unfocused #000000 #000000 #CACACA #ffffff #000000 -client.urgent #ff0000 #ff0000 #000000 #900000 #ffff00 +client.urgent #ff0000 #ff0000 #000000 #900000 #ff0000 client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a4f8b46..8c93128 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -25,7 +25,7 @@ ; alert = #A54242 ; disabled = #707880 -background = #EFEFEF +background = #E0E0E0 background-alt = #CACACA foreground = #000000 primary = #555555 @@ -42,8 +42,9 @@ foreground = ${colors.foreground} line-size = 3pt -border-color = #00000000 +border-color = #FFFFFF border-size = 0pt +border-top-size = 5pt padding-left = 0 padding-right = 1 -- cgit v1.3-2-g0d8e