Update ironbar

This commit is contained in:
DashieTM 2024-12-04 14:53:53 +01:00
parent 5556e410ae
commit 5b8c873527
3 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,8 @@
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
ironbar = {
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";
url = "github:JakeStanger/ironbar";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser.url = "github:fufexan/zen-browser-flake";

View file

@ -64,7 +64,7 @@
enabled-extensions = map (extension: extension.extensionUuid) defaultExtensions;
};
"org/gnome/desktop/interface" = {
cursor-theme = "${config.mods.stylix.cursor.name}";
cursor-theme = config.mods.stylix.cursor.name;
cursor-size = config.mods.stylix.cursor.size;
color-scheme = "prefer-dark";
};

View file

@ -47,7 +47,7 @@
services.gnome-keyring.enable = true;
dconf.settings = {
"org/gnome/desktop/interface" = {
cursor-theme = "${config.mods.stylix.cursor.name}";
cursor-theme = config.mods.stylix.cursor.name;
cursor-size = config.mods.stylix.cursor.size;
color-scheme = "prefer-dark";
};