diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 11:03:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 11:03:20 +0900 |
| commit | 6c99347a62111f6ca23bf16c841d2cf1673b69b6 (patch) | |
| tree | c5121c99ee9a528c3abd48f5480850d9f0739cfb /copy.sh | |
| parent | 6c526a514f2ad8502b1285fcb3c43f8d973fb32d (diff) | |
custom idle inhibitor on waybar which kills hypridle when toggled
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,7 +104,7 @@ layout=$(detect_layout) if [ "$layout" = "(unset)" ]; then while true; do printf "\n%.0s" {1..1} -print_color $RED " +print_color $ORANGE " █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ STOP AND READ █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ @@ -152,7 +152,7 @@ while true; do break ;; [nN]) printf "\n%.0s" {1..2} -print_color $RED " +print_color $ORANGE " █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ STOP AND READ █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ |
