Commit graph

563 commits

Author SHA1 Message Date
majamin
06bec85238
kill and start only current user's session (#829) 2020-10-22 14:27:50 -04:00
Luke Bubar
cb5d88c8f3
Add C++ support to compiler script. (#828) 2020-10-19 09:09:03 -04:00
karioki
3f4ea160b9
Expanding shell vars before passing to the files (#827) 2020-10-11 16:38:55 -04:00
Luke Smith
ce1be2e37e
weather -> forecast 2020-10-11 15:19:46 -04:00
Manuel
687e2e1ef6
Added support for flac tags via metaflac (#823) 2020-09-30 15:15:01 -04:00
Luke Smith
39320cf1ea
cleanup 2020-09-25 11:41:55 -04:00
Daniel Corrêa
189d9072cd
Fix typo (#817) 2020-09-18 10:29:23 -04:00
Patryk Niedźwiedziński
3936ffe5e2
Use mutt-wizard sync (#815) 2020-09-17 09:52:30 -04:00
Luke Smith
426979aa72
fix #814 2020-09-12 11:48:39 -04:00
Petar Tomić
b8d15d5278
mount exfat for rw (#812) 2020-09-08 09:23:10 -04:00
LordRusk
0582b49593
right clicking on nettraf now opens bmon (bandwidth monitor) (#681) 2020-08-27 16:07:01 -04:00
anntnzrb
ca9b3952e6
Exit codes, stderr suppression, minor edits (#788)
This is a re-attempt of #643 

- `[ "$archive" = "" ]` may be replaced with `[ -z "$archive" ]`
- added exit codes
- upon entering `ext -c` with no arguments stderr will be thrown
from readlink, should be suppressed
2020-08-27 15:57:16 -04:00
build2stone
5fd9637eb7
Improve rotdir script (#789)
Now doesn't interpret file name as regex pattern.
2020-08-27 15:55:17 -04:00
Kierán Meinhardt
435f0e5f52
add videos.lukesmith.xyz to linkhandler script (#792)
since mpv can handle peertube videos, it would be best to open video links in e. g. newsboat with mpv.
2020-08-27 15:54:36 -04:00
Luke Smith
ec7d7bfec4
webcam dox 2020-08-27 15:46:23 -04:00
Luke Smith
ae185dc3b1
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master 2020-08-04 10:13:28 -04:00
Luke Smith
20a03e9062
use default location for calcurse; close #787 2020-08-04 10:13:06 -04:00
M. Yas. Davoodeh
2a1b7fc3d1
Make kbselect independent from xkblayout-state (#775) 2020-07-28 11:52:33 -04:00
Petar Tomić
11b04f4788
Mount CIFS share with read/write permissions (#776) 2020-07-28 07:54:49 -04:00
Alexander Goussas
536ec1a09b
redirect stdout to /dev/null (#772)
* pacman -Qq outputs to stdout

* redirect stdout to /dev/null as well

Co-authored-by: Alexander Goussas <alexander@alexandergoussas.com>
2020-07-26 08:28:00 -04:00
Vlad Doster
d2dfd16fbe
Revert changes to dmenurecord (#774)
Seems that @drakenewell will need to provide more details about his issue.

Someone commented that it broke for them which somewhat makes sense because alsa is lower level and might as well use it.
2020-07-26 06:56:11 -04:00
Vlad Doster
0a5afc8767
Fix dmenurecord breakage (#773)
* Fixes breakage

Referencing issue

* Missed an alsa reference
2020-07-25 13:33:31 -04:00
Luke Smith
fc3eefc5ee
revertion to fix #763 2020-07-17 13:18:52 -04:00
Yunus Kahveci
50a442998b
Improved latency in camtoggle script (#766)
After I had 2 seconds of latency with this script on my machine, I decided to improve it using an article from the arch wiki (https://wiki.archlinux.org/index.php/Webcam_setup#mpv)
2020-07-16 15:32:02 -04:00
Petar Tomić
f52a90e564
add-sudo-to-mkdir (#761) 2020-07-13 18:55:25 -04:00
Hekuran
a4a59f9daa
Emoji Unicode 13.0 update (#753)
Add new stuff, not the bloat tho
2020-07-09 17:08:17 -04:00
Luke Smith
ed6f8b0fde
xbacklight 2020-07-08 08:58:12 -04:00
Luke Smith
7d25d7368a
Merge branch 'patch-1' of https://github.com/Sadoon-AlBader/voidrice into Sadoon-AlBader-patch-1 2020-07-08 08:55:56 -04:00
rickyjon
211cc0de65
Copy audio codec instead of encoding audio (#653)
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2020-07-08 08:51:28 -04:00
anntnzrb
ae9c12a861
Remove uneeded std suppression (#749)
There's no stdout/stderr on this condition.
2020-07-07 11:30:26 -04:00
anntnzrb
53cdc0eb95
Prevent user-defined aliases/commands checking (#748)
Adding `[ -x ]` also checks if the command is an executable; if this
check is skipped, then user-defined aliases will interfere and validate
the condition (unintended).
2020-07-05 16:17:49 -04:00
Austin Bumbalough
a19ae72c82
"$EDITOR $1" caused error in Alacritty terminal. Splitting the qutoes into "$EDITOR" "$1" fixed the issue. Not sure why. (#742)
Co-authored-by: Austin Bumbalough <austin@bumbalough.xyz>
2020-07-03 09:34:43 -04:00
Luke Smith
9e110a87c7
fix 2020-07-02 21:00:39 -04:00
Luke Smith
1ca7338596
ping example.org instead of cloudflare's 1.1.1.1 2020-07-02 15:35:15 -04:00
Luke Smith
00534b7cca
posix fixes 2020-07-02 15:32:36 -04:00
Luke Smith
f26304c59b
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-07-02 15:28:56 -04:00
Luke Smith
ac7d2ddffc
price module update fix 2020-07-02 15:28:31 -04:00
Ddone
93f3711e39
Add cpubars script for dwmblocks (#736)
This script shows CPU load
2020-07-02 11:01:45 -04:00
jamazi
f11008c619
improve speed format (#738)
* improve speed format

Convert network speed into human-readable format using numfmt, this will handle low and high values properly.

* Update nettraf

fix jitter
2020-07-02 10:59:54 -04:00
Marc
a78246219a
Add support for boomer file names with spaces (#716) 2020-06-29 10:03:55 -04:00
Petar Tomić
49b858c267
fix dmenumount (#735) 2020-06-29 10:02:18 -04:00
Dennis Lee
2578719227
statusbar/clock: calcurse: use default folder (#734) 2020-06-29 06:25:29 -04:00
Sadoon Al-Bader
b4b20751c3
Add backlight control as a scroll function
This adds backlight control of monitor through scrolling.
Requires "light" pacakage and that the user can run "sudo light" without a password, easily done through sudoers edit.
Enjoy less eye strain :)
2020-06-29 03:24:44 +03:00
David Pedersen
a0c659d719
Prevent error when having no battery (#731)
* Prevent error when having no battery

* Send error to /dev/null instead of separate check
2020-06-28 14:59:36 -04:00
Luke Smith
107a99f274
quicker, suppress output 2020-06-25 09:30:04 -04:00
Luke Smith
beaa49345c
tweaks 2020-06-23 17:15:01 -04:00
tomicp
a021af59f3 add keyboard switch script 2020-06-23 22:28:55 +02:00
Luke Smith
927a7c39c2
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-06-22 12:10:08 -04:00
Luke Smith
615e8aef3a
fix 2020-06-22 12:09:52 -04:00
Petar Tomić
5884a5e015
mount NAS shared folders (#719) 2020-06-22 12:07:07 -04:00
Luke Smith
52ea59aac4
return getbib 2020-06-20 19:48:18 -04:00
Luke Smith
b20f5d6350
Merge branch 'master' of gitlab.com:LukeSmithxyz/voidrice 2020-06-18 22:27:49 -04:00
Lucas Budde Mior
be11cad89e removed useless SED 2020-06-19 01:43:27 +00:00
Salman Abedin
4bfe095f98
Alphabetically ordered compiler script with added sass compiling (#699)
Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
2020-06-18 13:41:28 -04:00
Luke Bubar
2668bff317
Fixed Music Notification (#702)
Music no longer italicizes. The notification has been changed to match.
2020-06-15 16:45:06 -04:00
Luke Smith
efbc3f3de3
volume module only uses default. old alsa rm'd 2020-06-14 19:13:13 -04:00
Luke Smith
bb934de611
ifinstalled may take multiple progs 2020-06-12 11:01:41 -04:00
Ashish Panigrahi
f07469fbff
Works only when "2>" instead of ">" (#706) 2020-06-12 10:58:39 -04:00
Luke Smith
117194dc6f
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-06-09 16:42:42 -04:00
Bryan Jenks
b1d1446325
rust file compilation (#698) 2020-06-08 05:51:13 -04:00
Luke Smith
3f5d9da475
Revert "camtoggle removed"
This reverts commit 90c4cdc831.
2020-06-07 18:34:19 -04:00
Luke Smith
515d605343
middle click to update price 2020-06-06 19:59:43 -04:00
Salman Abedin
a275422d47
Much cleaner compiler script (#692)
Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
2020-06-06 19:17:35 -04:00
Salman Abedin
7572627e85
Efficient scripting to get the directory path (#686)
Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
2020-06-04 22:27:01 -04:00
Luke Smith
78be66e28e
fix 2020-06-02 12:47:20 -04:00
Luke Smith
0df700f504
nettraf 2020-06-02 12:45:26 -04:00
Luke Smith
ae8929205e
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into chambln-refactor 2020-06-01 17:46:17 -04:00
Hekuran
88dfd0afe9
cleaning (#677)
making it a variable since its used 5 times
2020-06-01 17:45:47 -04:00
Luke Smith
51fff23636
Merge branch 'refactor' of https://github.com/chambln/voidrice into chambln-refactor 2020-06-01 15:38:55 -04:00
JameyBear
f820ccf4dd
Shellcheck (#676)
Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
2020-06-01 15:29:57 -04:00
Luke Smith
be007b4903
Merge branch 'luquinha.virus/voidrice-patch-1' 2020-05-31 23:31:50 -04:00
Luke Smith
42187933e0
trailing whitespace fix 2020-05-31 23:30:05 -04:00
Lucas Budde Mior
63a7f762d7 escaped dollar sign on shortcuts 2020-06-01 00:22:52 -03:00
Lucas Budde Mior
00bf44782d comments on shortcuts fixed 2020-05-31 23:06:28 -03:00
Lucas Budde Mior
4e683c6fdc now shortcuts is posix compliant, so #!/bin/sh 2020-05-31 22:16:50 -03:00
Lucas Budde Mior
49084aa9f0 Comment on shortcuts properly commented 2020-06-01 00:51:12 +00:00
Lucas Budde Mior
e7a91dd883 Use only awk in shortcuts script 2020-06-01 00:43:46 +00:00
Hekuran
ad161d9363
fixes issue #663 , i3block break (#675)
i3block wont break with this
2020-05-31 17:09:02 -04:00
Gregory Chamberlain
43f0f899ae Fix arithmetic expansions 2020-05-31 21:26:05 +01:00
Gregory Chamberlain
63aef514d7 Refactor nettraf
No longer relies on paste(1p).
2020-05-31 20:59:32 +01:00
Gregory Chamberlain
16874b6716 Remove unnecessary double quotes 2020-05-31 20:59:32 +01:00
Luke Smith
37ea7a5552
old scripts cleanup 2020-05-31 15:18:41 -04:00
Alexei Syssoyev
a876f3788e
Another lol fix (#670) 2020-05-31 15:06:59 -04:00
Luke Smith
88cc9e6c42
still needed in some cases 2020-05-30 20:38:08 -04:00
rickyjon
5dbff59882
Use %d for numbers instead of %s for string (#666) 2020-05-30 20:34:40 -04:00
Luke Smith
e9b0b5613b
fix 2020-05-30 19:02:51 -04:00
Luke Smith
d76f12fc4a
compiler notes and alt md compilers 2020-05-30 18:58:41 -04:00
Luke Smith
f552d9850b
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-05-30 18:52:31 -04:00
Luke Smith
bb8495f27d
read in previous data 2020-05-30 17:50:37 -04:00
Kian Kasad
3222354d50
make use of setsid(1)'s -f flag (#652)
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2020-05-30 17:01:18 -04:00
Luke Smith
52d9140820
dumb fix 2020-05-30 14:09:39 -04:00
Luke Smith
7ea15612b4
save the file check every time 2020-05-30 11:41:29 -04:00
Hekuran
1d95b2210e
quotes 2020-05-30 17:29:41 +02:00
Hekuran
daf2829167
create netlog if empty
it would not run without an existing nonempty log file
2020-05-30 17:27:01 +02:00
Luke Smith
d8272650bd
paste directly on files, excluding lo 2020-05-30 11:09:12 -04:00
Luke Smith
884dcbdc47
tutorial videos list updated 2020-05-30 11:08:59 -04:00
Alexei Syssoyev
bca99b60b1
Fix sed to hide news when zero (#661) 2020-05-30 06:19:12 -04:00
Luke Smith
bba7c0f4a5
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-05-29 16:03:52 -04:00
Luke Smith
1379747a17
minimize file writes and use built-in arithmatic 2020-05-29 16:03:19 -04:00
Luke Smith
406bb4faa7
new default wallpaper 2020-05-29 15:18:52 -04:00
Jaime Lopez
09a773e81d
adds 2 digits for last track for cases when less than 10 tracks (#660) 2020-05-29 13:37:15 -04:00
Luke Smith
a6cee230d0
for video;
remember to install opustags, ffmpeg and youtube-dl
2020-05-27 09:22:40 -04:00
Luke Smith
c153ac7fb4
mpd-module-update now mpdup
it is autostarted by the music module if not already running
2020-05-26 07:22:06 -04:00
Luke Smith
7f58bbb22d
little fixes 2020-05-25 21:29:12 -04:00
Luke Smith
31f26c73b0
use pidof to check for syncs 2020-05-25 20:52:08 -04:00
Luke Smith
06fb70a6cb
autocreate dir and show price before getting chart 2020-05-25 20:28:19 -04:00
Luke Smith
bad0b625a6
new crypto statusbar script for individual
ammounts and historical chart
2020-05-25 20:23:06 -04:00
Luke Smith
fe8ca71799
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-05-25 17:10:36 -04:00
Luke Smith
c075127aae
no spaces between icons and content 2020-05-25 17:06:24 -04:00
build2stone
dbfb6705a7
Fix sxiv .desktop file (#648)
Would previously error out as such:

Opening "<file>" with Image viewer  (image/jpeg)
sxiv: file://<filepath>
sxiv: No valid image file given, aborting
2020-05-25 13:48:01 -04:00
Dennis Lee
7f34377105
run preconv and pipe its output into refer to prevent unicode problems (#647)
* compiler: preconv to prevent `refer` unicode error

* compiler: fix formatting
2020-05-24 13:13:27 -04:00
Luke Smith
a00e42e292
Revert "Now moonphase is correct and even more precise (#637)"
This reverts commit 4dbff2873d.
2020-05-16 10:29:28 -04:00
Hekuran
4dbff2873d
Now moonphase is correct and even more precise (#637)
As described in issue #636  using wttr.in was incorerct by 16%
Now the `~/.local/share/moonphase` looks ugly, so dont look at it.
2020-05-16 10:15:05 -04:00
Luke Smith
b8b9b420f9
don't skip color change since it is now fixed 2020-05-13 18:12:44 -04:00
Vitor Silvestri
74421a25b5
Update transadd (#633)
* Update transadd

When transmission daemon is closed and the user wants to add a torrent, it needs to try to add the torrent two times, the first time for opening the daemon, and the second time for adding the torrent

Removing the ampersand fix this, enabling one click for both starting the daemon and adding the torrent

* fix typo
2020-05-13 11:47:29 -04:00
Vlad Doster
8f05c7d79f
Status bar fixes for nettraf and memory (#627)
* More precise RAM measurement and fix of memory type

* Should be KiB 

kB refers to
https://en.wikipedia.org/wiki/Kibibyte
2020-05-10 07:58:09 -04:00
Kian Kasad
6577acae89
replace tr '\n' 'CHAR' with paste -sd 'CHAR' (#625) 2020-05-09 19:32:56 -04:00
Bryan Jenks
28c0ab6294
new line needed to work on i3 (#621)
i was fiddling with the block settings and couldnt get it to display on i3 until i just added the new line. also tested on the dwm build, module acts as it should on dem with this change
2020-05-09 08:40:02 -04:00
Luke Smith
26c92f886b
moonphase now has no deps
statusbarinfo obsolete and deleted
2020-05-09 08:35:02 -04:00
Luke Smith
33e329c8cb
statusbar scripts now open when shift-clicked
weather module "fixed"
other minor statusbar script tweaks
2020-05-07 17:31:42 -04:00
Luke Smith
baad9e0136
inbox search case insensitive 2020-05-07 08:09:04 -04:00
Luke Smith
14fde603b7
fix for no wifi, use case statement 2020-05-06 19:54:42 -04:00
Luke Smith
f08f4b0b7f
openrc fixes 2020-05-06 14:34:33 -04:00
Luke Smith
87dda7cdc3
systemd compatibility 2020-05-06 09:50:00 -04:00
Luke Smith
d20ba52404
wrap less, ping is unnecessary 2020-05-04 20:38:38 -04:00
Luke Smith
674f8e1a7a
music filter uses ⏸ 2020-05-04 17:24:39 -04:00
Luke Smith
3f20263444
some systems use only lowercase? acpi option added 2020-05-04 13:06:29 -04:00
Luke Smith
d0b37d4600
icons to sysact, hibernate for runit 2020-05-04 10:30:11 -04:00
Luke Smith
4920a1b363
moonphase won't run if pom-perl not installed 2020-05-04 08:07:40 -04:00
Luke Smith
a818e2d9db
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-05-02 15:04:36 -04:00
Luke Smith
50baa1a44f
use xdotool type 2020-05-02 15:03:20 -04:00
Hekuran
632d35ebae
update for welcome toggle (#614)
changed `~/.xprofile` to `$XDG_CONFIG_HOME/xprofile`
2020-05-02 09:46:57 -04:00
Luke Smith
77b6529947
optional network traffic module 2020-05-01 16:55:09 -04:00
Luke Smith
4e385c18b1
liberal snowflake doesn't render well in dwm/st 2020-04-30 10:32:29 -04:00
Luke Smith
60a467de7c
ugly minor intro bugfixes 2020-04-30 10:31:46 -04:00
Luke Smith
53ef201c08
optional cryptocurrencies module 2020-04-30 10:24:32 -04:00
mokulus
ea61ca6366
Squashed commit of the following: (#600)
commit 8f7b5b2e1e0c93db6620f163e944a14558fba652
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sun Apr 26 07:23:41 2020 +0200

    Fix sysact when there are multiple spaces.

commit dd0133304c55eec117c4e03f38317f332ad8970f
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sun Apr 26 07:22:55 2020 +0200

    Remove trailing newline

    So there is no empty selection at the end in dmenu.

commit 2ab45df225695f9c64031d52ff48d837bb9a6e72
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sun Apr 26 07:22:22 2020 +0200

    Exit when escaping dmenu.

commit e8209da3e809ac830844b89e7638d695cd61240f
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sun Apr 26 07:19:18 2020 +0200

    Revert "Fix sysact"

    This reverts commit 90a2147c0a2463122a5f0cc3ff14de0cceb66135.

commit 8dba47f7462d04a49282be33ae9ce68eb7d8d476
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sun Apr 26 07:18:57 2020 +0200

    Revert "Change tab to spaces."

    This reverts commit 2e480b32ba90c793771d87d47d7273bcdc180e12.

commit 2e480b32ba90c793771d87d47d7273bcdc180e12
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sat Apr 25 11:35:55 2020 +0200

    Change tab to spaces.

commit 90a2147c0a2463122a5f0cc3ff14de0cceb66135
Author: MateuszOkulus <mateusz.okulus@protonmail.com>
Date:   Sat Apr 25 11:25:50 2020 +0200

    Fix sysact

    See #584. It now uses # so it's clearly visible.
2020-04-28 08:50:57 -04:00
Luke Smith
8afc8de231
F12 is the new wal refresh bind, only in setbg 2020-04-26 11:12:45 -04:00
mokulus
af4f814b0c
dmenumount fix + improvements (#602)
* 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.
2020-04-25 19:18:06 -04:00
Luke Smith
40faeb97ec
statusbar fixes 2020-04-25 08:37:38 -04:00
Hekuran
7ed651e92f
Clock with auto change emoji (#589)
* 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
2020-04-25 08:10:40 -04: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
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 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
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
d8f0865799
actually, just use pidof 2020-04-13 11:49:40 -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
Luke Smith
080365dd22
pgrep is a little slow, slower than ps | grep 2020-04-11 10:03:33 -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
7aabe16b9d
pulse in i3 2020-04-10 08:01:53 -04:00
Luke Smith
68acbc2bff
volume script uses pulse by default 2020-04-09 17:03:51 -04:00
Luke Smith
4814403bbf
pgrep junk removed and minor script changes 2020-04-08 22:01:51 -04:00
Wis
a08904d88a
mpv config: use mpvSockets script to remove mpv wrappers/aliases (#544)
* 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
2020-04-08 21:35:03 -04:00
Luke Smith
18e37aeb30
Merge branch 'zshnameddir' of https://github.com/karioki/voidrice into karioki-zshnameddir 2020-04-08 19:25:25 -04:00
Luke Smith
9fe6802122
oops for config 2020-04-08 19:10:00 -04:00
Luke Smith
7f334ff4b9
oops, sed error 2020-04-08 19:06:11 -04:00
Luke Smith
422d106fba
assume default values if xdg dirs not set 2020-04-08 17:21:40 -04:00
Luke Smith
f93cd463a1
Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-xdgify 2020-04-08 16:50:33 -04:00
Luke Smith
38497bc704
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-04-08 11:25:28 -04:00
Luke Smith
a6e7fd4ba7
volume module updates automatically 2020-04-08 11:25:13 -04:00
Hekuran
c1e2aa9ffc
Move bg link to ~/.local/share/ (#545)
* 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
2020-04-08 10:16:59 -04:00
Dennis Lee
fb456c4d98 statusbar weather HOME/.local/share:=XDG_DATA_HOME 2020-04-07 22:03:31 -07:00
Dennis Lee
833ea05b3f Merge remote-tracking branch 'origin/master' into xdgify 2020-04-07 22:03:16 -07:00
Luke Smith
29096439ac
weather for pos, neg and signless pos temps 2020-04-06 19:28:33 -04:00
Dennis Lee
cd2a1633cf use "~/.config" in .local/share/larbs/getkeys/sxiv 2020-04-06 10:39:36 -07:00
Arjun Karangiya
1316be8ec4 New featuer: ZSH named dirs 2020-04-06 17:23:45 +05:30
Luke Smith
d650aacb90
weather updates 2020-04-05 23:14:14 -04:00
Luke Smith
4471100f17
negatives fix 2020-04-05 23:13:33 -04:00
Dennis Lee
4da6d64600 revert readme.mom to use hardcoded xdg paths 2020-04-05 09:51:46 -07:00
Dennis Lee
a29eaec506 substitute ~/.config with $XDG_CONFIG_HOME 2020-04-04 13:00:08 -07:00
Dennis Lee
82cf021b78 substitute ~/.local/share with $XDG_DATA_HOME 2020-04-04 12:55:06 -07:00
Dennis Lee
2b572b2a89 substitute $HOME/.local/share with $XDG_DATA_HOME 2020-04-04 12:52:29 -07:00
Dennis Lee
fa67562835 substitute $HOME/.config with $XDG_CONFIG_HOME 2020-04-04 12:45:33 -07:00
Hekuran
26d8e9e006
memory statusbar with multilanguage support (#536)
* for multilanguage support

see issue number #535

* emoji
2020-04-02 07:09:54 -04:00
Hekuran
22ff37646c
🌜updated moonphase🌛 (#532)
right click to open notification
left & middle to update
fixes specific dates
2020-04-01 10:38:03 -04:00
Luke Smith
3ae11f5969
statusbarinfo script for dwm 2020-03-31 20:30:42 -04:00
Luke Smith
86a5b350a7
labels moved to scripts for dwm compatibility 2020-03-31 20:30:19 -04:00
Luke Smith
581924c71c
changes and simplifications to disk 2020-03-31 20:29:34 -04:00
Luke Smith
d21d1f1be3
break to avoid % on desktops 2020-03-31 18:53:43 -04:00
Luke Smith
326ed6b56d
battery minor imporvements 2020-03-29 14:16:07 -04:00
Luke Smith
49247875e0
lmc can run mixer 2020-03-29 12:02:15 -04:00
Luke Smith
bd4d537926
dumb oversight 2020-03-28 14:16:36 -04:00
Luke Smith
b340d3dc83
calcurse automatically xdg compliant now 2020-03-28 14:12:53 -04:00
Luke Smith
04c117f856
setbg overhaul, dwm update mv'd to postrun
Yeah of course I'm going to totally rewrite a script right after I do a video on it.
It uses links now to not waste space and env variables. Location moved to cache.
Thanks to those who suggested some changes.
2020-03-27 22:06:47 -04:00
Luke Smith
6283e390b3
actually, let's do this a non-retarded way 2020-03-27 13:01:23 -04:00
Luke Smith
39bde79142
battery script streamlined and commented 2020-03-27 09:56:04 -04:00
Luke Smith
238621787f
should prob use cp 2020-03-27 09:53:41 -04:00
Luke Smith
2754f64065
setbg dir fix 2020-03-26 11:37:07 -04:00
Luke Smith
ee2f8e9302
weather every run error fix 2020-03-25 17:35:30 -04:00
Bryan Jenks
77cd1bcd44
regex for less character bloat (#514) 2020-03-25 09:53:23 -04:00
Luke Smith
9db56f5c24
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-03-25 08:43:11 -04:00
Luke Smith
64fce40526
opout case fix 2020-03-24 18:28:47 -04:00
NilsKrause
c14cc2d1f0
tramsmission-remote-cli uncontinued, using python3 fork tremc (#513) 2020-03-24 18:04:17 -04:00
Rui Leixo
e4b3052965
Fix weather script, now the table is displayed correctly (#509) 2020-03-24 08:14:16 -04:00
Luke Smith
c8eae342fe
volume multiline output error fixed 2020-03-23 12:21:25 -04:00
Luke Smith
51a2408e84
toggle-welcome separate script 2020-03-22 09:58:59 -04:00
Luke Smith
1dc42a4f86
lmc readded 2020-03-22 09:41:50 -04:00
Luke Smith
f939f016a2
suppress all setbg wal output 2020-03-22 09:31:25 -04:00
Luke Smith
b54a56831e
moonphase executable 2020-03-22 09:29:44 -04:00
Luke Smith
1f24837952
internet script more efficient 2020-03-22 09:08:05 -04:00
Luke Smith
54f22aab7b
i3 dox updates 2020-03-17 08:28:37 -04:00
mhdzli
9e4cfc127d
Just find pictures (#499)
Filter the pictures in directory by file extensions
2020-03-15 20:52:24 -04:00
Luke Smith
db46b82f7f
setbg can take directory arg for random 2020-03-15 18:10:59 -04:00
Luke Smith
a2e0d2441b
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-03-13 12:33:30 -04:00
Luke Smith
6bfbabc9c6
suppress wal error if not detected 2020-03-13 12:31:19 -04:00
Luke Smith
14af7cab39
pacpackages with hook notice 2020-03-08 18:24:05 -04:00
Luke Smith
2acedd3517
samedir tweak 2020-03-08 18:23:38 -04:00
Luke Smith
b085acedb0
tar.xz fix 2020-03-08 18:23:04 -04:00
Charlie39
ccf8e188c1
Added instructive suggestion in the comments (#488)
It looks more mass appealing  with the details.
2020-03-04 09:53:18 -05:00
nerrufam
884b14145a
to avoid erorr in vifm when pywal is not used (#481) 2020-03-04 09:52:35 -05:00
Luke Smith
217297d91f
weather script cleanup 2020-02-29 05:53:54 -05:00
Luke Smith
6345394781
battery script no longer uses pango 2020-02-28 16:34:46 -05:00
nerrufam
2eb4f10b84
Updated moonphase (#484)
Now accepts a date as argument, to know pom of a diff date.
Corrected some typos, and a logic error of mine 😄
2020-02-15 20:11:20 -05:00
nerrufam
8d4a021f37
know the phase of the moon with emoji and % (#482)
8 emoji for 8 main phases plus the % 'of full'
😉 dont forget to load it to your status bar
2020-02-13 07:38:29 -05:00
Luke Smith
4acbbc07d3
use pywal if installed 2020-02-09 09:24:13 -05:00
Luke Smith
d8c4fbd0e9
doc note on emoji 2020-02-09 09:17:43 -05:00
Luke Smith
dc92b9db4c
dunicode no primary and insert emoji if arg 2020-02-09 09:15:58 -05:00
Luke Smith
8bc63d8797
news icon moved to script 2020-02-08 20:04:11 -05:00
Luke Smith
6c200b8850
mailbox icon moved to script 2020-02-08 19:28:25 -05:00
Luke Smith
2b5df860de
#!/bin/sh shebang. newline after universalized. 2020-02-08 18:43:37 -05:00
Luke Smith
f83cc1f121
lf desktop entry added 2020-02-08 10:39:09 -05:00
Luke Smith
3ea6acfe03
torrent statusbar automatically one line for dwm 2020-02-08 09:45:01 -05:00
Luke Smith
af6f380c31
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2020-02-01 16:07:22 -05:00
Luke Smith
2da95a09ee
wording 2020-02-01 16:07:09 -05:00
Evan Harvey
251daef5bf Fix spelling (#432) 2020-01-27 07:49:12 -05:00
mhdzli
e32a1f5779 Allow access to phone date (#462)
Sometimes android phones ask for permission to allow access to phone data
2020-01-23 19:11:33 -05:00
Luke Smith
0b4ca15f02
rmakrdown fixes and .Rmd handler 2020-01-19 19:26:28 -05:00
Bryan Jenks
a6934232f7 Improve and more efficient RMarkdown Compilation (#435)
The `rmakrdown::` portion makes sure that no other functions mask render, and its calling it from the required rmarkdown package, and the addition of the quiet portion isnt redundant with the R -q flag, i tested script and in Vim it reduces how much text and verbose messaging comes from pandoc at the bottom to about 3 lines.
2019-12-19 06:24:55 -05:00
Luke Smith
7452fd681c
oops! lf-select added 2019-12-08 19:20:25 -05:00
Luke Smith
2f4a304a75
polybar update 2019-12-07 16:28:00 -05:00
Luke Smith
5877785c91
not charging icon 2019-12-06 17:50:34 -05:00
Luke Smith
dd49bc4eb4
scroll volume fix 2019-12-06 15:48:35 -05:00
Luke Smith
3b701b74f2
polybar launch moved to bin 2019-11-27 08:13:58 -05:00
Luke Smith
1b290cfa7a
vifm materials readded 2019-11-26 16:05:29 -05:00
Luke Smith
3a91dc30f2
use STATUSBAR variable safely 2019-11-24 08:10:31 -05:00
Luke Smith
09632e19ce
volume module switched to alsa 2019-11-23 23:37:40 -05:00
Luke Smith
fce72b4563
tmux returns for i3 2019-11-23 18:16:03 -05:00
Luke Smith
bc2a4d2b84
ranger shortcuts reactivated 2019-11-23 16:29:02 -05:00
Luke Smith
bfaddb43dc
remaps script now modular again 2019-11-23 16:28:52 -05:00
Luke Smith
606946d890
statusbar scripts to master 2019-11-23 16:23:24 -05:00
Luke Smith
a5e66ac4f4
merger of bin 2019-11-23 16:16:30 -05:00
Luke Smith
974069670b
getkeys moved to share 2019-11-23 14:36:26 -05:00
Luke Smith
621ee3f586
emoji file moved 2019-11-23 14:26:35 -05:00
Luke Smith
efa9fffae2
lf in readme and deletion 2019-11-22 19:03:18 -05:00
Luke Smith
1dfbd1e46c
blah 2019-10-17 18:07:17 -04:00
Luke Smith
dc464e5bbb
mpd-module-update with break 2019-09-24 07:12:43 -04:00
Luke Smith
4a3adc7e18
readme updates 2019-09-23 06:31:45 -04:00
Luke Smith
1bca65bfc2
portable shebang 2019-08-18 12:28:11 -04:00
Shaw
84bf18f2e8 remove double quotes from linkhandler (#352) 2019-07-23 20:23:12 -04:00
Luke Smith
e59785687f
record script uses display variable 2019-06-17 16:37:29 -04:00
msinkec
2e33d77b15 Refreshing dwm status bar using signals. (#332)
Refreshing the status bar is now done using signals.
2019-06-12 15:08:38 -04:00
Luke Smith
b5925045a3
dwmbar fixes and cleanup 2019-06-06 20:44:39 -04:00
Luke Smith
6be2ff7ef4
-j fix 2019-06-04 16:34:51 -04:00
Luke Smith
1d43650998
assorted readme updates (incomplete) 2019-06-01 16:11:29 -04:00
Luke Smith
12fa56ed0e
pauseallmpv dox 2019-06-01 16:09:29 -04:00
Luke Smith
9391af624c
dox 2019-06-01 10:53:34 -04:00
Luke Smith
6b334b59fc
script documentation 2019-05-31 19:38:43 -04:00
Luke Smith
ae327871d2
compile manuals 2019-05-31 19:38:30 -04:00
Luke Smith
522a4bd2c1
yt fix 2019-05-30 10:04:37 -04:00
Luke Smith
16bfbcfcba
opout compat with tabbed surf 2019-05-29 12:33:49 -04:00
Luke Smith
4449225e5c
bar fix 2019-05-29 12:33:37 -04:00
Luke Smith
a84a8215c2
improved bar/ refbarr, audio binds 2019-05-23 22:55:26 -04:00
Luke Smith
95da389b43
drecord doc fix 2019-05-22 10:04:39 -04:00
Luke Smith
0f9f11a3f6
dmenumount non-fatal error fix 2019-05-21 11:02:01 -04:00
Luke Smith
1258b94e9d
bash portability 2019-05-20 15:26:16 -04:00
Luke Smith
00a0a7d45b
junk removal 2019-05-20 15:17:19 -04:00
Luke Smith
dda2c6059b
getkeys removed 2019-05-20 12:49:33 -04:00
Luke Smith
2e2200b4b9
lmc unneeded 2019-05-20 12:26:19 -04:00
Luke Smith
90c4cdc831
camtoggle removed 2019-05-20 11:36:33 -04:00
Luke Smith
7639a8d8c6
touchpad done by sxhkd 2019-05-19 20:55:42 -04:00
Luke Smith
5f1c3d48b6
now done by xinit 2019-05-19 20:54:40 -04:00
Luke Smith
b1057aa78e
who needs it 2019-05-19 20:47:24 -04:00
Luke Smith
c6e69e9642 massive cleanup 2019-05-19 20:05:14 -04:00
Luke Smith
bf8c6b1e20 dwmbar added to xinitrc 2019-05-18 21:19:17 -04:00
Luke Smith
e2a66c3830 del old 2019-05-18 20:51:16 -04:00
Luke Smith
da97be2310 ttymaps isn't really a bin 2019-05-18 17:18:29 -04:00
Luke Smith
95dd0565ab no fontawesome 2019-05-18 17:11:52 -04:00
Luke Smith
6f6c4f8d5f who needs it 2019-05-18 16:23:30 -04:00
Luke Smith
840c690539 cron deleted 2019-05-18 16:23:21 -04:00
Luke Smith
8117f84198 i3 eternally btfo 2019-05-18 16:22:57 -04:00
Luke Smith
67f70d70bb vifm junk removed 2019-05-18 16:21:52 -04:00
Luke Smith
b6d72cc07c Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2019-05-18 12:56:48 -04:00
Luke Smith
54920103c2 scripts moved to ~/.local/bin 2019-05-18 00:07:32 -04:00
Luke Smith
67429e6279 mutt-wizard dox 2019-04-24 14:10:03 -04:00
Luke Smith
af1d13a422 scrot/maim readme fix 2019-04-23 10:55:09 -04:00
Luke Smith
b352bd061f build files dox 2019-04-15 11:20:40 -04:00