i just wanted to leave a big "thank you" for your work. i ported some of your i3-blocks stuff over to sway for me. looking amazing and almost no RAM-usage. created a wrapper script to have power-profile-status and the toggle in one symbol (All-in-one)
# Get the directory this script resides in
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
# On left click (button 1), toggle power profile
if [ "$BLOCK_BUTTON" == "1" ]; then
"$SCRIPT_DIR/power-profiles"
fi
# Always show the current status
"$SCRIPT_DIR/pp-status"
my dotfiles: https://github.com/Rouzihiro/dotfiles
i just wanted to leave a big "thank you" for your work. i ported some of your i3-blocks stuff over to sway for me. looking amazing and almost no RAM-usage. created a wrapper script to have power-profile-status and the toggle in one symbol (All-in-one)
my dotfiles: https://github.com/Rouzihiro/dotfiles