Fix window definition example code

This commit is contained in:
elkowar 2021-07-28 20:20:41 +02:00
parent 6f1118bda4
commit cf25f9eddb
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -53,8 +53,7 @@
(deflisten battery-remaining "tail -f /sys/class/power_supply/BAT0/capacity") (deflisten battery-remaining "tail -f /sys/class/power_supply/BAT0/capacity")
(defwindow bar (defwindow bar
:screen 0 :monitor 0
:focusable true
:windowtype "dock" :windowtype "dock"
:geometry (geometry :x "0%" :y "0%" :width "100%" :height "4%") :geometry (geometry :x "0%" :y "0%" :width "100%" :height "4%")
:reserve (struts :side "top" :distance "4%") :reserve (struts :side "top" :distance "4%")