Commit graph

97 commits

Author SHA1 Message Date
Hekuran
ad161d9363
fixes issue #663 , i3block break (#675)
i3block wont break with this
2020-05-31 17:09:02 -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
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
Alexei Syssoyev
bca99b60b1
Fix sed to hide news when zero (#661) 2020-05-30 06:19:12 -04:00
Luke Smith
1379747a17
minimize file writes and use built-in arithmatic 2020-05-29 16:03:19 -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
c075127aae
no spaces between icons and content 2020-05-25 17:06:24 -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
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
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
4920a1b363
moonphase won't run if pom-perl not installed 2020-05-04 08:07:40 -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
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
Luke Smith
37788be5d9
ifinstalled now checks for packages, iplocate fix,
sleep removed from torwrap
2020-04-18 10:33:58 -04:00
Luke Smith
0242d8428d
help renamed to avoid conflicts 2020-04-15 14:42:36 -04:00
Luke Smith
54f691a078
language-independent volume script 2020-04-14 21:45:09 -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
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
6f36fe3169
STATUSBAR uncommented only for i3, cleanup, probably broke everything LOL 2020-04-10 22:53:45 -04:00