summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
6 hoursremove jq wrapperSam Nystrom
6 hoursupdate binSam Nystrom
2 daysupdate eww configSam Nystrom
3 daysadd monitor-volume scriptSam Nystrom
2025-11-27updateSam Nystrom
2024-12-27change color scheme to flexokiSam Nystrom
2024-10-15update ~/binSam Nystrom
2024-02-04bin/capsremap: fix mapping logicSam Nystrom
2024-02-04bin/shuffle: shellifySam Nystrom
2024-02-04remove gojq aliasSam Nystrom
2024-02-04Adapt statusbar script for swaybarSam Nystrom
2023-10-04bin: add pastebin scriptSam Nystrom
2023-10-03Fix jq aliasSam Nystrom
2023-09-07statusbar: read battery status from the right fileSam Nystrom
2023-08-05bin: fix jq script argumentsSam Nystrom
2023-07-23bin: add jq => gojq aliasSam Nystrom
2023-07-23statusbar: rewrite to perlSam Nystrom
2023-07-19bin: add caps lock remapping programSam Nystrom
2023-07-19shuffle: add volume flagSam Nystrom
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