diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | d149baeadb499702ffe41861cf1711fb53c17da8 (patch) | |
| tree | 73bccbbe81cec8d2ea85eaad71a3264bdaf75a12 /.config | |
| parent | b1ce13e00db884c438fae5247a5005507f30539b (diff) | |
change colors a little, add gaps back
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 7 | ||||
| -rw-r--r-- | .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 |
