Update screens, refactor polybar modules, scripts

This commit is contained in:
Shaun Reed 2020-03-24 12:49:32 -04:00
parent e7fb3e2dac
commit 3c95f5cc97
6 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ ws-icon-10 = 98;
ws-icon-11 = 97; ws-icon-11 = 97;
ws-icon-12 = 96;爵 ws-icon-12 = 96;爵
ws-icon-13 = 95; ws-icon-13 = 95;
ws-icon-14 = 94; ws-icon-14 = 94;
ws-icon-default =  ws-icon-default = 
; NOTE: You cannot skip icons, e.g. to get a ws-icon-6 ; NOTE: You cannot skip icons, e.g. to get a ws-icon-6
; you must also define a ws-icon-5. ; you must also define a ws-icon-5.

View File

@ -86,7 +86,7 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
# Format of sunset/rise display and icons # Format of sunset/rise display and icons
if [ "$sun_rise" -gt "$now" ]; then 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 elif [ "$sun_set" -gt "$now" ]; then
daytime="  $(get_duration "$((sun_set-now))")" # Sun set daytime="  $(get_duration "$((sun_set-now))")" # Sun set
else else

BIN
screens/dtop-code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

BIN
screens/dtop-discord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

BIN
screens/dtop-rofi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 315 KiB