Nixfiles! :3
0

Configure Feed

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

...applied not all


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

MLC Bloeiman (May 20, 2026, 11:06 PM +0200) 50c44b18 d6ec91e1

+38 -61
+38 -61
home/modules/niri/waybar.nix
··· 40 40 { 41 41 layer = "top"; 42 42 position = "top"; 43 - height = 30; 44 - # margin = "10 15 0 15"; 45 - spacing = 0; 43 + height = 20; 44 + margin = "5 15 0 15"; 45 + spacing = 5; 46 46 47 47 modules-left = [ 48 48 "niri/workspaces" ··· 78 78 "Spotify (.*)" = "Spotify"; 79 79 "(.*) - Tidal" = "Tidal"; 80 80 "(.*) - TIDAL" = "Tidal"; 81 + "(.*) - Obsidian (.*)" = "Obsidian"; 81 82 }; 82 83 83 84 # format = "{name}"; ··· 86 87 }; 87 88 88 89 "custom/osktoggle" = { 89 - format = "  "; 90 - on-click = "~/.config/hypr/scripts/keyboard-relaunch.sh"; 90 + format = "  "; 91 + on-click = "~/.config/niri/scripts/osk.sh"; 91 92 tooltip-format = "Toggle the on-screen keyboard (restarts the keyboard if needed.)"; 92 93 }; 93 94 "custom/waybar-mpris" = { ··· 128 129 }; 129 130 # Clock 130 131 clock = { 131 - "timezone" = "Europe/Berlin"; 132 - "tooltip-format" = "<big>{=%Y %B}</big>\n<tt><small>{calendar}</small></tt>"; 133 - "format-alt" = "{=%Y-%m-%d}"; 132 + timezone = "Europe/Amsterdam"; 133 + format = "{:%H:%M}"; 134 + format-alt = "{:%A, %B %d, %Y (%R)}"; 134 135 }; 135 136 # System 136 137 "custom/system" = { ··· 192 193 "warning" = 30; 193 194 "critical" = 15; 194 195 }; 195 - "format-alt" = "{icon} {capacity}%"; 196 - "format" = "{icon} {time}"; 196 + "format" = "{icon} {capacity}%"; 197 + "format-alt" = "{icon} {time}"; 197 198 "format-charging" = " {capacity}%"; 198 199 "format-plugged" = " {capacity}%"; 199 200 # "format-good"= " "; ··· 248 249 ]; 249 250 250 251 style = '' 251 - @define-color backgroundlight #e06666; 252 + @define-color backgroundlight #6faa88; 252 253 @define-color backgrounddark #f4cccc; 253 - @define-color workspacesbackground1 #f4cccc; 254 - @define-color workspacesbackground2 #fa8071; 255 - @define-color workspacesbackground3 rgba(250, 128, 113, 0.3); 254 + @define-color workspacesbackground1 #67db98; 255 + @define-color workspacesbackground2 #f4cccc; 256 + @define-color workspacesbackground3 #fa8071; 256 257 @define-color bordercolor #f4cccc; 257 258 @define-color textcolor1 #000000; 258 259 @define-color textcolor2 #000000; 259 260 @define-color textcolor3 #f4cccc; 260 261 @define-color iconcolor #9b4457; 261 262 262 - /* ----------------------------------------------------- 263 - * General 264 - * ----------------------------------------------------- */ 265 263 266 264 * { 267 265 font-family: Hermit, "Font Awesome 6 Free", FontAwesome, Ubuntu, Arial, ··· 278 276 transition-duration: 0.5s; 279 277 } 280 278 281 - /* ----------------------------------------------------- 282 - * Workspaces 283 - * ----------------------------------------------------- */ 284 279 285 280 #workspaces { 286 281 margin: 5px 6px 6px 3px; ··· 290 285 border: 0px; 291 286 font-weight: bold; 292 287 font-style: normal; 293 - font-size: 12px; 288 + font-size: 10px; 294 289 color: @textcolor1; 295 290 } 296 291 297 292 #workspaces button { 298 - padding: 0px 5px; 293 + padding: 8px 0px; 299 294 margin: 4px 3px; 300 295 border-radius: 5px; 301 296 border: 0px; 297 + min-width: 15px; 302 298 color: @textcolor1; 303 299 transition: all 0.3s ease-in-out; 304 300 background: @workspacesbackground1; 305 301 } 306 302 307 303 #workspaces button.active, #workspaces button.focused { 304 + padding: 0px 0px; 308 305 color: @textcolor1; 309 306 background: @workspacesbackground2; 310 - border-radius: 5px; 311 - min-width: 40px; 307 + border-radius: 15px; 308 + min-width: 25px; 312 309 transition: all 1.0s ease-in-out; 313 310 border: 2px rgb(255,77,77) solid; 314 311 } ··· 319 316 border-radius: 6px; 320 317 } 321 318 322 - /* ----------------------------------------------------- 323 - * Tooltips 324 - * ----------------------------------------------------- */ 325 319 326 320 tooltip { 327 321 border-radius: 10px; ··· 345 339 padding: 2px 10px 0px 10px; 346 340 border-radius: 12px; 347 341 color: @textcolor2; 348 - font-size: 16px; 342 + font-size: 10px; 349 343 font-weight: normal; 350 344 } 351 345 ··· 401 395 #battery, 402 396 #clock { 403 397 margin-right: 20px; 404 - font-size: 20px; 405 398 font-weight: bold; 406 399 color: @iconcolor; 407 400 padding: 4px 10px 2px 10px; 408 401 font-size: 16px; 409 402 } 410 403 411 - #custom-quicklink1, 412 - #custom-quicklink2, 413 - #custom-quicklink3, 414 - #custom-quicklink4, 415 - #custom-quicklink5, 416 - #custom-quicklink6, 417 - #custom-quicklink7, 418 - #custom-quicklink8, 419 - #custom-quicklink9, 420 - #custom-quicklink10 { 421 - padding: 0px; 422 - margin-right: 7px; 423 - font-size: 20px; 424 - color: @iconcolor; 425 - } 426 - 427 404 #custom-osktoggle { 428 405 border-radius: 5px; 429 - font-size: 20px; 406 + font-size: 15px; 430 407 padding: 4px; 431 408 background-color: @backgroundlight; 432 409 color: @textcolor1; ··· 443 420 padding: 5px 10px 5px 10px; 444 421 /* Add a little extra padding to the right. to make it look more centered. */ 445 422 padding-right: 15px; 446 - font-size: 20px; 423 + font-size: 15px; 447 424 color: @iconcolor; 448 425 border-radius: 5px; 449 426 background-color: @backgroundlight; ··· 455 432 #cpu, 456 433 #language { 457 434 margin: 10px; 458 - padding: 0px; 459 - font-size: 14px; 435 + padding: 10px; 436 + font-size: 8px; 460 437 color: #000000; 461 438 border-radius: 5px; 462 439 background-color: @backgroundlight; 463 440 } 464 - /* glue cpu and memory together */ 465 - #cpu { 466 - margin-right: 0px; 467 - border-radius: 5px 0px 0px 5px; 468 - padding: 0px 10px 0px 10px; 469 - } 470 - #memory { 471 - margin-left: 0px; 472 - border-radius: 0px 5px 5px 0px; 473 - padding: 0px 10px 0px 10px; 474 - } 475 - 441 + /* glue cpu and memory together 442 + # #cpu { 443 + # margin-right: 0px; 444 + # border-radius: 5px 0px 0px 5px; 445 + # padding: 0px 10px 0px 10px; 446 + # } 447 + # #memory { 448 + # margin-left: 0px; 449 + # border-radius: 0px 5px 5px 0px; 450 + # padding: 0px 10px 0px 10px; 451 + # } 452 + */ 476 453 #keyboard-state { 477 454 background-color: @backgroundlight; 478 455 font-size: 12px;