add SVKBD: Simple Virtual Keyboard

This commit is contained in:
Simon Rieger 2023-05-31 14:19:13 +02:00
parent 590ccbff70
commit 265de5eef1
2 changed files with 14 additions and 0 deletions

View file

@ -512,6 +512,9 @@ exec --no-startup-id "dunst"
# authentication manager
exec --no-startup-id lxpolkit
# SVKBD: Simple Virtual Keyboard
#exec --no-startup-id svkbd-mobile-intl -d
# xfce4-power-manager
#exec --no-startup-id xfce4-power-manager

View file

@ -60,6 +60,17 @@ format = " $timestamp.datetime(f:'%a %Y-%m-%d %H:%M:%S') "
block = "backlight"
format = " $brightness "
[[block]]
block = "custom"
command = "if pgrep svkbd-mobile-in >/dev/null; then echo \"󰌌\"; else echo \"󰌐\"; fi"
interval = 1
[[block.click]]
button = "left"
cmd = "svkbd-mobile-intl -d"
[[block.click]]
button = "right"
cmd = "pkill svkbd-mobile-in"
[[block]]
block = "battery"
format = " $icon $percentage {$time |}"