feat: remove floating bar, reduce top gap

This commit is contained in:
ineanto 2025-07-01 19:02:05 +02:00
parent 4524badf49
commit 00cef52dcf
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 21 additions and 17 deletions

View file

@ -4,7 +4,7 @@
# ██║██║╚██╗██║██╔══╝ ██╔══██║██║╚██╗██║ ██║ ██║ ██║ ██║ ╚═══██╗ ██║ ██║ ██║██║╚██╗██║██╔══╝ ██║██║ ██║
# ██║██║ ╚████║███████╗██║ ██║██║ ╚████║ ██║ ╚██████╔╝ ██║██████╔╝ ╚██████╗╚██████╔╝██║ ╚████║██║ ██║╚██████╔╝
# ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝
# (updated 11/05/2025)
# (updated 01/07/2025)
#############################################
# MODIFIER KEY #
@ -17,7 +17,10 @@ set $mod Mod4
#############################################
# Display setup
exec xrandr --auto
exec --no-startup-id xrandr --auto
# Transfer X11 lock to i3lock (locks computer before going to sleep)
exec xss-lock --transfer-sleep-lock -- i3lock --nofork
# Polybar
exec_always --no-startup-id $HOME/.config/i3/scripts/polybar.sh
@ -33,8 +36,8 @@ exec --no-startup-id numlockx on
# networkmanager-applet
exec --no-startup-id nm-applet
# set wallpaper
exec --no-startup-id feh --bg-scale /home/ineanto/Pictures/BG/wallpaper.png
# Start Nitrogen
exec --no-startup-id nitrogen --restore
# set powersavings for display:
exec --no-startup-id xset s 480 dpms 600 600 600
@ -72,8 +75,8 @@ default_floating_border pixel 0
for_window [class="^.*"] border pixel 1
# Set inner/outer/top gaps
gaps top 60
gaps inner 15
gaps top 35
gaps inner 20
set $ws1 "1:base"
set $ws2 "2:term"