This commit is contained in:
Stephan Raabe 2023-07-31 14:28:59 +02:00
parent 568b3b18b8
commit 8ff8213282
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ content-foreground = ${colors.foreground}
content = ""
click-left = "~/dotfiles/scripts/calculator.sh"
[module/launchvm]
type = custom/text
content-foreground = ${colors.foreground}
content = ""
click-left = "xfreerdp -grab-keyboard /v:192.168.122.42 /size:100% /cert-ignore /u:raabe /p:SECRET /d: /dynamic-resolution /gfx-h264:avc444 +gfx-progressive"
[module/exit]
type = custom/text
content-foreground = ${colors.foreground}

View File