From d9aa82f607b955fde7b8f83744097d8dfec90760 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: removed cringe --- .config/i3/config | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index fddda7f..c6a5693 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,7 +11,7 @@ # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Maple Mono NF 8 +font pango:Mononoki Nerd Font Mono 10 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -86,10 +86,10 @@ bindsym $mod+$up focus up bindsym $mod+$right focus right # alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right +# bindsym $mod+Left focus left +# bindsym $mod+Down focus down +# bindsym $mod+Up focus up +# bindsym $mod+Right focus right # move focused window bindsym $mod+Shift+$left move left @@ -98,10 +98,10 @@ bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right # alternatively, you can use the cursor keys: -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right +# bindsym $mod+Shift+Left move left +# bindsym $mod+Shift+Down move down +# bindsym $mod+Shift+Up move up +# bindsym $mod+Shift+Right move right # split in horizontal orientation bindsym $mod+g split h @@ -207,10 +207,27 @@ mode "resize" { bindsym $mod+r mode "resize" +set $yellow #ffd866 +set $dyellow #f48f3d +set $gray #333333 +set $lgray #888888 +set $black #000000 +set $white #ffffff + +# class border backgr. text indicator child_border +client.focused $yellow $yellow $black #2e9ef4 $dyellow +client.focused_inactive $dyellow $dyellow $black #484e50 $gray +client.unfocused $gray $gray $lgray #292d2e $gray +client.urgent #2f343a #900000 #ffffff #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c + +client.background #ffffff + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { status_command i3blocks -c ~/.config/i3/i3blocks.conf + # mode hide colors { -- cgit v1.3-2-g0d8e