hyprland: more improvements
This commit is contained in:
parent
f3ef679499
commit
fb323ec227
7 changed files with 64 additions and 10 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue