summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2023-07-19statusbar: fix battery sectionSam Nystrom
2023-07-19statusbar: improve vol/brightness responsivenessSam Nystrom
If the volume or brightness just changed, then update the bar every twentieth of a second for two seconds instead of every second, since often the volume and brightness keys are pressed multiple times in quick succession.
2023-07-19bin: small fixesSam Nystrom
2023-07-19bin/shuffle: rewrite in PythonSam Nystrom
The python version is much shorter and more maintainable than the shell script one.
2023-07-19statusbar: rewrite to pythonSam Nystrom
Mostly for maintainability
2023-06-19bin/shuffle: add option for mpv extra optionsSam Nystrom
2023-06-14bin/statusbar: update to nerd fonts v3Sam Nystrom
2023-06-14bin/statusbar: use printf and simplify mungingSam Nystrom
2023-06-13bin/shuffle: don't play the second-previous songSam Nystrom
2023-06-09add music shuffle scriptSam Nystrom
2023-05-31statusbar: set text color to text instead of mauveSam Nystrom
2023-05-11fix statusbar at low batterySam Nystrom
2023-05-06swayidle: dim screen after 3 minutesSam Nystrom
2023-04-26style: format statusbar with shfmtSam Nystrom
2023-04-16refactor: rename status.sh to statusbarSam Nystrom
2023-04-16fix(bin): remove test for somebar FIFO in statusSam Nystrom
Now that status.sh is managed with superd, we don't have to worry about making sure the script exits after somebar does.
2023-04-16fix(bin): fix low battery on statusbarSam Nystrom
2023-04-16feat!: replace wmenu with tofiSam Nystrom
2023-04-14fix(bin): avoid leftover shell process in wmenu.shSam Nystrom
2023-04-14fix(bin): add shebang to wmenu-run.shSam Nystrom
2023-04-14fix: remove dwl.sh since superd does that nowSam Nystrom
2023-04-14refactor: replace dwl-init.sh with superd servicesSam Nystrom
2023-04-12feat(bin): add wmenu wrapper and runnerSam Nystrom
2023-04-12fix(bin): kill statusbar after somebar exitsSam Nystrom
2023-04-11feat(bin): add statusbar scriptSam Nystrom
2023-04-11feat(bin): start somebar in dwl wrapperSam Nystrom
2023-04-11feat(bin): add dwl wrapper scriptSam Nystrom