Compare commits

...

2 Commits
sway ... main

Author SHA1 Message Date
spinach 3d2b92d5f9 polybar change on old i3 config 10 months ago
spinach 59d8af8018 minor thinkpad changes 10 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 aa50bff9b5cf24bcda810c1d77b03a5c804ea400
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 3f9e409669172ad662e82fca791f0ad16dce5edd
Subproject commit 328bcb32590e5057b09bd27a40bc2fb21385fbf3

@ -1 +1 @@
Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8

@ -1 +1 @@
Subproject commit b9a2d846efff427fd13b7e95d83a5761666329ac
Subproject commit c1b5b2c8aab51b2a5b0d29d078e3cb53bb4c46bb

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

@ -1 +1 @@
Subproject commit d21d5c9510170d74a7f959309da720b6df72ca01
Subproject commit 96670d5f16dcf23d590eb1d83d1de351b2e8fb15

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

@ -1 +1 @@
Subproject commit 9a9abc5d13d94aa404c02d19b7184143d020ecb7
Subproject commit 6d96a8a4906e91f44ddf97645d5c3c1980212402

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