From 2bd4c041b40a8eeac2a41977c8fdfba7a9190c10 Mon Sep 17 00:00:00 2001 From: chase Date: Thu, 5 Jun 2025 13:16:58 -0400 Subject: [PATCH] 183 current 2025-06-05 13:16:42 25.11.20250531.910796c 6.15.0 * --- home/plasma.nix | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/home/plasma.nix b/home/plasma.nix index 5506a14..7328d2b 100644 --- a/home/plasma.nix +++ b/home/plasma.nix @@ -75,10 +75,23 @@ location = "top"; opacity = "opaque"; widgets = [ - "org.kde.plasma.pager" + { + name = "org.kde.plasma.pager"; + config = { + General = { + displayedText = "name"; + showWindowOutlines = false; + }; + }; + } "org.kde.plasma.appmenu" "org.kde.plasma.panelspacer" - "org.kde.plasma.digitalclock" + { + digitalClock = { + calendar.firstDayOfWeek = "monday"; + time.format = "24h"; + }; + } "org.kde.plasma.panelspacer" "org.kde.plasma.systemtray" ];