0
fork

Configure Feed

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

2026-02-22 20:09

+14 -11
+14 -11
home/modules/niri/noctalia.nix
··· 168 168 enableMarkdown = true; 169 169 density = "default"; 170 170 monitors = [ ]; 171 - location = "bottom_right"; 171 + location = "top_center"; 172 172 overlayLayer = true; 173 173 backgroundOpacity = 1; 174 174 respectExpireTimeout = false; ··· 181 181 normal = true; 182 182 critical = true; 183 183 }; 184 - sounds = { 185 - enabled = false; 186 - volume = 0.5; 187 - separateSounds = false; 188 - criticalSoundFile = ""; 189 - normalSoundFile = ""; 190 - lowSoundFile = ""; 191 - excludedApps = "discord,firefox,chrome,chromium,edge"; 192 - }; 193 184 enableMediaToast = false; 194 185 enableKeyboardLayoutToast = true; 195 186 enableBatteryToast = true; 196 187 }; 188 + osd = { 189 + enabled = true; 190 + location = "top_center"; 191 + autoHideMs = 2000; 192 + overlayLayer = true; 193 + backgroundOpacity = 1; 194 + enabledTypes = [ 195 + 0 196 + 1 197 + 2 198 + ]; 199 + monitors = [ ]; 200 + }; 197 201 ui = { 198 202 fontDefault = "Atkinson Hyperlegible Next 12"; 199 - 200 203 201 204 }; 202 205 location = {