File tree Expand file tree Collapse file tree
dotfiles/DankMaterialShell
environments/hyprland/home-manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "dockTransparency" : 1 ,
1616 "widgetBackgroundColor" : " sch" ,
1717 "widgetColorMode" : " default" ,
18- "cornerRadius" : 8 ,
18+ "cornerRadius" : 10 ,
1919 "niriLayoutGapsOverride" : -1 ,
2020 "niriLayoutRadiusOverride" : -1 ,
2121 "niriLayoutBorderSize" : -1 ,
245245 "dockGroupByApp" : false ,
246246 "dockOpenOnOverview" : false ,
247247 "dockPosition" : 1 ,
248- "dockSpacing" : 8 ,
248+ "dockSpacing" : 10 ,
249249 "dockBottomGap" : 0 ,
250250 "dockMargin" : 0 ,
251251 "dockIconSize" : 40 ,
395395 }
396396 ],
397397 "spacing" : 0 ,
398- "innerPadding" : 8 ,
398+ "innerPadding" : 10 ,
399399 "bottomGap" : 0 ,
400400 "transparency" : 1 ,
401401 "widgetTransparency" : 1 ,
Original file line number Diff line number Diff line change 66} :
77let
88 cfg = config . nilhub . hyprland ;
9+ wallpaper = self + "/assets/wallpaper.png" ;
910in
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}
Original file line number Diff line number Diff line change 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 = [
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 = {
You can’t perform that action at this time.
0 commit comments