diff options
author | awy <awy@awy.one> | 2025-09-11 17:39:54 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-11 17:39:54 +0300 |
commit | ae9e88aa1f8050243ffcfd0c4c835c7ae83499d9 (patch) | |
tree | b031147e1557f2ad3ccc834fcf1e6ac57c4dd179 | |
parent | 5cbe75c28ddbe617cdd930e74a0a1a1461d1fa96 (diff) | |
download | statusbar-ae9e88aa1f8050243ffcfd0c4c835c7ae83499d9.tar.gz |
rm extra line
-rw-r--r-- | src/stclock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stclock.c b/src/stclock.c index ef63fe6..bbd4bf9 100644 --- a/src/stclock.c +++ b/src/stclock.c @@ -31,7 +31,6 @@ buttonhandler() if ((env = getenv("BLOCK_BUTTON"))) button = getbtnint(env); - if (!(term = getenv("TERMINAL"))) term = "footclient"; |