| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix | Luke Smith | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | compiler notes and alt md compilers | Luke Smith | 2020-05-30 | 1 | -1/+10 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-05-30 | 15 | -25/+25 |
| |\ | |||||
| | * | make use of setsid(1)'s `-f` flag (#652) | Kian Kasad | 2020-05-30 | 15 | -25/+25 |
| | | | | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| * | | read in previous data | Luke Smith | 2020-05-30 | 1 | -4/+2 |
| |/ | |||||
| * | dumb fix | Luke Smith | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | save the file check every time | Luke Smith | 2020-05-30 | 1 | -2/+1 |
| | | |||||
| * | quotes | Hekuran | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | create netlog if empty | Hekuran | 2020-05-30 | 1 | -0/+1 |
| | | | | it would not run without an existing nonempty log file | ||||
| * | paste directly on files, excluding lo | Luke Smith | 2020-05-30 | 1 | -2/+2 |
| | | |||||
| * | tutorial videos list updated | Luke Smith | 2020-05-30 | 1 | -4/+9 |
| | | |||||
| * | Fix sed to hide news when zero (#661) | Alexei Syssoyev | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-05-29 | 1 | -1/+1 |
| |\ | |||||
| | * | adds 2 digits for last track for cases when less than 10 tracks (#660) | Jaime Lopez | 2020-05-29 | 1 | -1/+1 |
| | | | |||||
| * | | minimize file writes and use built-in arithmatic | Luke Smith | 2020-05-29 | 1 | -9/+7 |
| |/ | |||||
| * | for video; | Luke Smith | 2020-05-27 | 2 | -0/+103 |
| | | | | | remember to install opustags, ffmpeg and youtube-dl | ||||
| * | mpd-module-update now mpdup | Luke Smith | 2020-05-26 | 2 | -1/+3 |
| | | | | | it is autostarted by the music module if not already running | ||||
| * | little fixes | Luke Smith | 2020-05-25 | 1 | -2/+2 |
| | | |||||
| * | use pidof to check for syncs | Luke Smith | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | autocreate dir and show price before getting chart | Luke Smith | 2020-05-25 | 1 | -4/+4 |
| | | |||||
| * | new crypto statusbar script for individual | Luke Smith | 2020-05-25 | 1 | -0/+34 |
| | | | | | ammounts and historical chart | ||||
| * | no spaces between icons and content | Luke Smith | 2020-05-25 | 10 | -15/+12 |
| | | |||||
| * | run preconv and pipe its output into refer to prevent unicode problems (#647) | Dennis Lee | 2020-05-24 | 1 | -5/+5 |
| | | | | | | * compiler: preconv to prevent `refer` unicode error * compiler: fix formatting | ||||
| * | Revert "Now moonphase is correct and even more precise (#637)" | Luke Smith | 2020-05-16 | 1 | -15/+23 |
| | | | | | This reverts commit 4dbff2873df8e2b13ecff74beb17c32ef3c3267a. | ||||
| * | Now moonphase is correct and even more precise (#637) | Hekuran | 2020-05-16 | 1 | -23/+15 |
| | | | | | As described in issue #636 using wttr.in was incorerct by 16% Now the `~/.local/share/moonphase` looks ugly, so dont look at it. | ||||
| * | don't skip color change since it is now fixed | Luke Smith | 2020-05-13 | 1 | -1/+1 |
| | | |||||
| * | Update transadd (#633) | Vitor Silvestri | 2020-05-13 | 1 | -1/+1 |
| | | | | | | | | | | * 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 | ||||
| * | Status bar fixes for nettraf and memory (#627) | Vlad Doster | 2020-05-10 | 2 | -2/+2 |
| | | | | | | | | | * More precise RAM measurement and fix of memory type * Should be KiB kB refers to https://en.wikipedia.org/wiki/Kibibyte | ||||
| * | replace `tr '\n' 'CHAR'` with `paste -sd 'CHAR'` (#625) | Kian Kasad | 2020-05-09 | 4 | -5/+5 |
| | | |||||
| * | new line needed to work on i3 (#621) | Bryan Jenks | 2020-05-09 | 1 | -1/+1 |
| | | | | 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 | ||||
| * | moonphase now has no deps | Luke Smith | 2020-05-09 | 2 | -49/+29 |
| | | | | | statusbarinfo obsolete and deleted | ||||
| * | statusbar scripts now open when shift-clicked | Luke Smith | 2020-05-07 | 17 | -24/+45 |
| | | | | | | weather module "fixed" other minor statusbar script tweaks | ||||
| * | inbox search case insensitive | Luke Smith | 2020-05-07 | 1 | -5/+4 |
| | | |||||
| * | fix for no wifi, use case statement | Luke Smith | 2020-05-06 | 1 | -3/+5 |
| | | |||||
| * | openrc fixes | Luke Smith | 2020-05-06 | 1 | -3/+5 |
| | | |||||
| * | systemd compatibility | Luke Smith | 2020-05-06 | 1 | -1/+5 |
| | | |||||
| * | wrap less, ping is unnecessary | Luke Smith | 2020-05-04 | 1 | -3/+2 |
| | | |||||
| * | music filter uses ⏸ | Luke Smith | 2020-05-04 | 1 | -5/+2 |
| | | |||||
| * | some systems use only lowercase? acpi option added | Luke Smith | 2020-05-04 | 1 | -1/+4 |
| | | |||||
| * | icons to sysact, hibernate for runit | Luke Smith | 2020-05-04 | 1 | -5/+6 |
| | | |||||
| * | moonphase won't run if pom-perl not installed | Luke Smith | 2020-05-04 | 1 | -4/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2020-05-02 | 1 | -3/+3 |
| |\ | |||||
| | * | update for welcome toggle (#614) | Hekuran | 2020-05-02 | 1 | -3/+3 |
| | | | | | | | changed `~/.xprofile` to `$XDG_CONFIG_HOME/xprofile` | ||||
| * | | use xdotool type | Luke Smith | 2020-05-02 | 1 | -7/+7 |
| |/ | |||||
| * | optional network traffic module | Luke Smith | 2020-05-01 | 1 | -0/+24 |
| | | |||||
| * | liberal snowflake doesn't render well in dwm/st | Luke Smith | 2020-04-30 | 1 | -3/+3 |
| | | |||||
| * | ugly minor intro bugfixes | Luke Smith | 2020-04-30 | 1 | -3/+2 |
| | | |||||
| * | optional cryptocurrencies module | Luke Smith | 2020-04-30 | 1 | -0/+54 |
| | | |||||
| * | Squashed commit of the following: (#600) | mokulus | 2020-04-28 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | F12 is the new wal refresh bind, only in setbg | Luke Smith | 2020-04-26 | 1 | -1/+1 |
| | | |||||
