This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -eu | |
# Set the background color of xfce4-panel; takes 4 arguments: | |
# R G B A, ranging from 0.0 to 1.0. | |
# | |
# Tested only with xfce4-panel 4.13.4 which uses four doubles for | |
# <property name="background-rgba" type="array"> |