add SVKBD: Simple Virtual Keyboard
This commit is contained in:
parent
590ccbff70
commit
265de5eef1
2 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 |}"
|
||||
|
|
Loading…
Reference in a new issue