Commit Graph

55 Commits

Author SHA1 Message Date
David JULIEN 1e58d044f6
Merge branch 'dev' into venus
nvim: remove nvim-autopairs
        remove default template snippets
        fix `env` tex snippet
        add keymaps for pdf viewer pop-up
scripts: remove tex compilation files only on success
status: fix openvpn status check
        fix openvpn status display
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2023-01-20 22:13:18 +01:00
David JULIEN 9a46c8d9af [status] fix: openvpn status display 2023-01-19 19:17:37 +01:00
David JULIEN 553556143f [status] fix: openvpn status check 2023-01-19 19:17:02 +01:00
David JULIEN 0e4354faf3
Merge branch 'dev' into venus
mail : [WIP] fix filtering for univ
        fix notifications through cronie
        add keymaps for next- and previous-new
displayselect: add "mode" variable for xrandr setup
        add external layout for docked setup
system: change default lockscreen to xss-lock
2022-11-25 21:18:11 +01:00
David JULIEN fff6cc7ca8 [status] fix: space in sb-cpu 2022-11-18 12:14:53 +01:00
David JULIEN fa32f258e1
Merge branch 'dev' into venus
status: pipe sb-internet errors to /dev/null
        launch sb-mpdup at startup
2022-11-13 01:15:05 +01:00
David JULIEN abf306c99f [status] fix: pipe errors to /dev/null if iface is missing 2022-11-13 01:12:35 +01:00
David JULIEN 8862a0553b [system] fix: muted volume notif + status 2022-11-12 23:20:28 +01:00
David JULIEN 953f603f07
feat: local config 2022-11-12 17:13:59 +01:00
David JULIEN 7ab5d2909b [status] feat: add sb-cpu 2022-11-10 21:24:22 +01:00
David JULIEN e050010753 [status] fix: spaces + icons 2022-11-04 22:35:50 +01:00
David JULIEN 438c25f4ff [mail] feat: add filters for univ 2022-11-04 16:31:35 +01:00
David JULIEN 3284e727b7 [status] fix: trailing spaces in sb-internet 2022-11-03 10:30:06 +01:00
David JULIEN e344488e65 [status] fix: icons 2022-11-01 23:30:40 +01:00
David JULIEN d029f52805 [status] fix: statusbar icons spacing 2022-10-31 10:37:04 +01:00
David JULIEN de5d6d68df
[mail] cleanup: remove unused accounts
!!!BREAKING: remove lyon1 and centrale-marseille accounts
2022-10-30 23:26:32 +01:00
David JULIEN 0005eff8a2 [status] fix: show volume when muted 2022-10-30 23:18:53 +01:00
David JULIEN 1249c0099b [mail] fix: do not display drafts count in statusbar 2022-10-25 12:32:31 +02:00
David JULIEN 5cce96f8ad [mail] fix: globbing for subdirectories 2022-10-19 23:43:14 +02:00
David JULIEN 87de4c3ad0 [mail] fix: use the right @univ-nantes adress
ref. 5bc787c
2022-10-18 11:07:00 +02:00
David JULIEN b6110b6fdb [mail] feat: update sb-mailbox to use @univ-nantes
ref. commit 5bc787c7
2022-10-17 12:41:35 +02:00
David JULIEN 40a6eb6330 [statusbar] feat: separate states for wifi down and no ssid 2022-07-28 20:06:53 +02:00
David JULIEN 72d94850b4 [statusbar] feat: handle >100% battery cases 2022-06-11 12:24:01 +02:00
David JULIEN 6fcc12da1c [mail] feat: add centrale mail account 2022-01-14 10:53:23 +01:00
David JULIEN e949adecdb [mail] fix: remove "etu" counter in statusbar 2022-01-14 10:52:22 +01:00
David JULIEN fea6a564d7 [mail] enhance scan for new mail
take everything into account, but trash
2021-12-14 08:17:03 +01:00
David JULIEN 116987ba42 [statusbar] add mailo slot to sb-mailbox 2021-12-13 20:29:27 +01: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 7458ed872a feat: properly display album artist
only display title artist for compilations
2021-09-25 13:50:42 +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 83809e1988 cleanup: variables and code 2021-09-07 23:52:48 +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