summaryrefslogtreecommitdiffstats
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
* F12 is the new wal refresh bind, only in setbgLuke Smith2020-04-261-1/+1
|
* dmenumount fix + improvements (#602)mokulus2020-04-252-12/+18
| | | | | | | | | | | | | * Remove misleading character escape. Everything is in single quotes, so shell will escape it correctly without backslashes. Fixes #440. * Remove lsblk type restriction. * Make it possible to cancel with ESC in dmenu. Up to now if you pressed ESC to cancel the program would just continue with incorrect data.
* statusbar fixesLuke Smith2020-04-252-3/+2
|
* Clock with auto change emoji (#589)Hekuran2020-04-251-1/+23
| | | | | | | | * Clock with auto change emoji i made it so it will give you an emoji for the main 12 hours. there are also halfs (one-thirty 🕜,six thirty 🕡...) though ill let someone who knows how to do it in an efficient way, since i dont. also added an option for europeans, and made it cleaner. * use printf instead of echo
* Fix minor statusbar issues (#597)mokulus2020-04-245-5/+5
| | | | | | | | | | | | | | | | | * Fix: Remove trailing space from battery * Unify spacing in disk * Fix news Don't display news module when there are no news. * Use grep -F in pacpackages * Fix torrent Remove trailing whitespace *after* replacing newlines. * Quote sed command
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-04-232-2/+3
|\
| * Replaced pgrep with pidof (#592)Charlie392020-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | * dwm compliant revised PR * replaced pgrep with pidof because it is faster! * Update music
| * remove unneeded require (#587)simohamed2020-04-211-1/+1
| | | | | | `library::` is all you need to load a library before using one of its functions.
* | torrent statusbar opens tremcLuke Smith2020-04-231-1/+1
|/
* feedback and autoconfig if single screenLuke Smith2020-04-201-6/+17
|
* Added OpenSCAD run conditions (#582)Luke Bubar2020-04-201-0/+1
| | | Default output to STL seems appropriate. STL files can be viewed with a minimalist program like fstl (in the AUR)
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-04-181-0/+1
|\
| * Added GNU Octave run conditions (#575)Luke Bubar2020-04-151-0/+1
| |
* | ifinstalled now checks for packages, iplocate fix,Luke Smith2020-04-183-7/+11
| | | | | | | | sleep removed from torwrap
* | dmenupass uses -P option on my dmenu buildLuke Smith2020-04-181-1/+1
|/
* help renamed to avoid conflictsLuke Smith2020-04-151-0/+0
|
* sysact addedLuke Smith2020-04-141-0/+15
|
* language-independent volume scriptLuke Smith2020-04-141-1/+1
|
* manual refresh xrdb on dwm after walLuke Smith2020-04-141-0/+1
|
* use pamixer, which is much fasterLuke Smith2020-04-141-3/+3
|
* internet script fixLuke Smith2020-04-141-2/+2
|
* actually, just use pidofLuke Smith2020-04-133-7/+6
|
* statusbar tweaks/updates for dwmblocksLuke Smith2020-04-135-11/+22
|
* bat script changes for better statusbarLuke Smith2020-04-121-2/+2
|
* pgrep is a little slow, slower than ps | grepLuke Smith2020-04-116-7/+7
|
* STATUSBAR uncommented only for i3, cleanup, probably broke everything LOLLuke Smith2020-04-108-16/+17
|
* pulse in i3Luke Smith2020-04-101-5/+3
|
* volume script uses pulse by defaultLuke Smith2020-04-091-7/+17
|
* pgrep junk removed and minor script changesLuke Smith2020-04-0815-30/+34
|
* mpv config: use mpvSockets script to remove mpv wrappers/aliases (#544)Wis2020-04-083-4/+4
| | | | | | | | | | | * add scripts to mpv's cfg \w mpvSockets as 1st dependency and\or script * remove all usage of --input-ipc-server in all cmds * remove mpv alias that adds --input-ipc-server * fix pauseallmpv: correct paths to unix socket files * fix dependency-scripts loading so it works also when opening files off main disk
* Merge branch 'zshnameddir' of https://github.com/karioki/voidrice into ↵Luke Smith2020-04-081-1/+3
|\ | | | | | | karioki-zshnameddir
| * New featuer: ZSH named dirsArjun Karangiya2020-04-061-1/+3
| |
* | oops for configLuke Smith2020-04-086-10/+10
| |
* | oops, sed errorLuke Smith2020-04-088-13/+13
| |
* | assume default values if xdg dirs not setLuke Smith2020-04-0814-23/+23
| |
* | Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into ↵Luke Smith2020-04-0814-23/+23
|\ \ | | | | | | | | | dennisleexyz-xdgify
| * | statusbar weather HOME/.local/share:=XDG_DATA_HOMEDennis Lee2020-04-071-5/+5
| | |
| * | Merge remote-tracking branch 'origin/master' into xdgifyDennis Lee2020-04-071-9/+22
| |\ \
| * | | use "~/.config" in .local/share/larbs/getkeys/sxivDennis Lee2020-04-061-1/+1
| | | |
| * | | revert readme.mom to use hardcoded xdg pathsDennis Lee2020-04-051-5/+5
| | | |
| * | | substitute ~/.config with $XDG_CONFIG_HOMEDennis Lee2020-04-046-10/+10
| | | |
| * | | substitute ~/.local/share with $XDG_DATA_HOMEDennis Lee2020-04-045-6/+6
| | | |
| * | | substitute $HOME/.local/share with $XDG_DATA_HOMEDennis Lee2020-04-043-7/+7
| | | |
| * | | substitute $HOME/.config with $XDG_CONFIG_HOMEDennis Lee2020-04-042-6/+6
| | | |
* | | | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-04-082-1/+2
|\ \ \ \
| * | | | Move bg link to ~/.local/share/ (#545)Hekuran2020-04-082-1/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move bg link to ~/.local/share/ often the ~/.cache directory is deleted because it gets too big, in my case if i compile stuff with yay, firefoxs chace also gets quite big, and mesa shaders are also stored there. * added a symlink to .config/wall.png * removed the .cache dir
* / | | volume module updates automaticallyLuke Smith2020-04-081-2/+0
|/ / /
* | / weather for pos, neg and signless pos tempsLuke Smith2020-04-061-1/+1
| |/ |/|
* | weather updatesLuke Smith2020-04-051-6/+19
| |
* | negatives fixLuke Smith2020-04-051-1/+1
|/