0
fork

Configure Feed

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

desktop widgets on Samurott as well


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

+40
+40
home/modules/niri/noctalia.nix
··· 240 240 gridSnapScale = false; 241 241 monitorWidgets = [ 242 242 { 243 + # Side screen for Samurott 244 + name = "DP-2"; 245 + widgets = [ 246 + { 247 + clockColor = "none"; 248 + clockStyle = "digital"; 249 + customFont = ""; 250 + "format" = "HH:mm\\nd MMMM yyyy"; 251 + "id" = "Clock"; 252 + "roundedCorners" = true; 253 + "showBackground" = true; 254 + "useCustomFont" = false; 255 + "x" = 50; 256 + "y" = 50; 257 + } 258 + { 259 + "id" = "Weather"; 260 + "roundedCorners" = true; 261 + "scale" = 0.9338744674156018; 262 + "showBackground" = true; 263 + "x" = 212; 264 + "y" = 50; 265 + } 266 + { 267 + "hideMode" = "visible"; 268 + "id" = "MediaPlayer"; 269 + "roundedCorners" = true; 270 + "showAlbumArt" = true; 271 + "showBackground" = true; 272 + "showButtons" = true; 273 + "showVisualizer" = true; 274 + "visualizerType" = "linear"; 275 + "x" = 445; 276 + "y" = 50; 277 + } 278 + ]; 279 + } 280 + 281 + { 282 + # Laptop screen on both Ponyta and Fennekin. 243 283 name = "eDP-1"; 244 284 widgets = [ 245 285 {