Config dunst, add pip, change cursor size.

This commit is contained in:
Seraphim R. Pardee 2025-03-19 22:58:25 -04:00
parent 8a81ab3308
commit 9a5a121d3d
3 changed files with 42 additions and 4 deletions

View File

@ -84,6 +84,44 @@
];
};
services.dunst = {
enable = true;
settings = {
global = {
frame_color = "#88C0D0";
separator_color = "frame";
font = "JetBrains Mono Regular 11";
corner_radius = 5;
offset = "(20, 5)";
origin = "top-right";
notification_limit = 4;
gap_size = 7;
frame_width = 2;
width = 300;
height = "(0, 100)";
monitor = 1;
};
urgency_low = {
background = "#2E3440";
foreground = "#ECEFF4";
frame_color = "#81A1C1";
};
urgency_normal = {
background = "#2E3440";
foreground = "#ECEFF4";
frame_color = "#88C0D0";
};
urgency_critical = {
background = "#2E3440";
foreground = "#ECEFF4";
frame_color = "#BF616A";
};
};
};
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;

View File

@ -19,9 +19,9 @@ $terminal = kitty
$fileManager = dolphin
$menu = rofi -show run
env = XCURSOR_SIZE,28;
env = XCURSOR_SIZE,30;
env = XCURSOR_THEME,"McMojave Cursors";
env = HYPRCURSOR_SIZE,28;
env = HYPRCURSOR_SIZE,30;
env = HYPRCURSOR_THEME,"McMojave";
#################
@ -256,4 +256,4 @@ windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
debug:disable_logs = false
debug:disable_logs = false

View File

@ -3,7 +3,7 @@
{
environment.systemPackages = with pkgs; [
go
(python313Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip ]))
(python313Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip pip ]))
nodePackages.nodejs
typescript
pnpm