mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
templates, respect XDG paths - Add Hyprland and MangoWC templates - Add GUI gaps, window radius, and border thickness overrides for niri, Hyprland, and MangoWC - Add replacement support in matugen templates for DATA_DIR, CACHE_DIR, CONFIG_DIR fixes #1274 fixes #1273
13 lines
226 B
Go
13 lines
226 B
Go
package config
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed embedded/hyprland.conf
|
|
var HyprlandConfig string
|
|
|
|
//go:embed embedded/hypr-colors.conf
|
|
var HyprColorsConfig string
|
|
|
|
//go:embed embedded/hypr-layout.conf
|
|
var HyprLayoutConfig string
|