Skip to content

Commit 0e25d9b

Browse files
committed
hyprland tweaks
1 parent fd7dbeb commit 0e25d9b

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

dotfiles/DankMaterialShell/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dockTransparency": 1,
1616
"widgetBackgroundColor": "sch",
1717
"widgetColorMode": "default",
18-
"cornerRadius": 8,
18+
"cornerRadius": 10,
1919
"niriLayoutGapsOverride": -1,
2020
"niriLayoutRadiusOverride": -1,
2121
"niriLayoutBorderSize": -1,
@@ -245,7 +245,7 @@
245245
"dockGroupByApp": false,
246246
"dockOpenOnOverview": false,
247247
"dockPosition": 1,
248-
"dockSpacing": 8,
248+
"dockSpacing": 10,
249249
"dockBottomGap": 0,
250250
"dockMargin": 0,
251251
"dockIconSize": 40,
@@ -395,7 +395,7 @@
395395
}
396396
],
397397
"spacing": 0,
398-
"innerPadding": 8,
398+
"innerPadding": 10,
399399
"bottomGap": 0,
400400
"transparency": 1,
401401
"widgetTransparency": 1,

environments/hyprland/home-manager/services.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@
66
}:
77
let
88
cfg = config.nilhub.hyprland;
9+
wallpaper = self + "/assets/wallpaper.png";
910
in
1011
{
1112
services = lib.mkIf cfg.enable {
1213
easyeffects = {
1314
enable = true;
1415
};
16+
17+
hyprpaper = {
18+
enable = true;
19+
settings = {
20+
ipc = "on";
21+
preload = [ "${wallpaper}" ];
22+
wallpaper = [ ",${wallpaper}" ];
23+
};
24+
};
1525
};
1626
}

environments/hyprland/home-manager/wayland.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ in
2828

2929
exec-once = [
3030
# "dbus-update-activation-environment --systemd --all"
31-
"dms ipc call wallpaper set ${wallpaper}"
31+
# "dms ipc call wallpaper set ${wallpaper}"
3232
];
3333

3434
bind = [
@@ -92,13 +92,13 @@ in
9292
];
9393

9494
general = {
95-
gaps_in = 4;
96-
gaps_out = 8;
95+
gaps_in = 5;
96+
gaps_out = 10;
9797
layout = "dwindle";
9898
};
9999

100100
decoration = {
101-
rounding = 8;
101+
rounding = 10;
102102
rounding_power = 2;
103103

104104
shadow = {

0 commit comments

Comments
 (0)