Update ironbar
This commit is contained in:
parent
5556e410ae
commit
5b8c873527
3 changed files with 4 additions and 3 deletions
|
|
@ -25,7 +25,8 @@
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
|
||||||
ironbar = {
|
ironbar = {
|
||||||
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";
|
url = "github:JakeStanger/ironbar";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
zen-browser.url = "github:fufexan/zen-browser-flake";
|
zen-browser.url = "github:fufexan/zen-browser-flake";
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
enabled-extensions = map (extension: extension.extensionUuid) defaultExtensions;
|
enabled-extensions = map (extension: extension.extensionUuid) defaultExtensions;
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/interface" = {
|
"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;
|
cursor-size = config.mods.stylix.cursor.size;
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
services.gnome-keyring.enable = true;
|
services.gnome-keyring.enable = true;
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/interface" = {
|
"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;
|
cursor-size = config.mods.stylix.cursor.size;
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue