Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linkhandler: add support for .onion links, ignore / at the end | sinanmohd | 2023-05-17 | 1 | -1/+4 |
| | |||||
* | cwall: add the ablity to pick random wallpaper from a directory | sinanmohd | 2023-05-11 | 1 | -1/+43 |
| | | | | pass directory as the first argument to cwall | ||||
* | cwall: initial commit | sinanmohd | 2023-05-10 | 1 | -0/+67 |
| | | | | a helper script for swaybg | ||||
* | livevm: split longer lines and update err message to show new options | sinanmohd | 2023-05-06 | 1 | -2/+4 |
| | |||||
* | livevm: dont show menubar by default | sinanmohd | 2023-05-06 | 1 | -2/+2 |
| | |||||
* | livevm: add support for usb passthrough | sinanmohd | 2023-05-06 | 1 | -1/+5 |
| | |||||
* | livevm: add support for qcow2 and raw images | sinanmohd | 2023-05-06 | 1 | -1/+9 |
| | |||||
* | wobload: use proper exit code | sinanmohd | 2023-05-03 | 1 | -1/+1 |
| | |||||
* | wobload: initial commit | sinanmohd | 2023-05-03 | 1 | -0/+69 |
| | | | | a helper script for wob the wayland overlay bar | ||||
* | c: add vim modeline | sinanmohd | 2023-05-01 | 1 | -0/+2 |
| | |||||
* | font: add missing unicode hex for font awesome | sinanmohd | 2023-04-04 | 1 | -1605/+1605 |
| | |||||
* | font: import nerd font data for sds/dunicode | sinanmohd | 2023-04-04 | 1 | -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 programming | sinanmohd | 2023-03-26 | 1 | -0/+11 |
| | |||||
* | livevm: shorter livem <cdrom> cmd | sinanmohd | 2023-03-23 | 1 | -0/+6 |
| | |||||
* | fix : livevm: wrong path to create qcow2 img, get rid of die, dont cat to grep | sinanmohd | 2023-03-23 | 1 | -4/+4 |
| | |||||
* | font: import emojis from voidrice | sinanmohd | 2023-03-20 | 1 | -0/+1630 |
| | |||||
* | font: switch to font awesome for fonts | sinanmohd | 2023-03-20 | 3 | -2/+1607 |
| | |||||
* | livevm: initial commit: a wrapper for qemu | sinanmohd | 2023-03-18 | 1 | -0/+61 |
| | |||||
* | audio_cyclesink: don't do anything if only one sink is available | sinanmohd | 2023-03-17 | 1 | -8/+13 |
| | |||||
* | audio_cyclesink, audio_mutemic: initial commit | sinanmohd | 2023-03-17 | 2 | -0/+92 |
| | | | | mute mic and cycle between wireplumber(pipewire) audio sinks | ||||
* | repo: add sds module | sinanmohd | 2023-03-16 | 1 | -0/+0 |
| | |||||
* | bin: linkhandler: import from old dot files | sinanmohd | 2023-03-11 | 1 | -0/+37 |