summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/modules/window_managers/hyprland/default.nix4
-rw-r--r--common/modules/window_managers/mango/default.nix16
-rw-r--r--flake.lock94
-rw-r--r--users/bee/default.nix3
4 files changed, 107 insertions, 10 deletions
diff --git a/common/modules/window_managers/hyprland/default.nix b/common/modules/window_managers/hyprland/default.nix
index c1c13a9..aaf202f 100644
--- a/common/modules/window_managers/hyprland/default.nix
+++ b/common/modules/window_managers/hyprland/default.nix
@@ -150,12 +150,12 @@ in
# Apply opacity logic utilizing cfg.eyeCandy.options
active_opacity =
if (cfg.eyeCandy.window.blur.enable && cfg.eyeCandy.window.opacity == 1.0) then
- 0.82
+ 0.87
else
cfg.eyeCandy.window.opacity;
inactive_opacity =
if (cfg.eyeCandy.window.blur.enable && cfg.eyeCandy.window.opacity == 1.0) then
- 0.82
+ 0.87
else
cfg.eyeCandy.window.opacity;
fullscreen_opacity = 1.0;
diff --git a/common/modules/window_managers/mango/default.nix b/common/modules/window_managers/mango/default.nix
index 9d24035..41c6f5c 100644
--- a/common/modules/window_managers/mango/default.nix
+++ b/common/modules/window_managers/mango/default.nix
@@ -59,7 +59,7 @@ in
systemd.variables = [ "--all" ];
extraConfig = ''
${lib.optionalString (config.beeMods.matugen.enable) ''
- source=~/.config/mango/mango-colors.conf
+ source = ~/.config/mango/noctalia.conf
''}
# Window effect
@@ -226,12 +226,14 @@ in
bind=SUPER,Return,spawn,${terminal}
- bind=SUPER,v,spawn,dms ipc call clipboard toggle
- bind=SUPER,a,spawn,dms ipc call spotlight toggle
- bind=ALT,F4,spawn,dms ipc call powermenu toggle
- bind=SUPER,y,spawn,dms ipc call dankdash wallpaper
- bind=SUPER,comma,spawn,dms ipc call settings focusOrToggle
+ bind=SUPER,v,spawn,noctalia-shell ipc call launcher clipboard
+ bind=SUPER,a,spawn,noctalia-shell ipc call launcher toggle
+ bind=SUPER,y,spawn,noctalia-shell ipc call wallpaper toggle
+ bind=SUPER,comma,spawn,noctalia-shell ipc call settings toggle
+ bind=SUPER,n,spawn,noctalia-shell ipc call notifications toggleHistory
+ bind=SUPER,Period,spawn,noctalia-shell ipc call launcher emoji
+ bind=ALT,F4,spawn,noctalia-shell ipc call sessionMenu toggle
bind=SUPER,F12,spawn,gnome-calculator
bind=SUPER,b,spawn,zen
bind=SUPER,e,spawn,nautilus
@@ -275,7 +277,6 @@ in
# switch layout
# bind=SUPER,n,switch_layout
- bind=SUPER,n,spawn,dms ipc call notifications toggle
# tag switch
bind=SUPER,1,view,1,0
@@ -359,6 +360,7 @@ in
autostart_sh = ''
wl-paste --type text --watch cliphist store &
gnome-keyring-daemon --start --components=secrets,ssh,pkcs11 &
+ noctalia-shell &
${lib.optionalString (config.beeMods.windowManagers.dwm.enable) ''
systemctl --user stop xidlehook.service
diff --git a/flake.lock b/flake.lock
index 1ecebf0..22971b8 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,29 @@
{
"nodes": {
+ "beevim": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "plugins-base46": "plugins-base46",
+ "plugins-lze": "plugins-lze",
+ "plugins-lzextras": "plugins-lzextras",
+ "wrappers": "wrappers"
+ },
+ "locked": {
+ "lastModified": 1778074724,
+ "narHash": "sha256-UBpqNuD0nyab/I02ctUmKB7/O2zdcHDkw3DOZ+xBt1o=",
+ "ref": "refs/heads/main",
+ "rev": "1cdfedc4284cad70075f119e2bf3de0b017bef42",
+ "revCount": 25,
+ "type": "git",
+ "url": "https://codeberg.org/brustybee/beeVim"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://codeberg.org/brustybee/beeVim"
+ }
+ },
"doomemacs": {
"flake": false,
"locked": {
@@ -248,8 +272,57 @@
"type": "github"
}
},
+ "plugins-base46": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1777801026,
+ "narHash": "sha256-dbVuQwFCOIBK9y7fklulxHHt57KbS/8KaiTvfe5rmco=",
+ "owner": "AvengeMedia",
+ "repo": "base46",
+ "rev": "eb54ce645266cac86bb6a4241428fefe61e90a8a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "AvengeMedia",
+ "repo": "base46",
+ "type": "github"
+ }
+ },
+ "plugins-lze": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1777332925,
+ "narHash": "sha256-jKADsx+893AjFfua++A/Py0Z5bZC6M8HJuXPVJdi+pA=",
+ "owner": "BirdeeHub",
+ "repo": "lze",
+ "rev": "d9425d09fc66f9529b29689852ec21d6aadf9fbc",
+ "type": "github"
+ },
+ "original": {
+ "owner": "BirdeeHub",
+ "repo": "lze",
+ "type": "github"
+ }
+ },
+ "plugins-lzextras": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1777352146,
+ "narHash": "sha256-lPGTL68ghRgX9eKOgLjAc9rkhmhACVzwD/pxPaG+dAw=",
+ "owner": "BirdeeHub",
+ "repo": "lzextras",
+ "rev": "844c3e5c5b9ab857db948941c8c7dba4e8ddd0e3",
+ "type": "github"
+ },
+ "original": {
+ "owner": "BirdeeHub",
+ "repo": "lzextras",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
+ "beevim": "beevim",
"flake-parts": "flake-parts",
"home-manager": "home-manager",
"mango": "mango",
@@ -354,6 +427,27 @@
"type": "github"
}
},
+ "wrappers": {
+ "inputs": {
+ "nixpkgs": [
+ "beevim",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1777827587,
+ "narHash": "sha256-Tz3QSgl1wwWH1jf0BngEkNhoWDIIWSBDE/RI+RpVemc=",
+ "owner": "BirdeeHub",
+ "repo": "nix-wrapper-modules",
+ "rev": "b1308b562306f59c7732357655d19cedb292d5e1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "BirdeeHub",
+ "repo": "nix-wrapper-modules",
+ "type": "github"
+ }
+ },
"zen-browser": {
"inputs": {
"nixpkgs": [
diff --git a/users/bee/default.nix b/users/bee/default.nix
index a7feb46..0204d13 100644
--- a/users/bee/default.nix
+++ b/users/bee/default.nix
@@ -59,8 +59,9 @@
animations.enable = true;
window = {
blur.enable = true;
- blur.radius = 12;
+ blur.radius = 10;
blur.passes = 3;
+ opacity = 0.87;
shadows.enable = true;
};
};