hyprland: more improvements

This commit is contained in:
Leonardo Eugênio 2024-01-21 01:24:23 -03:00
parent f3ef679499
commit fb323ec227
7 changed files with 64 additions and 10 deletions

View file

@ -1,11 +1,12 @@
{ config, pkgs, lib, ... }:
let
inherit (pkgs.uservars) key accent font theme;
inherit (pkgs.uservars) key accent font theme desktop;
inherit (theme) color;
in
{
services.mako = {
borderSize = 2;
borderRadius = if desktop == "sway" then 0 else 5;
padding = "5";
margin = "15";
layer = "overlay";