summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* $XDG_CACHE_HOME env variable (#595)Charlie392020-04-262-1/+3
| | | | | | | | | | | | | * $XDG_CACHE_HOME env variable XDG compliance * shortcut to cache directory * Update directories * Update directories * Update directories
* F12 is the new wal refresh bind, only in setbgLuke Smith2020-04-262-4/+2
|
* 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
* Plugin to highlight hex color codes (#591)Charlie392020-04-251-0/+1
| | | Visually intuitive for editing hex color codes in Xresources /XDefaults and anywhere else
* alias for zathura (#594)Charlie392020-04-251-1/+2
|
* 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-233-3/+4
|\
| * Replaced pgrep with pidof (#592)Charlie392020-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | * dwm compliant revised PR * replaced pgrep with pidof because it is faster! * Update music
| * i3 to use slock (#590)Hekuran2020-04-221-1/+1
| | | | | | | | it could only work with '&&' and only in this order. i see that it would be logical to "slock" even if a preceding command will fail, though like i said it would only run in this order. i've tried using a script (even in this order) with " ; " it would not run. the audios would mute and the screen would turn off, but it would not lock.
| * 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
|
* note on removing ~/.profileLuke Smith2020-04-201-1/+6
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-04-201-0/+1
|\
| * 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)
* | i3 STATUSBAR fix and xinitrc moved/linkedLuke Smith2020-04-202-20/+22
|/
* zprofile is now the file, profile is the linkLuke Smith2020-04-192-119/+119
|
* hide ansible folder and config (#579)ElliotsLab2020-04-191-0/+1
|
* hide go folder (#578)mighty92452020-04-181-0/+1
|
* 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-152-1/+1
|
* 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
|
* wine and kodi backupsLuke Smith2020-04-131-2/+2
|
* actually, just use pidofLuke Smith2020-04-133-7/+6
|
* Merge branch 'dennisleexyz-ui'Luke Smith2020-04-139-28/+35
|\
| * cleanLuke Smith2020-04-132-4/+2
| |
| * Merge branch 'ui' of https://github.com/dennisleexyz/dotfiles into ↵Luke Smith2020-04-132-0/+4
| |\ | | | | | | | | | dennisleexyz-ui
| | * move qt use gtk theme from xprofile to profileDennis Lee2020-04-121-0/+1
| | |
| | * xprofile: tell Qt to use the GTK2 themeDennis Lee2020-04-111-0/+3
| |/ |/|
| * autocmd to delete newlines at end of file on save. (#563)vired2020-04-131-1/+2
| |
| * statusbar tweaks/updates for dwmblocksLuke Smith2020-04-135-11/+22
| |
| * bat script changes for better statusbarLuke Smith2020-04-121-2/+2
| |
| * Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-04-121-12/+12
| |\ | |/ |/|
* | i3/config volume update for statusbar (#557)Hekuran2020-04-111-12/+12
| | | | | | after lmc removal, forgot to add `pkill -RTMIN+10 i3blocks`
| * mpd cleanupLuke Smith2020-04-121-14/+7
|/
* legacy alsa config movedLuke Smith2020-04-112-1/+1
|
* pgrep is a little slow, slower than ps | grepLuke Smith2020-04-116-7/+7
|
* note on xprofile cleanupLuke Smith2020-04-111-0/+4
|
* ncmpcpp reversion and junk removalLuke Smith2020-04-111-508/+8
|
* STATUSBAR uncommented only for i3, cleanup, probably broke everything LOLLuke Smith2020-04-1013-126/+118
|
* actually, that could cause big problems as defaultLuke Smith2020-04-101-1/+1
|