]> git.armaanb.net Git - bin.git/log
bin.git
3 years agoRemove unnecessary bash shebangs
Armaan Bhojwani [Tue, 2 Mar 2021 18:12:40 +0000 (13:12 -0500)]
Remove unnecessary bash shebangs

3 years agofortune: add max/min length options
Armaan Bhojwani [Tue, 2 Mar 2021 17:41:50 +0000 (12:41 -0500)]
fortune: add max/min length options

Also change the way the cookies are found

3 years agofortune: Fix indentation
Armaan Bhojwani [Mon, 1 Mar 2021 15:48:59 +0000 (10:48 -0500)]
fortune: Fix indentation

3 years agofortune: Improve argument parsing
Armaan Bhojwani [Mon, 1 Mar 2021 14:44:08 +0000 (09:44 -0500)]
fortune: Improve argument parsing

3 years agofortune: fix bug
Armaan Bhojwani [Mon, 1 Mar 2021 14:19:20 +0000 (09:19 -0500)]
fortune: fix bug

Fix small error where sometimes it return blank, and never return the
last item.

3 years agofortune: add -c and -l options
Armaan Bhojwani [Mon, 1 Mar 2021 05:45:15 +0000 (00:45 -0500)]
fortune: add -c and -l options

3 years agofortune: Add argument parsing
Armaan Bhojwani [Mon, 1 Mar 2021 04:40:17 +0000 (23:40 -0500)]
fortune: Add argument parsing

3 years agofortune: Wrap in shell script and remove grep call
Armaan Bhojwani [Mon, 1 Mar 2021 04:00:41 +0000 (23:00 -0500)]
fortune: Wrap in shell script and remove grep call

Thanks to e36freak on #awk

3 years agofortune: add script
Armaan Bhojwani [Mon, 1 Mar 2021 02:20:51 +0000 (21:20 -0500)]
fortune: add script

Simple fortune implementation in awk. Still needs argument parsing.

3 years agofix-flatpak-theme: fix typo
Armaan Bhojwani [Mon, 1 Mar 2021 02:20:28 +0000 (21:20 -0500)]
fix-flatpak-theme: fix typo

3 years agoCombine *-set, status into setter
Armaan Bhojwani [Mon, 8 Feb 2021 15:42:01 +0000 (10:42 -0500)]
Combine *-set, status into setter

3 years agoUpdate README
Armaan Bhojwani [Mon, 8 Feb 2021 15:35:23 +0000 (10:35 -0500)]
Update README

3 years agoStatus: switch to dunstify and replace old
Armaan Bhojwani [Mon, 8 Feb 2021 15:34:00 +0000 (10:34 -0500)]
Status: switch to dunstify and replace old

3 years agoAutostart: Switch to a picture wallpaper and picom
Armaan Bhojwani [Mon, 8 Feb 2021 15:31:56 +0000 (10:31 -0500)]
Autostart: Switch to a picture wallpaper and picom

3 years ago*-set: Switch to using dunstify and progress bars
Armaan Bhojwani [Mon, 8 Feb 2021 15:31:13 +0000 (10:31 -0500)]
*-set: Switch to using dunstify and progress bars

3 years agoWeb-update-server: don't clean before rebase pull
Armaan Bhojwani [Wed, 3 Feb 2021 20:20:38 +0000 (15:20 -0500)]
Web-update-server: don't clean before rebase pull

3 years agoAudio-set: switch to cut for parsing volume
Armaan Bhojwani [Wed, 3 Feb 2021 15:19:48 +0000 (10:19 -0500)]
Audio-set: switch to cut for parsing volume

3 years agoStatus: switch to using `cut` to parse volume
Armaan Bhojwani [Wed, 3 Feb 2021 14:19:11 +0000 (09:19 -0500)]
Status: switch to using `cut` to parse volume

3 years agoAudio-set: Cut front from notification
Armaan Bhojwani [Fri, 29 Jan 2021 03:26:28 +0000 (22:26 -0500)]
Audio-set: Cut front from notification

