diff options
| author | kkard2 <[email protected]> | 2024-04-14 10:43:36 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-04-14 10:43:36 +0200 |
| commit | 9c1cb758e71e8a0a49378e4dd7b813b84e191b83 (patch) | |
| tree | 618ed06250d36eeef740dc8e54cdd3cfe4003a72 | |
| parent | dc5f8710d2998cbde4516e476c59fbffa6f03132 (diff) | |
maybe now i will notice
| -rwxr-xr-x | _linux/i3/i3status_command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_linux/i3/i3status_command b/_linux/i3/i3status_command index 96ab2a1..98b4b82 100755 --- a/_linux/i3/i3status_command +++ b/_linux/i3/i3status_command @@ -8,7 +8,7 @@ do if [[ $(pactl get-source-mute @DEFAULT_SOURCE@ | rg "yes") ]]; then - muted="MUTED|" + muted="MUTED MUTED MUTED MUTED MUTED MUTED|" fi line="$muted$line" |
