mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 17:24:21 +02:00
polybar: show version when starting
This commit is contained in:
parent
11602af653
commit
064ea737e8
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
export DPI=$(xrdb -query | sed -nE 's/^Xft\.dpi:\s*//p')
|
export DPI=$(xrdb -query | sed -nE 's/^Xft\.dpi:\s*//p')
|
||||||
export HEIGHT=$((20 * DPI / 96))
|
export HEIGHT=$((20 * DPI / 96))
|
||||||
|
|
||||||
|
polybar --version
|
||||||
|
|
||||||
# Example of setup:
|
# Example of setup:
|
||||||
# xrandr --setmonitor '*'DisplayPort-3-left 1920/444x1440/334+0+0 DisplayPort-3
|
# xrandr --setmonitor '*'DisplayPort-3-left 1920/444x1440/334+0+0 DisplayPort-3
|
||||||
# xrandr --setmonitor DisplayPort-3-right 1520/352x1440/334+1920+0 none
|
# xrandr --setmonitor DisplayPort-3-right 1520/352x1440/334+1920+0 none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue