0
fork

Configure Feed

Select the types of activity you want to include in your feed.

*Mumbles* desktop widgets

Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+49 -3
+49 -3
home/modules/niri/noctalia.nix
··· 103 103 id = "Tray"; 104 104 } 105 105 106 - { 107 - id = "MediaMini"; 108 - } 106 + # { 107 + # id = "MediaMini"; 108 + # } 109 109 { 110 110 id = "CustomButton"; 111 111 icon = "keyboard"; ··· 233 233 qt = true; 234 234 niri = true; 235 235 }; 236 + desktopWidgets = { 237 + enabled = true; 238 + overviewEnabled = false; 239 + gridSnap = false; 240 + gridSnapScale = false; 241 + monitorWidgets = [ 242 + { 243 + name = "eDP-1"; 244 + widgets = [ 245 + { 246 + clockColor = "none"; 247 + clockStyle = "minimal"; 248 + customFont = ""; 249 + "format" = "HH:mm\\nd MMMM yyyy"; 250 + "id" = "Clock"; 251 + "roundedCorners" = true; 252 + "showBackground" = true; 253 + "useCustomFont" = false; 254 + "x" = 50; 255 + "y" = 50; 256 + } 257 + { 258 + "id" = "Weather"; 259 + "roundedCorners" = true; 260 + "scale" = 0.9338744674156018; 261 + "showBackground" = true; 262 + "x" = 212; 263 + "y" = 50; 264 + } 265 + { 266 + "hideMode" = "visible"; 267 + "id" = "MediaPlayer"; 268 + "roundedCorners" = true; 269 + "showAlbumArt" = true; 270 + "showBackground" = true; 271 + "showButtons" = true; 272 + "showVisualizer" = true; 273 + "visualizerType" = "linear"; 274 + "x" = 50; 275 + "y" = 140; 276 + } 277 + ]; 278 + } 279 + ]; 280 + }; 281 + 236 282 sessionMenu = { 237 283 enable = false; 238 284 };