diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-05-06 16:50:16 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-05-06 16:50:16 -0400 |
| commit | efe6abfcfb4cd90abd003cc71098f21df20ca029 (patch) | |
| tree | 7f5bb0f5b4b72649a13d564f836827466fed6dd1 /bin/statusbar | |
| parent | 8c1e6ae76d4a3f18b8444ce841a183deacada75e (diff) | |
swayidle: dim screen after 3 minutes
Diffstat (limited to 'bin/statusbar')
| -rwxr-xr-x | bin/statusbar | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/statusbar b/bin/statusbar index d43cb0c..5da3abd 100755 --- a/bin/statusbar +++ b/bin/statusbar @@ -1,6 +1,4 @@ -#!/bin/sh - -set -eu +#!/bin/sh -eu volume() { volume=$(pactl get-sink-volume @DEFAULT_SINK@ | |
