[~] Refactor
This commit is contained in:
parent
494d3fc5d0
commit
56cea129e5
@ -1,4 +1,4 @@
|
|||||||
#!env python3
|
#!/usr/bin/env python3
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -217,7 +217,7 @@ bar {
|
|||||||
|
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
# When the status_command prints a new line to stdout, swaybar updates.
|
||||||
# The default just shows the current date and time.
|
# The default just shows the current date and time.
|
||||||
status_command while true; commands status; do sleep 1; done
|
status_command while true; do commands status; sleep 1; done
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
|
Loading…
Reference in New Issue
Block a user