From 01a8d23d90d495a5b4acd833ee4c97366c3a2581 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 31 Aug 2025 16:00:14 +0200 Subject: [PATCH] Configure desktop widgets --- plasma.nix | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/plasma.nix b/plasma.nix index bcdc165..2c4d1dd 100644 --- a/plasma.nix +++ b/plasma.nix @@ -55,9 +55,36 @@ width = 250; }; } + # I can't use a non-default widget + # { + # name = "com.github.prayag2.modernclock"; + # config = { + # Appearance = { + # date_font_color="222,217,190"; + # date_font_size=32; + # day_font_color="222,217,190"; + # day_font_size=94; + # time_font_color="222,217,190"; + # time_font_size=32; + # use_24_hour_format=true; + # }; + # }; + # position = { + # horizontal = 51; + # vertical = 100; + # }; + # size = { + # height = 250; + # width = 250; + # }; + # } { - name = "org.kde.comicstrip"; + name = "org.kde.plasma.comic"; config = { + UserBackgroundHints = "ShadowBackground"; + arrowsOnHover = true; + checkNewComicStripsIntervall = 30; + tabIdentifier="xkcd"; }; position = { horizontal = 51;