fix(system): enable uwsm and fix session detection to allow VM login

- Enable programs.uwsm for session management.
- Improve SDDM theme session detection logic to be case-insensitive and more robust.
- Perform a global cleanup of 'Nnomarchy' and 'org.nnomarchy' typos across all scripts and configurations.
This commit is contained in:
Bernardo Magri
2026-04-05 11:18:41 +01:00
parent 7f086f07bf
commit 8a72a09bd8
105 changed files with 320 additions and 319 deletions

View File

@@ -3,7 +3,7 @@
# Toggle to pop-out a tile to stay fixed on a display basis.
# Usage:
# nnomarchy-hyprland-window-pop [width height [x y]]
# nomarchy-hyprland-window-pop [width height [x y]]
#
# Arguments:
# width Optional. Width of the floating window. Default: 1300

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Reload hyprland configuration (used by the Nnomarchy theme switching).
# Reload hyprland configuration (used by the Nomarchy theme switching).
hyprctl reload >/dev/null

View File

@@ -2,4 +2,4 @@
# Restart the hypridle service (used for idle detection and auto-lock).
nnomarchy-restart-app hypridle
nomarchy-restart-app hypridle

View File

@@ -2,4 +2,4 @@
# Restart the hyprsunset service (used for blue light filtering/night light).
nnomarchy-restart-app hyprsunset
nomarchy-restart-app hyprsunset

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Reload mako configuration (used by the Nnomarchy theme switching).
# Reload mako configuration (used by the Nomarchy theme switching).
makoctl reload

View File

@@ -1,3 +1,3 @@
#!/bin/bash
nnomarchy-restart-app swayosd-server
nomarchy-restart-app swayosd-server

View File

@@ -1,3 +1,3 @@
#!/bin/bash
nnomarchy-restart-app waybar
nomarchy-restart-app waybar

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Display brightness level using SwayOSD on the current monitor.
# Usage: nnomarchy-swayosd-brightness <percent>
# Usage: nomarchy-swayosd-brightness <percent>
percent="$1"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Display keyboard brightness level using SwayOSD on the current monitor.
# Usage: nnomarchy-swayosd-kbd-brightness <percent>
# Usage: nomarchy-swayosd-kbd-brightness <percent>
percent="$1"