This commit is contained in:
Hadi
2024-10-08 11:29:59 +02:00
parent c401b9bd7f
commit e83de257ad
7 changed files with 34 additions and 4 deletions

View File

@@ -68,7 +68,7 @@
"XDG_SESSION_TYPE,wayland"
"SDL_VIDEODRIVER,wayland"
"CLUTTER_BACKEND,wayland"
"AQ_DRM_DEVICES,/dev/dri/card2" # FIXME: Why the fuck this is needed
"AQ_DRM_DEVICES,/dev/dri/card2" # CHANGEME: Related to the GPU
];
cursor = {

View File

@@ -100,7 +100,9 @@
"theme.bar.buttons.workspaces.active": "#${config.lib.stylix.colors.base0D}",
"theme.bar.buttons.workspaces.available": "#${config.lib.stylix.colors.base00}",
"theme.bar.margin_top": "1.0em",
"theme.bar.margin_top": "${
toString (config.var.theme.gaps-in * 2)
}px",
"theme.bar.margin_sides": "${toString config.var.theme.gaps-out}px",
"theme.bar.margin_bottom": "0px",
"theme.bar.border_radius": "${toString config.var.theme.rounding}px",