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
|
# 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
|
||||||
|
@ -232,4 +232,4 @@ client.focused_inactive $white $black $white $inactive $inactive
|
||||||
client.unfocused $white $black $white $inactive $inactive
|
client.unfocused $white $black $white $inactive $inactive
|
||||||
client.urgent $white $black $white $urgent $urgent
|
client.urgent $white $black $white $urgent $urgent
|
||||||
client.placeholder $white $black $white $white $black
|
client.placeholder $white $black $white $white $black
|
||||||
client.background $base
|
client.background $base
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue