2020-01-01 20:33 | add not to readme | mcol | 1 | +3 | -0 |
2019-06-09 13:59 | wireguard module output correct state at launch | mcol | 1 | +11 | -2 |
2019-06-09 13:41 | alsa module needs to be awked | mcol | 2 | +5 | -2 |
2019-06-09 13:17 | make alsa just use amixer, remove lots of old C related things | mcol | 6 | +28 | -270 |
2019-06-08 17:11 | add readme | mcol | 1 | +19 | -0 |
2019-04-28 07:51 | always print wireguard module at initial launch | mcol | 1 | +4 | -3 |
2019-04-12 21:42 | added remaining colour escape codes | mcol | 1 | +13 | -3 |
2019-04-06 22:48 | updated pkgbuild | mcol | 1 | +4 | -4 |
2019-04-06 18:14 | cleaned up title and section headers | mcol | 1 | +9 | -14 |
2019-04-06 18:02 | Merge pull request #3 from mclgn/packaging | mcol | 4 | +12 | -12 |
2019-04-06 15:10 | rename run module to script module to avoid conflict with run path variable | mcol | 2 | +24 | -22 |
2019-04-06 09:46 | split helper functions into subsections; enforce process group leader within script | mcol | 1 | +70 | -54 |
2019-04-01 16:17 | cleaned up gitignore from pre-packaged folder setup, cleaned up main script sections | mcol | 3 | +2 | -24 |
2019-03-19 21:58 | remove /var/run folders from makefile; add $(DESTDIR) to udev rule installation | mcol | 1 | +4 | -5 |
2019-03-19 17:47 | Clarify and simplify helper files and installation locations | mcol | 7 | +55 | -48 |
2019-03-18 21:20 | added PKGBUILD | mcol | 1 | +47 | -0 |
2019-03-17 21:03 | Make makefile fully compatible with arch installation | mcol | 1 | +2 | -2 |
2019-03-17 19:03 | Packaging (#2) | mcol | 1 | +1 | -1 |
2019-03-17 16:28 | create directories during make install for fakeroot | mcol | 1 | +2 | -1 |
2019-03-17 16:16 | add DESTDIR to make install | mcol | 1 | +17 | -23 |
2019-03-17 15:37 | Merge pull request #1 from mcolligan/add-license-1 | mcol | 1 | +674 | -0 |
2019-03-17 14:43 | adapted for system-wide installation with makefile | mcol | 10 | +192 | -39 |
2019-03-17 11:46 | fix gitignore src dir | mcol | 1 | +2 | -2 |
2019-03-17 09:24 | fix some comments | mcol | 2 | +3 | -1 |
2019-03-02 19:17 | move main wireguard module into update_wireguard function for external calling | mcol | 1 | +18 | -15 |
2019-02-24 14:38 | mpc_play starts defaults to paused state if mpc outputs nothing, when first starting up | mcol | 1 | +3 | -3 |
2019-02-24 14:38 | added lemontools -u module arg to update modules rather than requiring directly piping to fifo | mcol | 3 | +18 | -13 |
2019-02-20 20:40 | cpu module use standard format string to produce output; | mcol | 1 | +18 | -19 |
2019-02-20 20:23 | added xtitle module to show current window title | mcol | 1 | +40 | -0 |
2019-02-20 20:22 | mpc_play wont change $output | mcol | 2 | +6 | -6 |
2019-02-20 20:21 | only send to fifo from modules when changed | mcol | 3 | +23 | -10 |
2019-02-19 18:26 | fix c modules to use new path | mcol | 2 | +3 | -3 |
2019-02-19 16:26 | add update_date and add it to sleep-update to refresh date when suspending across midnight | mcol | 2 | +7 | -0 |
2019-02-19 16:22 | renamed src/ to modules_c | mcol | 5 | +2 | -2 |
2019-02-17 13:25 | added send function and replaced most instances of echo with messy piping | mcol | 14 | +56 | -63 |
2019-02-17 13:08 | added mpc_play module for mpc control icon | mcol | 1 | +40 | -0 |
2019-02-17 12:55 | create update_mail function for external control | mcol | 1 | +17 | -9 |
2019-02-17 12:54 | simplified battery module | mcol | 1 | +20 | -69 |
2019-02-16 16:54 | incorporated mute into alsa vol module with fontawesome5 icons | mcol | 1 | +37 | -9 |
2019-02-16 16:53 | added offset settings for font vertical offsets | mcol | 1 | +7 | -0 |
2019-02-16 00:56 | main script can now deal with 5 fonts, formats font strings and bar command to cope with multi word fonts | mcol | 2 | +11 | -9 |
2019-02-16 00:55 | added run module, cleaned up some others | mcol | 4 | +48 | -10 |
2019-02-16 00:54 | added xwinctl module | mcol | 1 | +53 | -0 |
2019-02-16 00:54 | more concise battery module. Also show font awesome 5 icon if wanted | mcol | 1 | +53 | -19 |
2019-02-15 18:13 | update_* functions that were not sourced are not run. Reordered kill function commands to put fifo closer to end | mcol | 1 | +12 | -10 |
2019-02-05 21:00 | when killing a bar/all bars and it/none exists, exit 1 | mcol | 1 | +17 | -10 |
2019-02-05 20:28 | trap on error to exit | mcol | 1 | +1 | -1 |
2019-01-26 22:44 | further standardising modules, especially C modules; alsa added | mcol | 7 | +290 | -44 |
2019-01-26 22:43 | get_clicks for C modules; cat fifo debug option; kill all on HUP; localised variables | mcol | 1 | +22 | -6 |
2019-01-25 21:34 | C modules can be launched directly and passed arguments | mcol | 2 | +21 | -6 |
2019-01-25 21:34 | trap on HUP at for logging out | mcol | 1 | +4 | -1 |
2019-01-25 13:11 | servers module wont grep same word twice | mcol | 1 | +2 | -2 |
2019-01-23 23:32 | introduced C code modules | mcol | 3 | +67 | -66 |
2019-01-22 22:17 | add systemd-sleep script to update clock and batter at resume from suspend | mcol | 1 | +24 | -0 |
2019-01-22 22:06 | added udev rule to update battery module on charger in/out | mcol | 1 | +5 | -0 |
2019-01-21 23:24 | Standardise modules to document their settings within | mcol | 16 | +185 | -32 |
2019-01-20 16:16 | added global settings for all bars; bit of description in modules | mcol | 13 | +102 | -30 |
2019-01-20 14:12 | renamed error function to log function, removed calls to it before log created | mcol | 2 | +30 | -11 |
2019-01-20 13:44 | remove previously git tracked files that are now to be ignored | mcol | 3 | +0 | -88 |
2019-01-20 13:43 | added shutdown module | mcol | 1 | +12 | -0 |
2019-01-20 13:42 | wireguard uses FontAwesome symbol when interface down, rather than !!! | mcol | 1 | +1 | -1 |
2019-01-20 13:41 | change inbox to mail - previous commit did not change name of module file | mcol | 1 | +0 | -0 |
2019-01-20 13:40 | git ignore c programs and themes folder | mcol | 1 | +7 | -0 |
2019-01-20 13:37 | added cpu module, and src directory to house other c code snippets | mcol | 4 | +81 | -0 |
2019-01-20 11:14 | change inbox to mail | mcol | 2 | +10 | -10 |
2019-01-19 22:41 | add trap to clean bar files when interrupted from outside or with <C-c> in shell | mcol | 1 | +16 | -9 |
2019-01-19 22:08 | introduce pid management and organise logs/fifos and pid logs into run folder, allowing multiple bars | mcol | 3 | +57 | -36 |
2019-01-19 19:08 | changed > $log to >> $log to append stderr | mcol | 11 | +16 | -16 |
2019-01-19 19:05 | checking existence of fifo file requires -e not -f | mcol | 2 | +17 | -18 |
2019-01-19 18:58 | redirect stderr from modules to $log | mcol | 12 | +65 | -58 |
2019-01-19 17:33 | renamed main script to lemontools | mcol | 2 | +351 | -351 |
2019-01-19 15:28 | removed error call by update_ functions to stop empty line piping to bar | mcol | 1 | +0 | -1 |
2019-01-19 15:25 | modules fork within function to give global access to variables created in module | mcol | 12 | +43 | -30 |
2019-01-17 19:49 | splits modules into separate files; replace underscore spaces with lemonbar offset | mcol | 15 | +468 | -366 |
2019-01-13 10:43 | added mute indicator module | mcol | 2 | +17 | -1 |
2019-01-08 23:00 | start-lemonbar -v will list variables that can be used in themes | mcol | 1 | +37 | -1 |
2019-01-08 22:59 | made function to deal with clicks so modules only output what is needed and no redundant text | mcol | 3 | +83 | -40 |
2019-01-08 20:55 | date module will sleep until midnight rather than updating every 10 mins | mcol | 2 | +7 | -1 |
2019-01-05 18:17 | themes follow new way to set themes | mcol | 2 | +55 | -9 |
2019-01-05 18:17 | theme variables can more flexibly determine the lemonbar command | mcol | 2 | +85 | -39 |
2019-01-05 15:13 | underscores used to placehold spaces; escaped for underscore | mcol | 2 | +102 | -49 |
2019-01-03 23:25 | cleaned sutff; | mcol | 1 | +4 | -2 |
2019-01-03 23:06 | cleaned up some lines | mcol | 1 | +25 | -23 |
2019-01-03 22:39 | add everything | mcol | 3 | +456 | -0 |