mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: abstracted out window manager tile gapp
This commit is contained in:
parent
17d2832b06
commit
93efd494ca
9 changed files with 17 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, ... }:
|
||||
{ config, flake, ... }:
|
||||
let
|
||||
user = config.home.username;
|
||||
inherit (flake.config.aesthetics.themes) wmGaps;
|
||||
in
|
||||
{
|
||||
mainBar = {
|
||||
|
@ -8,9 +9,9 @@ in
|
|||
layer = "top";
|
||||
height = 5;
|
||||
margin-top = 0;
|
||||
margin-bottom = 5;
|
||||
margin-left = 5;
|
||||
margin-right = 5;
|
||||
margin-bottom = wmGaps;
|
||||
margin-left = wmGaps;
|
||||
margin-right = wmGaps;
|
||||
modules-left = [
|
||||
"custom/launcher"
|
||||
"hyprland/workspaces"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue