Compare commits

...

1 commit
main ... master

Author SHA1 Message Date
RoastedCheese
25e30dd976
waybar -> wabar 2024-04-07 16:51:03 +02:00
4 changed files with 5 additions and 5 deletions

View file

@ -1869,7 +1869,7 @@
"schizofox": "schizofox", "schizofox": "schizofox",
"shadower": "shadower", "shadower": "shadower",
"split-monitor-workspaces": "split-monitor-workspaces", "split-monitor-workspaces": "split-monitor-workspaces",
"waybar": "waybar" "wabar": "wabar"
} }
}, },
"rust-analyzer-src": { "rust-analyzer-src": {
@ -2224,7 +2224,7 @@
"type": "github" "type": "github"
} }
}, },
"waybar": { "wabar": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_9", "flake-compat": "flake-compat_9",
"nixpkgs": "nixpkgs_13" "nixpkgs": "nixpkgs_13"

View file

@ -98,7 +98,7 @@
ags.url = "github:Aylur/ags"; ags.url = "github:Aylur/ags";
waybar.url = "github:Alexays/Waybar"; wabar.url = "github:Alexays/Waybar";
impurity.url = "github:outfoxxed/impurity.nix"; impurity.url = "github:outfoxxed/impurity.nix";
}; };

View file

@ -4,6 +4,6 @@ _: {
./hardware-configuration.nix ./hardware-configuration.nix
./profile.nix ./profile.nix
./programs.nix ./programs.nix
./waybar.nix ./wabar.nix
]; ];
} }

View file

@ -9,7 +9,7 @@ in {
home-manager.users.${username} = { home-manager.users.${username} = {
programs.waybar = { programs.waybar = {
enable = true; enable = true;
package = inputs.waybar.packages.${pkgs.system}.waybar; package = inputs.wabar.packages.${pkgs.system}.waybar;
settings.mainBar = { settings.mainBar = {
gtk-layer-shell = true; gtk-layer-shell = true;
layer = "top"; layer = "top";