diff --git a/dot_config/i3/config b/dot_config/i3/config index 085dad8..2e2f3bd 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -27,8 +27,8 @@ exec --no-startup-id gnome-keyring-daemon # Enable Num. Lock exec --no-startup-id numlockx on -# Picom (Compositor) -exec --no-startup-id picom -b +# Picom (Compositor, disabled) +# exec --no-startup-id picom -b # networkmanager-applet exec --no-startup-id nm-applet @@ -65,9 +65,9 @@ bindsym $mod+x exec rofi -show window workspace_layout default # Remove borders. -default_border pixel 3 +default_border pixel 1 default_floating_border pixel 0 -for_window [class="^.*"] border pixel 3 +for_window [class="^.*"] border pixel 1 # Set inner/outer/top gaps gaps top 60 @@ -232,4 +232,4 @@ client.focused_inactive $white $black $white $inactive $inactive client.unfocused $white $black $white $inactive $inactive client.urgent $white $black $white $urgent $urgent client.placeholder $white $black $white $white $black -client.background $base \ No newline at end of file +client.background $base diff --git a/dot_config/polybar/config.ini b/dot_config/polybar/config.ini index 6cb0355..9a40537 100644 --- a/dot_config/polybar/config.ini +++ b/dot_config/polybar/config.ini @@ -35,12 +35,12 @@ disabled = #707880 width = 99% height = 4% radius = 0 -dpi = 72 +dpi = 84 background = ${colors.background} foreground = ${colors.foreground} -border-size = 3px +border-size = 2px border-color = ${colors.primary} offset-x = 10px