Tom Willemse
4b637506d9
xfreerdp doesn’t seem to play nice with Polybar, so hide Polybar whenever xfreerdp is focused.
2 lines
101 B
Bash
Executable file
2 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
pgrep polybar || { autohide-polybar.sh && polybar "$(hostname)" 2> /dev/null & }
|