This commit is contained in:
2025-12-04 22:02:06 +01:00
parent 916bd6b61e
commit 3e56a80ee2
4 changed files with 5 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ Based on [codeopshq/dotfiles](https://github.com/codeopshq/dotfiles), also serve
## Grub theme
Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elegant-grub2-themes) with an [illustration from 紺屋鴉江](https://www.pixiv.net/artworks/119683453).
Based on [vinceliuice/Elegant-grub2-themes](https://github.com/vinceliuice/Elegant-grub2-themes) with an [illustration from 紺屋](https://www.pixiv.net/artworks/119683453).
## MPV

View File

@@ -141,6 +141,7 @@ binds {
Mod+F { maximize-column; }
Mod+Shift+F { fullscreen-window; }
Mod+Ctrl+F { expand-column-to-available-width; }
Mod+M { maximize-window-to-edges; }
Mod+Y { center-column; }
@@ -155,7 +156,7 @@ binds {
Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
Mod+M allow-inhibiting=false { quit; }
Mod+Shift+Q allow-inhibiting=false { quit; }
Mod+Shift+P { spawn-sh "(hyprlock &) && niri msg action power-off-monitors"; }

View File

@@ -183,7 +183,7 @@ Item {
return Colors.primary;
if (model.isActive)
return Colors.primary.lighter(130);
return Colors.overlay2;
if (model.isUrgent)
return Theme.error;