feat: disable picom, change polybar dpi

This commit is contained in:
ineanto 2025-05-12 10:09:16 +02:00
parent 00875f02b3
commit 8cd08998c1
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 7 additions and 7 deletions

View file

@ -27,8 +27,8 @@ exec --no-startup-id gnome-keyring-daemon
# Enable Num. Lock # Enable Num. Lock
exec --no-startup-id numlockx on exec --no-startup-id numlockx on
# Picom (Compositor) # Picom (Compositor, disabled)
exec --no-startup-id picom -b # exec --no-startup-id picom -b
# networkmanager-applet # networkmanager-applet
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
@ -65,9 +65,9 @@ bindsym $mod+x exec rofi -show window
workspace_layout default workspace_layout default
# Remove borders. # Remove borders.
default_border pixel 3 default_border pixel 1
default_floating_border pixel 0 default_floating_border pixel 0
for_window [class="^.*"] border pixel 3 for_window [class="^.*"] border pixel 1
# Set inner/outer/top gaps # Set inner/outer/top gaps
gaps top 60 gaps top 60

View file

@ -35,12 +35,12 @@ disabled = #707880
width = 99% width = 99%
height = 4% height = 4%
radius = 0 radius = 0
dpi = 72 dpi = 84
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
border-size = 3px border-size = 2px
border-color = ${colors.primary} border-color = ${colors.primary}
offset-x = 10px offset-x = 10px