3 years agoBrightness-set: Add script. Sets backlight level
Armaan Bhojwani [Fri, 29 Jan 2021 03:09:23 +0000 (22:09 -0500)]
Brightness-set: Add script. Sets backlight level

Sets backlight brightness and sends notification. Depends:
brightnessctl

3 years agoAudio-set: Add script. Volume change script for WM
Armaan Bhojwani [Fri, 29 Jan 2021 02:54:30 +0000 (21:54 -0500)]
Audio-set: Add script. Volume change script for WM

Instead of calling pactl or amixer directly, you can use this script.
The advantage is that this script checks whether the sound is muted,
and unmutes it for you when you change the volume, more closely
mimicking the behavior of most desktop environments. It also sends a
notification with the current audio status. This implementation relies
on amixer and pulseaudio, although could easily work with an alsa-only
setup if that's your thing, just by replacing the pactl commands with
amixer (or any other alsa mixer) commands.

3 years agoStatus: switch from upower to acpi
Armaan Bhojwani [Fri, 29 Jan 2021 02:33:02 +0000 (21:33 -0500)]
Status: switch from upower to acpi

Instead of parsing the output of `upower --dump` to get battery info,
which left odd whitespace, just tail the battery number off of `acpi`

3 years agoFf-xdg-default: Add script. Makes firefox default
Armaan Bhojwani [Mon, 25 Jan 2021 20:21:37 +0000 (15:21 -0500)]
Ff-xdg-default: Add script. Makes firefox default

3 years agoAutostart: Make location more specific
Armaan Bhojwani [Mon, 25 Jan 2021 20:21:12 +0000 (15:21 -0500)]
Autostart: Make location more specific

3 years agoAutostart: Add batsignal, remove extra ampersands
Armaan Bhojwani [Mon, 25 Jan 2021 04:18:47 +0000 (23:18 -0500)]
Autostart: Add batsignal, remove extra ampersands

3 years agoAutostart: Starts important things for a WM
Armaan Bhojwani [Sun, 24 Jan 2021 17:15:47 +0000 (12:15 -0500)]
Autostart: Starts important things for a WM

3 years agoStatus: ISO 8601, code cleanup, add volume display
Armaan Bhojwani [Sun, 24 Jan 2021 17:15:09 +0000 (12:15 -0500)]
Status: ISO 8601, code cleanup, add volume display

3 years agoCaddy-reload: create
Armaan Bhojwani [Tue, 19 Jan 2021 14:26:23 +0000 (09:26 -0500)]
Caddy-reload: create

3 years agoWeb-update-server: Switch to makefiles
Armaan Bhojwani [Tue, 19 Jan 2021 14:11:20 +0000 (09:11 -0500)]
Web-update-server: Switch to makefiles

3 years agoWeb-update-server: fix git pull command, set -e
Armaan Bhojwani [Mon, 18 Jan 2021 19:43:37 +0000 (14:43 -0500)]
Web-update-server: fix git pull command, set -e

3 years agoWeb-update-server: Change Gemini command
Armaan Bhojwani [Sun, 17 Jan 2021 00:29:16 +0000 (19:29 -0500)]
Web-update-server: Change Gemini command

3 years agoPatch-zoom: braces around variable
Armaan Bhojwani [Sat, 16 Jan 2021 00:24:11 +0000 (19:24 -0500)]
Patch-zoom: braces around variable

3 years agoFix-flatpak-theme: Remove echo, cleanup variables
Armaan Bhojwani [Sat, 16 Jan 2021 00:21:04 +0000 (19:21 -0500)]
Fix-flatpak-theme: Remove echo, cleanup variables

3 years agoWeb-update-server: Switch to rebase pull
Armaan Bhojwani [Sat, 16 Jan 2021 00:18:54 +0000 (19:18 -0500)]
Web-update-server: Switch to rebase pull

3 years agoUpdate README
Armaan Bhojwani [Sun, 10 Jan 2021 16:35:47 +0000 (11:35 -0500)]
Update README

3 years agoAdd more flexibility to usage of lolcat-gen
Armaan Bhojwani [Sun, 10 Jan 2021 16:35:29 +0000 (11:35 -0500)]
Add more flexibility to usage of lolcat-gen

3 years agoFix args.mkdir logic
Armaan Bhojwani [Tue, 5 Jan 2021 02:48:49 +0000 (21:48 -0500)]
Fix args.mkdir logic

3 years agoMassively improve `upl`
Armaan Bhojwani [Tue, 5 Jan 2021 02:01:09 +0000 (21:01 -0500)]
Massively improve `upl`

  * Add argparsing
  * Private bin support
  * Functionalization

3 years agoRewrite upl in python
Armaan Bhojwani [Tue, 29 Dec 2020 19:07:00 +0000 (14:07 -0500)]
Rewrite upl in python

3 years agoMake s3mount work right
Armaan Bhojwani [Tue, 29 Dec 2020 19:06:49 +0000 (14:06 -0500)]
Make s3mount work right

3 years agoAdd armaan-public s3 bucket
Armaan Bhojwani [Mon, 28 Dec 2020 02:03:20 +0000 (21:03 -0500)]
Add armaan-public s3 bucket

3 years agoChange hour/minute abbreviation
Armaan Bhojwani [Mon, 28 Dec 2020 02:02:43 +0000 (21:02 -0500)]
Change hour/minute abbreviation

3 years agoadd s3mount
Armaan Bhojwani [Wed, 23 Dec 2020 00:40:17 +0000 (19:40 -0500)]
add s3mount

3 years agoadd web-update-server to repo
Armaan Bhojwani [Fri, 18 Dec 2020 16:37:06 +0000 (11:37 -0500)]
add web-update-server to repo

3 years agoadd time to full
Armaan Bhojwani [Fri, 18 Dec 2020 16:36:58 +0000 (11:36 -0500)]
add time to full

3 years agoMove LICENSE file, ufetch modifications
Armaan Bhojwani [Sat, 12 Dec 2020 19:15:15 +0000 (14:15 -0500)]
Move LICENSE file, ufetch modifications

Move the license file from UNLICENSE to LICENSE, remove ufetch-debian,
make ufetch uptime output shorter by using "min" instead of "minutes",
"hrs" instead of "hours"

3 years agochange license
Armaan Bhojwani [Wed, 9 Dec 2020 14:36:29 +0000 (09:36 -0500)]
change license

3 years agoadd feedback
Armaan Bhojwani [Wed, 9 Dec 2020 14:34:14 +0000 (09:34 -0500)]
add feedback

3 years agoadd taskwarrior to ufetch
Armaan Bhojwani [Mon, 7 Dec 2020 17:05:51 +0000 (12:05 -0500)]
add taskwarrior to ufetch

3 years agoadd 0x0
Armaan Bhojwani [Sat, 28 Nov 2020 22:38:43 +0000 (17:38 -0500)]
add 0x0

Add simple 0x0 script to make interacting with 0x0.st super easy

3 years agoadd comments to the start of each file
Armaan Bhojwani [Fri, 27 Nov 2020 22:23:12 +0000 (17:23 -0500)]
add comments to the start of each file

3 years agolots of minor changes
Armaan Bhojwani [Thu, 26 Nov 2020 21:48:49 +0000 (16:48 -0500)]
lots of minor changes

3 years agoufetch show date, lolcat-gen custom number of runs
Armaan Bhojwani [Thu, 26 Nov 2020 04:38:58 +0000 (23:38 -0500)]
ufetch show date, lolcat-gen custom number of runs

3 years agomake ufetch more versatile
Armaan Bhojwani [Thu, 26 Nov 2020 01:21:40 +0000 (20:21 -0500)]
make ufetch more versatile

  * Replace 'hostname' command
  * Un-hardcode OS name

3 years agoadd all the manually installed programs
Armaan Bhojwani [Tue, 24 Nov 2020 21:07:25 +0000 (16:07 -0500)]
add all the manually installed programs

3 years agoupdate system-setup
Armaan Bhojwani [Tue, 24 Nov 2020 02:17:09 +0000 (21:17 -0500)]
update system-setup

  * updated packages to suit what I use now
  * changed formatting
  * added cargo packages

3 years agofix ufetch cutoff, remove extra color codes
Armaan Bhojwani [Wed, 18 Nov 2020 17:30:51 +0000 (12:30 -0500)]
fix ufetch cutoff, remove extra color codes

3 years agofix uptime
Armaan Bhojwani [Sat, 14 Nov 2020 16:55:38 +0000 (11:55 -0500)]
fix uptime

3 years agoremove dpkg in ufetch, add lolcat-gen
Armaan Bhojwani [Fri, 13 Nov 2020 23:02:50 +0000 (18:02 -0500)]
remove dpkg in ufetch, add lolcat-gen

3 years agofix status script
Armaan Bhojwani [Wed, 11 Nov 2020 21:39:32 +0000 (16:39 -0500)]
fix status script

3 years agocleanup, add 2 more scripts
Armaan Bhojwani [Wed, 11 Nov 2020 18:22:30 +0000 (13:22 -0500)]
cleanup, add 2 more scripts

Ran shellcheck through everything and cleaned up lots of code.
Also added two new scripts, fix-flatpak-them, which copies your
theme settings into all of your flatpaks, and a customized version
of ufetch

3 years agoadd git-check
Armaan Bhojwani [Tue, 10 Nov 2020 18:37:04 +0000 (13:37 -0500)]
add git-check

3 years agoadd tweet-grab
Armaan Bhojwani [Tue, 10 Nov 2020 03:06:32 +0000 (22:06 -0500)]
add tweet-grab

3 years agoadded keyboard-swap
Armaan Bhojwani [Mon, 9 Nov 2020 18:28:25 +0000 (13:28 -0500)]
added keyboard-swap

3 years agoadded patch-zoom
Armaan Bhojwani [Mon, 9 Nov 2020 18:20:32 +0000 (13:20 -0500)]
added patch-zoom

3 years agoadded system-setup, license
Armaan Bhojwani [Thu, 5 Nov 2020 22:39:50 +0000 (17:39 -0500)]
added system-setup, license

3 years agomade smarter
Armaan Bhojwani [Fri, 30 Oct 2020 15:59:49 +0000 (11:59 -0400)]
made smarter

3 years agoreadability improvements
Armaan Bhojwani [Wed, 28 Oct 2020 13:56:20 +0000 (09:56 -0400)]
readability improvements

3 years agoupdated README
Armaan Bhojwani [Mon, 26 Oct 2020 13:07:52 +0000 (09:07 -0400)]
updated README

3 years agoremoved license
Armaan Bhojwani [Mon, 26 Oct 2020 13:06:05 +0000 (09:06 -0400)]
removed license

3 years agoremoved unused
Armaan Bhojwani [Sat, 24 Oct 2020 19:14:28 +0000 (15:14 -0400)]
removed unused

3 years agoUpdate
Armaan Bhojwani [Tue, 13 Oct 2020 17:27:07 +0000 (13:27 -0400)]
Update

3 years agomade more extensible
Armaan Bhojwani [Fri, 2 Oct 2020 00:33:35 +0000 (20:33 -0400)]
made more extensible

3 years agorestructured
Armaan Bhojwani [Wed, 30 Sep 2020 01:21:10 +0000 (21:21 -0400)]
restructured

3 years agofirst major commit
Armaan Bhojwani [Sat, 26 Sep 2020 16:09:05 +0000 (12:09 -0400)]
first major commit

3 years agofirst commit
Armaan Bhojwani [Sat, 26 Sep 2020 16:04:56 +0000 (12:04 -0400)]
first commit