1164 Commits

Author SHA1 Message Date
MateuszOkulus
07ceeebbce 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.
2020-04-25 16:33:52 +02:00
MateuszOkulus
51599d0d1a Remove lsblk type restriction. 2020-04-25 16:06:15 +02:00
MateuszOkulus
6de12bf040 Remove misleading character escape.
Everything is in single quotes, so shell will escape it correctly
without backslashes. Fixes #440.
2020-04-25 16:01:33 +02:00
mokulus
5d59b3927d
Fix minor statusbar issues (#597)
* 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
2020-04-24 08:44:48 -04:00
Luke Smith
349668f423
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-04-23 19:43:14 -04:00
Luke Smith
745f12bd16
torrent statusbar opens tremc 2020-04-23 19:42:37 -04:00
Charlie39
18113aad1a
Replaced pgrep with pidof (#592)
* dwm compliant

revised PR

* replaced pgrep with pidof

because it is faster!

* Update music
2020-04-22 16:15:53 -04:00
Hekuran
933e4149d3
i3 to use slock (#590)
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.
2020-04-22 12:34:43 -04:00
simohamed
2c02c85aae
remove unneeded require (#587)
`library::` is all you need to load a library before using one of its functions.
2020-04-21 17:53:57 -04:00
Luke Smith
1669b3c2b9
feedback and autoconfig if single screen 2020-04-20 16:48:32 -04:00
Luke Smith
f180dade4a
note on removing ~/.profile 2020-04-20 16:45:44 -04:00
Luke Smith
a67bde70f0
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-04-20 16:41:47 -04:00
Luke Smith
eb76d8ed5d
i3 STATUSBAR fix and xinitrc moved/linked 2020-04-20 16:41:33 -04:00
Luke Bubar
0420f7c119
Added OpenSCAD run conditions (#582)
Default output to STL seems appropriate. STL files can be viewed with a minimalist program like fstl (in the AUR)
2020-04-20 13:37:50 -04:00
Luke Smith
6bcdd2bfca
zprofile is now the file, profile is the link 2020-04-19 19:03:34 -04:00
ElliotsLab
6f22b799c8
hide ansible folder and config (#579) 2020-04-19 08:34:57 -04:00
mighty9245
2cff4c1fa8
hide go folder (#578) 2020-04-18 14:19:36 -04:00
Luke Smith
a1e73417dc
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-04-18 10:34:51 -04:00
Luke Smith
37788be5d9
ifinstalled now checks for packages, iplocate fix,
sleep removed from torwrap
2020-04-18 10:33:58 -04:00
Luke Smith
82f016a5c3
dmenupass uses -P option on my dmenu build 2020-04-18 10:22:52 -04:00
Luke Bubar
bdbf0d8382
Added GNU Octave run conditions (#575) 2020-04-15 19:58:20 -04:00
Luke Smith
0242d8428d
help renamed to avoid conflicts 2020-04-15 14:42:36 -04:00
Luke Smith
dff66cd1ef
sysact added 2020-04-14 22:10:38 -04:00
Luke Smith
54f691a078
language-independent volume script 2020-04-14 21:45:09 -04:00
Luke Smith
314ff058de
manual refresh xrdb on dwm after wal 2020-04-14 20:38:25 -04:00
Luke Smith
05f9c3b707
use pamixer, which is much faster 2020-04-14 20:37:22 -04:00
Luke Smith
e88b3a72b8
internet script fix 2020-04-14 11:10:26 -04:00
Luke Smith
b53b599bc5
wine and kodi backups 2020-04-13 17:29:25 -04:00
Luke Smith
d8f0865799
actually, just use pidof 2020-04-13 11:49:40 -04:00
Luke Smith
3e88424b5d
Merge branch 'dennisleexyz-ui' 2020-04-13 07:27:25 -04:00
Luke Smith
24d9df2709
clean 2020-04-13 07:20:05 -04:00
Luke Smith
a3bccbf3f2
Merge branch 'ui' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-ui 2020-04-13 07:16:14 -04:00
vired
203930c326
autocmd to delete newlines at end of file on save. (#563) 2020-04-13 07:09:32 -04:00
Luke Smith
64b8f08563
statusbar tweaks/updates for dwmblocks 2020-04-13 01:38:59 -04:00
Luke Smith
6491129dbb
bat script changes for better statusbar 2020-04-12 23:49:42 -04:00
Dennis Lee
b77dc80c37 move qt use gtk theme from xprofile to profile 2020-04-12 08:28:35 -07:00
Luke Smith
b0d56c3adf
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-04-12 09:17:58 -04:00
Luke Smith
37637b2030
mpd cleanup 2020-04-12 09:17:20 -04:00
Dennis Lee
e008bbee2a xprofile: tell Qt to use the GTK2 theme 2020-04-11 18:55:57 -07:00
Hekuran
f581adb328
i3/config volume update for statusbar (#557)
after lmc removal, forgot to add `pkill -RTMIN+10 i3blocks`
2020-04-11 10:43:26 -04:00
Luke Smith
e461257dde
legacy alsa config moved 2020-04-11 10:03:46 -04:00
Luke Smith
080365dd22
pgrep is a little slow, slower than ps | grep 2020-04-11 10:03:33 -04:00
Luke Smith
7b9277ae0b
note on xprofile cleanup 2020-04-11 10:00:47 -04:00
Luke Smith
67a472f89a
ncmpcpp reversion and junk removal 2020-04-11 07:58:58 -04:00
Luke Smith
6f36fe3169
STATUSBAR uncommented only for i3, cleanup, probably broke everything LOL 2020-04-10 22:53:45 -04:00
Luke Smith
7ada655007
actually, that could cause big problems as default 2020-04-10 22:24:55 -04:00
Luke Smith
81f357df53
other xdg variables 2020-04-10 22:24:06 -04:00
Jackson Law
48375b04e0
chore: Use $XDG_CONFIG_HOME in lfrc (#554) 2020-04-10 16:39:32 -04:00
Jackson Law
aca8e7302b
fix: Properly evaluate $XDG_CONFIG_HOME in rc.conf (#555) 2020-04-10 16:39:20 -04:00
Luke Smith
fa0deff9a5
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-04-10 08:02:58 -04:00