Update screens, refactor polybar modules, scripts
This commit is contained in:
parent
e7fb3e2dac
commit
3c95f5cc97
|
@ -586,7 +586,7 @@ ws-icon-10 = 98;
|
|||
ws-icon-11 = 97;
|
||||
ws-icon-12 = 96;爵
|
||||
ws-icon-13 = 95;
|
||||
ws-icon-14 = 94;
|
||||
ws-icon-14 = 94;
|
||||
ws-icon-default =
|
||||
; NOTE: You cannot skip icons, e.g. to get a ws-icon-6
|
||||
; you must also define a ws-icon-5.
|
||||
|
|
|
@ -86,7 +86,7 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
|
|||
|
||||
# Format of sunset/rise display and icons
|
||||
if [ "$sun_rise" -gt "$now" ]; then
|
||||
daytime=" $(get_duration "$((sun_rise-now))")" # Sun rise
|
||||
daytime=" $(get_duration "$((sun_rise-now))")" # Sun rise
|
||||
elif [ "$sun_set" -gt "$now" ]; then
|
||||
daytime=" $(get_duration "$((sun_set-now))")" # Sun set
|
||||
else
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
Binary file not shown.
After Width: | Height: | Size: 359 KiB |
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
BIN
screens/dtop.png
BIN
screens/dtop.png
Binary file not shown.
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 315 KiB |
Loading…
Reference in New Issue