From d4c720afce6a726552f3feae40af1dccb2424ab6 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 28 May 2024 12:41:47 -0400 Subject: [PATCH] 705 current 2024-05-28 12:41:46 24.11.20240524.bfb7a88 6.9.1-zen1 * --- flake.lock | 6 +++--- modules/home/rice/gtk/default.nix | 16 +++++++++------- modules/nixos/protocols/wayland/default.nix | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index a96a476..b94022a 100644 --- a/flake.lock +++ b/flake.lock @@ -1488,11 +1488,11 @@ ] }, "locked": { - "lastModified": 1716884499, - "narHash": "sha256-uU74Q3mztyM7vNub0y6qbE/18M5s+czT6ZYZXKubEtE=", + "lastModified": 1716912053, + "narHash": "sha256-RA8/JeKVEuAmFRjxZX2yH4d2WYouSKCtUNvxgSJtMK4=", "owner": "Alexays", "repo": "Waybar", - "rev": "57f2a57dace7128a0def71c92732f30b8cc04592", + "rev": "0d518cb5a30756a0fd6927d1b90db768e9425a7d", "type": "github" }, "original": { diff --git a/modules/home/rice/gtk/default.nix b/modules/home/rice/gtk/default.nix index a25ef7c..cb66e24 100644 --- a/modules/home/rice/gtk/default.nix +++ b/modules/home/rice/gtk/default.nix @@ -50,13 +50,15 @@ in { libsForQt5.qt5ct breeze-icons ]; - # pointerCursor = { - # package = pkgs.catppuccin-cursors.mochaMauve; - # name = "catppuccin"; - # size = 16; - # gtk.enable = true; - # x11.enable = true; - # }; + pointerCursor = { + package = pkgs.catppuccin-cursors.mochaMauve; + name = "Catppuccin-Mocha-Mauve-Cursors"; + x11 = { + enable = true; + defaultCursor = "Catppuccin-Mocha-Mauve-Cursors"; + }; + size = 24; + }; sessionVariables = { }; diff --git a/modules/nixos/protocols/wayland/default.nix b/modules/nixos/protocols/wayland/default.nix index b73aaa6..920f71f 100644 --- a/modules/nixos/protocols/wayland/default.nix +++ b/modules/nixos/protocols/wayland/default.nix @@ -35,7 +35,7 @@ in { environment = { variables = { - NIXOS_OZONE_WL = "0"; + # NIXOS_OZONE_WL = "0"; __GL_GSYNC_ALLOWED = "0"; __GL_VRR_ALLOWED = "0"; _JAVA_AWT_WM_NONEREPARENTING = "1";