Compare commits

...

3 Commits
docker ... main

Author SHA1 Message Date
spinach 3d2b92d5f9 polybar change on old i3 config 10 months ago
spinach 59d8af8018 minor thinkpad changes 10 months ago
spinach 5f5930c982 updating across the board 12 months ago

@ -7,14 +7,15 @@ SYNC_IN_PROGRESS=$(printf '%s%s' '%{F#FF0}' $(echo -e '\Uf1216')) # yellow
SYNC_FAILED=$(printf '%s%s' '%{F#F00}' $(echo -e '\Uf0b98')) # red
if ! command -v seaf-cli &>/dev/null ; then
echo "Seafile not downloaded to device!">&2
echo "depends on seaf-cli">&2
echo "$SYNC_FAILED"
exit 1
fi
# getting folder status and trimming headers
SEAFILE_STATUS=$(seaf-cli status | tail -n +2)
SEAFILE_STATUS=$(seaf-cli status 2>/dev/null | tail -n +2)
ERRORS=$(echo "$SEAFILE_STATUS" | grep "error")
if [[ -n "$ERRORS" ]] ; then
# some directories have errors
echo "Error: Failed to sync">&2

@ -1 +1 @@
Subproject commit 1ff331968225f5854d4790de73d2b8e2af545171
Subproject commit 4af034b82620c67492f951be0fbbe0a024ab31e2

@ -38,7 +38,7 @@ font-0 = Hack Nerd Font:size=10;2
height = 14pt
; modules
modules-left = xworkspaces weather-thinkpad
modules-right = battery pulseaudio memory cpu wlan vpn uptime seafile calendar-sync bg-selector date-tp powermenu
modules-right = battery pulseaudio memory cpu wlan seafile calendar-sync bg-selector date-tp powermenu
[bar/desktop-bar]
; desktop bar config

@ -1 +1 @@
Subproject commit bcf7a4d38dc941e816e1f491b63417e959ba4c0a
Subproject commit dbf546e61c0ca848f2474db55b601dead6d41f7e

@ -1 +1 @@
Subproject commit 951d6957895b1887567b3ea7e548f9533daa3c83
Subproject commit c1b5b2c8aab51b2a5b0d29d078e3cb53bb4c46bb

@ -1 +1 @@
Subproject commit 08fb3b8990fcd93f45dfe220b066a446cf31c7b5
Subproject commit 56aba76874efb3bb5914d8eaf9e356057113aea7

@ -1 +1 @@
Subproject commit 86e4f4a84180da7f5b99c3db8043cb9d92cb9189
Subproject commit 96670d5f16dcf23d590eb1d83d1de351b2e8fb15

@ -1 +1 @@
Subproject commit 613dfb9d259166a40d0781e26b8ecd0f59648a25
Subproject commit c5672a5864bc78a932de438e4f64fefcee5c6ea6

@ -1 +1 @@
Subproject commit 451300eda243251b60d13da6d028b9ff4e8b92cb
Subproject commit 6d96a8a4906e91f44ddf97645d5c3c1980212402

@ -1 +1 @@
Subproject commit d27117b8bc4f600657c7dd94310f60e784371eac
Subproject commit 020bbf7d64cc2f0c5d2a4ab96d45b8014ef54ad2
Loading…
Cancel
Save