mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
polybar: give a bit more space to polybar
This commit is contained in:
parent
de5f43ca28
commit
9371fff442
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
export DPI=$(xrdb -query | sed -nE 's/^Xft\.dpi:\s*//p')
|
||||
export HEIGHT=$((18 * DPI / 96))
|
||||
export HEIGHT=$((20 * DPI / 96))
|
||||
|
||||
# Example of setup:
|
||||
# xrandr --setmonitor '*'DisplayPort-3-left 1920/444x1440/334+0+0 DisplayPort-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue