From eb786d95da99c62df5a473d681de75009f2ad637 Mon Sep 17 00:00:00 2001 From: spinach Date: Mon, 27 Feb 2023 13:18:39 -0500 Subject: [PATCH] type fix for wallpapers and polybar updates --- gui/polybar/config.ini | 10 +++++++++- meta/configs/i3.thinkpad.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gui/polybar/config.ini b/gui/polybar/config.ini index c9af037..d4027bc 100644 --- a/gui/polybar/config.ini +++ b/gui/polybar/config.ini @@ -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 seafile calendar-sync date powermenu +modules-right = battery pulseaudio memory cpu wlan seafile calendar-sync bg-selector date-tp powermenu [bar/desktop-bar] ; desktop bar config @@ -192,6 +192,14 @@ date-alt = %a, %b %d %l:%M %P label = %date% label-foreground = ${colors.primary} +[module/date-tp] +type = internal/date + +date = %a, %b %d %l:%M %P + +label = %date% +label-foreground = ${colors.primary} + [module/seafile] ; custom seafile script type = custom/script diff --git a/meta/configs/i3.thinkpad.yaml b/meta/configs/i3.thinkpad.yaml index d6f120f..ac4b990 100644 --- a/meta/configs/i3.thinkpad.yaml +++ b/meta/configs/i3.thinkpad.yaml @@ -9,4 +9,4 @@ ~/.local/bin/wallpaper.sh: bin/wallpaper.sh ~/.local/share/wallpapers/: path: gui/wallpapers/** - globe: true + glob: true