diff --git a/.config/polybar/config b/.config/polybar/config index bc54040..c5c08c6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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. diff --git a/.local/bin/i3scripts/weathermap b/.local/bin/i3scripts/weathermap index 2938b81..a511c2d 100755 --- a/.local/bin/i3scripts/weathermap +++ b/.local/bin/i3scripts/weathermap @@ -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 diff --git a/screens/dtop-code.png b/screens/dtop-code.png new file mode 100644 index 0000000..aea63e6 Binary files /dev/null and b/screens/dtop-code.png differ diff --git a/screens/dtop-discord.png b/screens/dtop-discord.png new file mode 100644 index 0000000..3091137 Binary files /dev/null and b/screens/dtop-discord.png differ diff --git a/screens/dtop-rofi.png b/screens/dtop-rofi.png new file mode 100644 index 0000000..d40b610 Binary files /dev/null and b/screens/dtop-rofi.png differ diff --git a/screens/dtop.png b/screens/dtop.png index d5f68db..0633bd0 100644 Binary files a/screens/dtop.png and b/screens/dtop.png differ