diff --git a/flake.lock b/flake.lock index 3bb37e2..7bf6253 100644 --- a/flake.lock +++ b/flake.lock @@ -18,22 +18,6 @@ "type": "github" } }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1696426674, - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -278,22 +262,6 @@ "type": "github" } }, - "nixpkgs_4": { - "locked": { - "lastModified": 1716948383, - "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "ad57eef4ef0659193044870c731987a6df5cf56b", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "locked": { "lastModified": 1720122287, @@ -316,8 +284,7 @@ "hyprland": "hyprland", "nixpkgs": "nixpkgs_3", "nur": "nur", - "split-monitor-workspaces": "split-monitor-workspaces", - "waybar": "waybar" + "split-monitor-workspaces": "split-monitor-workspaces" } }, "split-monitor-workspaces": { @@ -357,27 +324,6 @@ "type": "github" } }, - "waybar": { - "inputs": { - "flake-compat": "flake-compat", - "nixpkgs": "nixpkgs_4" - }, - "locked": { - "lastModified": 1718393308, - "narHash": "sha256-jqghcc4GphOV4gDMdu0upCgcUeKrb1Sbqbn44uboitk=", - "ref": "refs/heads/master", - "rev": "f2dfc151b57ea966e75f5ff4215a6ec4cb58b69c", - "revCount": 3519, - "submodules": true, - "type": "git", - "url": "https://github.com/thomasave/Waybar" - }, - "original": { - "submodules": true, - "type": "git", - "url": "https://github.com/thomasave/Waybar" - } - }, "xdph": { "inputs": { "hyprland-protocols": "hyprland-protocols", diff --git a/flake.nix b/flake.nix index 24c2240..2b186a0 100644 --- a/flake.nix +++ b/flake.nix @@ -10,11 +10,6 @@ url = "https://github.com/hyprwm/Hyprland"; submodules = true; }; - waybar = { - type = "git"; - url = "https://github.com/thomasave/Waybar"; - submodules = true; - }; split-monitor-workspaces = { type = "git"; url = "https://github.com/Duckonaut/split-monitor-workspaces"; diff --git a/home/ags/files/style.css b/home/ags/files/style.css index 8765cc5..16872b6 100644 --- a/home/ags/files/style.css +++ b/home/ags/files/style.css @@ -82,8 +82,7 @@ window.notification-popups box.notifications { border-radius: 11px; padding: 1em; margin: .5em; - border: 1px solid @wm_borders_edge; - background-color: @theme_bg_color; + background-color: #1f2430; } .notification.critical { diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 80b7c28..d3f1740 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -88,28 +88,6 @@ in { }; }; - services.dunst = { - enable = true; - iconTheme = { - package = pkgs.gnome3.adwaita-icon-theme; - name = "Adwaita"; - }; - settings = { - global = { - frame_color = "#00000000"; - separator_color = "frame"; - background = "#24273A"; - foreground = "#ffffff"; - font = "Ubuntu 10.5"; - width = "(0, 600)"; - padding = 15; - origin = "top-right"; - offset = "10x10"; - horizontal_padding = 20; - gap_size = 15; - }; - }; - }; wayland.windowManager.hyprland = { enable = true; systemd.variables = [ "--all" ];