OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
HASH      ba591b883031
DATE      2025-05-21
SUBJECT   mako: fix settings opts
FILES     2 CHANGED
HASH      ba591b883031
DATE      2025-05-21
SUBJECT   mako: fix settings opts
FILES     2 CHANGED
 

diff --git a/modules/home/common/browser/zen/userChrome.nix b/modules/home/common/
browser/zen/userChrome.nix
index 5fc67d4..d167da9 100644
--- a/modules/home/common/browser/zen/userChrome.nix
+++ b/modules/home/common/browser/zen/userChrome.nix
@@ -1,7 +1,4 @@
-{
-  color,
-  ...
-}:
+{color, ...}:
 # css
 ''
     @media (prefers-color-scheme: dark) {

diff --git a/modules/home/common/browser/zen
/userChrome.nix b/modules/home/common/browse
r/zen/userChrome.nix
index 5fc67d4..d167da9 100644
--- a/modules/home/common/browser/zen/userCh
rome.nix
+++ b/modules/home/common/browser/zen/userCh
rome.nix
@@ -1,7 +1,4 @@
-{
-  color,
-  ...
-}:
+{color, ...}:
 # css
 ''
     @media (prefers-color-scheme: dark) {
 

diff --git a/modules/home/nixos/hyprland/components/mako.nix b/modules/home/nixos/
hyprland/components/mako.nix
index 1371fc6..6a8ecd0 100644
--- a/modules/home/nixos/hyprland/components/mako.nix
+++ b/modules/home/nixos/hyprland/components/mako.nix
@@ -18,18 +18,18 @@ in {
         anchor = "top-right";
         width = 300;
         height = 100;
-        borderSize = 2;
-        defaultTimeout = 3000;
-        backgroundColor = "#${color.layout.menu}";
-        borderColor = "#${color.border.active}";
-        textColor = "#${color.typography.text}";
-        "appname='system-notify'" = {
+        border-size = 2;
+        default-timeout = 3000;
+        background-color = "#${color.layout.menu}";
+        border-color = "#${color.border.active}";
+        text-color = "#${color.typography.text}";
+        "app-name=system-notify" = {
           text-alignment = "center";
           anchor = "top-center";
           width = 100;
           height = 100;
         };
-        "app-name='spotify_player'" = {
+        "app-name=spotify_player" = {
           border-color = "#${color.green.base}";
         };
         "urgency=critical" = {
@@ -40,22 +40,6 @@ in {
           border-color = "#${color.red.base}dd";
         };
       };
-      # extraConfig = ''
-      #   [app-name="system-notify"]
-      #   text-alignment=center
-      #   font=${fonts.regular.family} 16
-      #   anchor=top-center
-      #   width=100
-      #   height=100
-      #   [app-name="spotify_player"]
-      #   border-color=#${color.green.base}
-      #   [urgency=critical]
-      #   padding=3,3
-      #   width=300
-      #   height=100
-      #   anchor=top-center
-      #   border-color=#${color.red.base}dd
-      # '';
     };
   };
 }

diff --git a/modules/home/nixos/hyprland/com
ponents/mako.nix b/modules/home/nixos/hyprla
nd/components/mako.nix
index 1371fc6..6a8ecd0 100644
--- a/modules/home/nixos/hyprland/components
/mako.nix
+++ b/modules/home/nixos/hyprland/components
/mako.nix
@@ -18,18 +18,18 @@ in {
         anchor = "top-right";
         width = 300;
         height = 100;
-        borderSize = 2;
-        defaultTimeout = 3000;
-        backgroundColor = "#${color.layout.
menu}";
-        borderColor = "#${color.border.acti
ve}";
-        textColor = "#${color.typography.te
xt}";
-        "appname='system-notify'" = {
+        border-size = 2;
+        default-timeout = 3000;
+        background-color = "#${color.layout
.menu}";
+        border-color = "#${color.border.act
ive}";
+        text-color = "#${color.typography.t
ext}";
+        "app-name=system-notify" = {
           text-alignment = "center";
           anchor = "top-center";
           width = 100;
           height = 100;
         };
-        "app-name='spotify_player'" = {
+        "app-name=spotify_player" = {
           border-color = "#${color.green.ba
se}";
         };
         "urgency=critical" = {
@@ -40,22 +40,6 @@ in {
           border-color = "#${color.red.base
}dd";
         };
       };
-      # extraConfig = ''
-      #   [app-name="system-notify"]
-      #   text-alignment=center
-      #   font=${fonts.regular.family} 16
-      #   anchor=top-center
-      #   width=100
-      #   height=100
-      #   [app-name="spotify_player"]
-      #   border-color=#${color.green.base}
-      #   [urgency=critical]
-      #   padding=3,3
-      #   width=300
-      #   height=100
-      #   anchor=top-center
-      #   border-color=#${color.red.base}dd
-      # '';
     };
   };
 }
 
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET