David JULIEN
efe123b498
Merge branch 'dev' into logos
...
sb-music: fix song parsing
wget: keep history in ~/.cache
zsh: more readable vcs prompt
nvim: fix python lsp path
add maps for verilog
cleanup files
!!!BREAKING: change colorscheme
dwm: cleanup files
dmenu: manage colors through XResources
system: change colorscheme, system-wide
add relevent script
adapt XResources management
add $XDG_STATE_HOME directory
filesystem cleanup
2021-10-23 18:35:03 +02:00
David JULIEN
268c870d04
feat: add $XDG_STATE_HOME directory
...
adapt sb-battery and setbg scripts
2021-10-23 04:10:23 +02:00
David JULIEN
e953fd9a5a
[sb-music] fix: song info parsing
2021-10-19 23:47:05 +02:00
David JULIEN
0b93721ee1
fix: etu -> ens in address pattern matching
2021-10-12 20:22:07 +02:00
David JULIEN
1d85de87b4
Merge branch 'dev' into logos
...
feat: properly display artist in sb-music
2021-09-25 13:51:12 +02:00
David JULIEN
7458ed872a
feat: properly display album artist
...
only display title artist for compilations
2021-09-25 13:50:42 +02:00
David JULIEN
73cb8fdf1b
Merge branch 'dev' into logos
...
update statusbar
add $MUSIC_PLAYER
2021-09-25 00:07:21 +02:00
David JULIEN
e8d6a02c00
fix: only notify low baterry when on BAT0
2021-09-23 23:32:27 +02:00
David JULIEN
3cef4855a4
feat: update battery actions
...
notify when total of batteries is > 40
display battery slots
2021-09-19 12:32:33 +02:00
David JULIEN
c2f0fa4e6a
feat: do not compute wifi strength
...
only display ssid
tweak wifi tests
2021-09-19 12:30:30 +02:00
David JULIEN
7c0ffbf953
feat: display song artist, not album artist
2021-09-19 12:29:02 +02:00
David JULIEN
27f91a3f5a
Merge branch 'dev' into logos
...
fix sxhkd bindings for floating st windows
cleanup scripts
add correction in zsh
2021-09-11 16:48:17 +02:00
David JULIEN
83809e1988
cleanup: variables and code
2021-09-07 23:52:48 +02:00
David JULIEN
ea4fc5cf32
fix: rewrite sb-internet test for wifi
2021-09-03 22:58:34 +02:00
David JULIEN
12115bb982
feat: logos-specific setup
...
- weird bug with sb-mdpup
- doas
- X11 config
- paru (doas) config
- specific packages list
- sxhkd keybindings
2021-07-12 18:07:39 +02:00
David JULIEN
9ee6d451d6
fix: remove '---' when wifi is down
2021-07-12 17:53:48 +02:00
David JULIEN
d65d3cbe3a
feat: add vpn icons in statusbar
2021-04-09 11:20:27 +02:00
David JULIEN
6e2cf9214e
fix: count int MiB
2021-03-16 00:19:00 +01:00
David JULIEN
2e215e97d0
fix: up & down torrents
2021-03-15 23:46:14 +01:00
David JULIEN
340e4a9190
fix: output format
2021-03-11 13:12:42 +01:00
David JULIEN
8ddcf5b6c2
fix: unicode character display
...
unicode characters are treated as they were several characters : cutting
a string at char 15 *might* cut in the middle of a unicode character
-> unicode() to convert a unicode char to its ASCII equivalent
[ will be updated each time we come across an error, though it should
not appear beside apostrophes ]
2021-03-11 02:10:04 +01:00
David JULIEN
2dbd5bf436
feat: torrent block for statusbar
2021-03-10 22:59:43 +01:00
David JULIEN
6de603081f
format: statusbar
...
date display
mailbox display
battery icon
2021-03-10 22:59:00 +01:00
David JULIEN
a2a86bf24e
format: battery block simplification
2021-02-22 14:39:52 +01:00
David JULIEN
e0e386c9dd
fix: notification when battery runs low
2021-02-22 12:41:52 +01:00
David JULIEN
972abb9bf7
feat: prevent sb-music to print long strings
...
parse title and artist individually to prevent the final string to too
long (and cut)
2021-02-22 00:26:51 +01:00
David JULIEN
f566ff7d8f
feat: dedicated script for statusbar date module
2021-02-21 00:36:26 +01:00
David JULIEN
397f10b8d2
feat: put spaces in statusbar modules
2021-02-21 00:36:26 +01:00
David JULIEN
5243ab4b38
fix: exit if no new mail, even when syncing
2021-02-18 15:01:44 +01:00
David JULIEN
bdef14fd32
feat: show unread mails count per account in statusbar
2021-02-18 15:01:44 +01:00
David JULIEN
788e1a14eb
fix: switch statement on battery status
2021-02-16 12:26:50 +01:00
David JULIEN
9d06a61780
legal: change license to GPLv3 in script headers
...
Kept wondering wether I should keep the MIT (because I highly value
freedom of act) or embrace the GPL (because I don't want this work to
become close-source).
I do understand that this commit (and the next one that is actually
changing the LICENSE) is a defeat for freedom. I guess freedom has been
defeated long time ago, when people and companies figured that was
"free" (as in gratis) was also "free" (as in disposable).
This is not how I think free (as in "libre") works but hey, that surely
is how Intel and other corporations see it (ec: Intel Management Engine
is entirely based on Minix, is close-source, and *maybe* used as a
backdoor by anybody).
It boils down to the Paradox of Tolerance, and I surely won't tolerate
shit going their way. If you want to take open source stuff, be my
guest ; but you have to play by the rules.
2021-02-16 01:09:56 +01:00
David JULIEN
df6918e262
feat: remove deprecated scripts
...
BREAKING: remove bat_notify
-> notifications are sent through .local/bin/statusbar/sb-battery
BREAKING: remove AC_notify
BREAKING: remove backligt_notify
BREAKING: remove refbar
-> use dwmblocks
2021-02-16 00:33:55 +01:00
David JULIEN
2b622f0c58
legal: give credit to Luke Smith for recent additions
2021-02-16 00:32:20 +01:00
David JULIEN
10321a0d21
feat: use dwmblocks as statusbar
...
remove .local/bin/dwmbar
add .local/bin/statusbar scripts directory
update .profile ($PATH)
update .xprofile (dwmblocks at startup)
2021-02-16 00:29:24 +01:00