feat: disable picom, change polybar dpi
This commit is contained in:
parent
00875f02b3
commit
8cd08998c1
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue