summaryrefslogtreecommitdiff
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
* wobload: initial commitsinanmohd2023-05-031-0/+69
| | | | a helper script for wob the wayland overlay bar
* c: add vim modelinesinanmohd2023-05-011-0/+2
|
* font: add missing unicode hex for font awesomesinanmohd2023-04-041-1605/+1605
|
* font: import nerd font data for sds/dunicodesinanmohd2023-04-041-0/+9116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the following script was used to scrap the data off of nerd font website set -e nerd_sheet="https://www.nerdfonts.com/cheat-sheet" get_nerd() { curl --silent -H 'Accept-Encoding: gzip,deflate, br' --compressed "$nerd_sheet" } parse() { name= obs= while IFS="$(printf '\n')" read -r line do case "$line" in *obsolete*) obs=true ;; *"div class=\"nf "*) [ "$obs" = true ] && continue line="${line#*nf }" name="${line%% *}" ;; *"Copy Hex Code to Clipboard"*) if [ "$obs" = true ]; then obs=false continue fi line="${line%<*}" line="${line##*>}" printf "%b %s %s\n" "\U${line}" "$name" "$line" ;; *) continue ;; esac done unset name } get_nerd | parse
* c: initial commit: basic skelton for c programmingsinanmohd2023-03-261-0/+11
|
* livevm: shorter livem <cdrom> cmdsinanmohd2023-03-231-0/+6
|
* fix : livevm: wrong path to create qcow2 img, get rid of die, dont cat to grepsinanmohd2023-03-231-4/+4
|
* font: import emojis from voidricesinanmohd2023-03-201-0/+1630
|
* font: switch to font awesome for fontssinanmohd2023-03-203-2/+1607
|
* livevm: initial commit: a wrapper for qemusinanmohd2023-03-181-0/+61
|
* audio_cyclesink: don't do anything if only one sink is availablesinanmohd2023-03-171-8/+13
|
* audio_cyclesink, audio_mutemic: initial commitsinanmohd2023-03-172-0/+92
| | | | mute mic and cycle between wireplumber(pipewire) audio sinks
* repo: add sds modulesinanmohd2023-03-161-0/+0
|
* bin: linkhandler: import from old dot filessinanmohd2023-03-111-0/+37