Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-23 | (Scripts)~Work on scripts a little bitt | Aryadev Chavali | |
2024-06-22 | Tons of changes | Aryadev Chavali | |
2024-06-11 | (*)~Some cleanup | Aryadev Chavali | |
2024-06-11 | (Scripts)~mail_fetch:refresh notmuch before counting | Aryadev Chavali | |
2024-06-11 | (Scripts)~better eselect | Aryadev Chavali | |
2024-06-11 | (Scripts)~do_backup now has backups characterised by year | Aryadev Chavali | |
2024-05-31 | Merge remote-tracking branch 'origin/master' | Aryadev Chavali | |
2024-05-31 | (Scripts|SystemD)~lower size of scripts | Aryadev Chavali | |
2024-05-31 | (Scripts)+repo_find and rgrep | Aryadev Chavali | |
2024-05-13 | (Scripts)~if no emacs server then use just general emacs | Aryadev Chavali | |
2024-05-08 | (Scripts)~list_packages now uses less | Aryadev Chavali | |
2024-05-08 | (Scripts)-some obsolete scripts | Aryadev Chavali | |
2024-05-08 | (Scripts|Emacs/app)~ported eshell banner to a script | Aryadev Chavali | |
Instead of doing it all in Emacs lisp (which while pretty fun to write, is not fun to execute outside of Emacs), I wrote a shell script which generates the same banners, then just linked +eshell/banner-message to it. | |||
2024-04-23 | (Scripts/status)~bluetooth-status now prints battery info if found | Aryadev Chavali | |
2024-04-23 | (Scripts)+scripts to grab/open links and copy output for st | Aryadev Chavali | |
2024-04-23 | (Scripts)+labelled_terminals | Aryadev Chavali | |
This script creates n labelled terminals, where n is passed in as a command line argument. This makes demonstrating and understanding differing layouts in say DWM or some other window manager easier as we can directly see how the stack changes based on operations. | |||
2024-04-20 | (Emacs/*)~cleaning up | Aryadev Chavali | |
2024-04-18 | (Scripts)~datetime script uses different icon | Aryadev Chavali | |
2023-10-21 | (Scripts/status)~Changed emoticons | Aryadev Chavali | |
2023-10-18 | (Scripts)~Prefix every notify-send with script creating it | Aryadev Chavali | |
2023-10-18 | (Scripts|SystemD)+mail fetch script and a SystemDservice/timer for it | Aryadev Chavali | |
Syncs every 3 hours. Produces a notify-send message on fetching. | |||
2023-10-06 | (Emacs)+Elisp archive, (Scripts/status)+bluetooth status | Aryadev Chavali | |
2023-10-06 | (Scripts|SystemD)~rework backup system | Aryadev Chavali | |
This is purely for the desktop: only enable if you fix it up. | |||
2023-09-22 | (Scripts)~timer script has variadic beep, more beeps in general, fixed bugs | Aryadev Chavali | |
2023-09-22 | (Scripts)+create_backup,+folder_size | Aryadev Chavali | |
create_backup does the obvious using tar and xz. Needs two arguments for what and where. folder_size does the obvious using du. | |||
2023-09-22 | (Scripts)~timer now uses notify-send instead of espeak | Aryadev Chavali | |
2023-09-10 | (Scripts)~small changes to memory status, -emacs_curl | Aryadev Chavali | |
2023-08-21 | (Scripts)~fixed font and output when emacs service wasn't started | Aryadev Chavali | |
~when Emacs hasn't started, state "N/A" rather than nothing ~Using better symbols for output (font wise as well on DWM) | |||
2023-07-14 | (Scripts>status)+Emacs memory to status script | Aryadev Chavali | |
2023-07-14 | (Scripts>repo_*)~create_repo->repo_create,+repo description get/set | Aryadev Chavali | |
Better creating of repositories, repo_create now takes description for second argument and new scripts to do it post creation as well. | |||
2023-07-13 | (Scripts>create_repo)~use git@git.aryadevchavali.com instead of root | Aryadev Chavali | |
Removes the need to change permissions for those directories. | |||
2023-07-11 | (Scripts)+script to automate creating a remote repository for projects | Aryadev Chavali | |
2022-09-18 | (Scripts)~battery script now uses just grep time | Aryadev Chavali | |
This is incase it is charging. | |||
2022-09-17 | (Scripts)~speed script now uses Table-of-Integrals.pdf | Aryadev Chavali | |
Pretty big file, bit quicker than using Algorithms. | |||
2022-09-14 | (Scripts/status)+temperature script for status | Aryadev Chavali | |
2022-09-14 | (SXHkD|Scripts)~changed some details | Aryadev Chavali | |
~ made emacsclient calls with no alternate editors in eselect (confidence in server) ~ made notmuch option on eselect actually work properly ~ adjusted icons in status scripts | |||
2022-01-12 | (Scripts|General)~programs->root of repo | Aryadev Chavali | |
Just makes more sense. | |||
2021-10-20 | (Scripts)~lock_image is randomly chosen, ~default colour is black | Aryadev Chavali | |
2021-10-20 | (Scripts)~renamed some scripts,-web-pdf script | Aryadev Chavali | |
web-pdf was kinda useless. | |||
2021-10-20 | (Scripts)+script to make using mpv a bit less painful | Aryadev Chavali | |
Currently queries via YouTube-dl (ytdl) for quality options then asks user for preferred quality, setting that in mpv. | |||
2021-09-15 | (Scripts)~some changes (check message) | Aryadev Chavali | |
speed~address to download git.aryadevchavali.com->aryadevchavali.com/resources status/datetime~date format to a decomposed format status/music_update_bar~pid to kill on dwmblocks | |||
2021-07-25 | (Shell|Scripts|Emacs)~minor edits | Aryadev Chavali | |
+psearch function to search pacman with less (I use this all the time, just makes it easier to do in one go) ~speed script to use a slightly larger file so user can get a better estimate of dl speed ~ada-mode slightly better comments | |||
2021-07-25 | (Scripts)+eselect option for notmuch mail | Aryadev Chavali | |
2021-07-25 | (SystemD)~emacs service to not use a name for the daemon | Aryadev Chavali | |
In hindsight, what other daemon am I going to be using for Emacs? It's not like I'll be starting two different servers! Even if I was, Emacs has the ability to assign a new unique name for the server depending on if another server is already running. Also, having a name for the main server makes it harder for other services (such as notmuch-mua.service) to find your Emacs instance. | |||
2021-07-25 | (Scripts)+simple script to test my dl speed on any computer | Aryadev Chavali | |
Just downloads a PDF from my site (hence verifiably secure (for me at least ¯\_(ツ)_/¯)) | |||
2021-07-25 | (Emacs)+snippets from doom-snippet and removed default package | Aryadev Chavali | |
I've re-enabled yasnippet for ease of use, and added a ton of snippets directly into my Dotfiles so only I get to curate what snippets are removed. Screw downloading them off someone else's repository at their total mercy. | |||
2021-07-11 | (xboxdrv)~split config into general, typing and media | Aryadev Chavali | |
Each config file is loaded in gamepad-daemon, general then typing then media. Each profile is pretty self explanatory, and allows for splitting of responsibilities. Config switches occur through the guide button. | |||
2021-07-11 | (xboxdrv)+configurations to make the xbox controller a working mouse | Aryadev Chavali | |
Xbox controllers are cool, and the ton of buttons allow for a lot of customisation and ease of use. Hence I created an xboxdrv configuration which has the standard mouse capabilities as well as the ability to access an on screen keyboard and some basic media manipulation capabilities. This is mostly for when I want to sit back and just CONSOOM content rather than do actual work (hence trying to remove the keyboard). | |||
2021-07-11 | (General)~some minor changes for supporting the desktop | Aryadev Chavali | |
These changes are mostly surface level. | |||
2021-07-10 | (Scripts/status)~few minor edits for functionality and cleanliness | Aryadev Chavali | |
Status scripts needed some updating for dwmblocks, so did it. |