Skip to content

AWESOME WORK #1

@Rouzihiro

Description

@Rouzihiro

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"
Image

my dotfiles: https://github.com/Rouzihiro/dotfiles

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions