diff --git a/polybar/config.ini b/polybar/config.ini index dc83a0c..355b262 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -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} diff --git a/waybar/.gitkeep b/waybar/.gitkeep deleted file mode 100644 index e69de29..0000000