mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: quick commit don't care lolololol
This commit is contained in:
parent
e49994251e
commit
bc2d8762c9
10 changed files with 48 additions and 22 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, flake, ... }:
|
||||
let
|
||||
user = config.home.username;
|
||||
inherit (flake.config.aesthetics.themes) wmGaps;
|
||||
inherit (flake.config.aesthetics.themes) windowManager;
|
||||
in
|
||||
{
|
||||
mainBar = {
|
||||
|
@ -9,9 +9,9 @@ in
|
|||
layer = "top";
|
||||
height = 5;
|
||||
margin-top = 0;
|
||||
margin-bottom = wmGaps;
|
||||
margin-left = wmGaps;
|
||||
margin-right = wmGaps;
|
||||
margin-bottom = windowManager.gaps;
|
||||
margin-left = windowManager.gaps;
|
||||
margin-right = windowManager.gaps;
|
||||
modules-left = [
|
||||
"custom/launcher"
|
||||
"hyprland/workspaces"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue