Caelestiaaaaa it looks so good

This commit is contained in:
voidarclabs
2025-08-21 19:07:15 +01:00
parent 1cc414a96a
commit 9195c90aab
6 changed files with 308 additions and 5 deletions

View File

@@ -0,0 +1,55 @@
{
"theme": {
"enableTerm": false,
"enableHypr": false,
"enableDiscord": false,
"enableSpicetify": false,
"enableFuzzel": false,
"enableBtop": false,
"enableGtk": false,
"enableQt": false
},
"toggles": {
"communication": {
"discord": {
"enable": true,
"match": [{ "class": "discord" }],
"command": ["discord"],
"move": true
},
"whatsapp": {
"enable": true,
"match": [{ "class": "whatsapp" }],
"move": true
}
},
"music": {
"spotify": {
"enable": true,
"match": [{ "class": "Spotify" }, { "initialTitle": "Spotify" }, { "initialTitle": "Spotify Free" }],
"command": ["spicetify", "watch", "-s"],
"move": true
},
"feishin": {
"enable": true,
"match": [{ "class": "feishin" }],
"move": true
}
},
"sysmon": {
"btop": {
"enable": true,
"match": [{ "class": "btop", "title": "btop", "workspace": { "name": "special:sysmon" } }],
"command": ["foot", "-a", "btop", "-T", "btop", "fish", "-C", "exec btop"]
}
},
"todo": {
"todoist": {
"enable": true,
"match": [{ "class": "Todoist" }],
"command": ["todoist"],
"move": true
}
}
}
}

View File

@@ -0,0 +1,78 @@
{
"name": "Default",
"flavour": "custom",
"mode": "dark",
"colours": {
"primary_paletteKeyColor": "a26387",
"secondary_paletteKeyColor": "8b6f7d",
"tertiary_paletteKeyColor": "9c6c53",
"neutral_paletteKeyColor": "7f7478",
"neutral_variant_paletteKeyColor": "827379",
"background": "181115",
"onBackground": "eddfe4",
"surface": "181115",
"surfaceDim": "181115",
"surfaceBright": "40373b",
"surfaceContainerLowest": "130c10",
"surfaceContainerLow": "211a1d",
"surfaceContainer": "251e21",
"surfaceContainerHigh": "30282b",
"surfaceContainerHighest": "3b3236",
"onSurface": "eddfe4",
"surfaceVariant": "504349",
"onSurfaceVariant": "d3c2c9",
"inverseSurface": "eddfe4",
"inverseOnSurface": "362e32",
"outline": "9c8d93",
"outlineVariant": "504349",
"shadow": "000000",
"scrim": "000000",
"surfaceTint": "fbb1d8",
"primary": "fbb1d8",
"onPrimary": "511d3e",
"primaryContainer": "6b3455",
"onPrimaryContainer": "ffd8ea",
"inversePrimary": "864b6e",
"secondary": "dfbecd",
"onSecondary": "402a36",
"secondaryContainer": "5a424f",
"onSecondaryContainer": "fcd9e9",
"tertiary": "f3ba9c",
"onTertiary": "4a2713",
"tertiaryContainer": "b8856a",
"onTertiaryContainer": "000000",
"error": "ffb4ab",
"onError": "690005",
"errorContainer": "93000a",
"onErrorContainer": "ffdad6",
"primaryFixed": "ffd8ea",
"primaryFixedDim": "fbb1d8",
"onPrimaryFixed": "370728",
"onPrimaryFixedVariant": "6b3455",
"secondaryFixed": "fcd9e9",
"secondaryFixedDim": "dfbecd",
"onSecondaryFixed": "291520",
"onSecondaryFixedVariant": "58404c",
"tertiaryFixed": "ffdbca",
"tertiaryFixedDim": "f3ba9c",
"onTertiaryFixed": "311302",
"onTertiaryFixedVariant": "653d27",
"term0": "353434",
"term1": "fe45a7",
"term2": "ffbac0",
"term3": "ffdee3",
"term4": "b3a2d5",
"term5": "e491bd",
"term6": "ffba93",
"term7": "edd2d5",
"term8": "b29ea1",
"term9": "ff7db7",
"term10": "ffd2d5",
"term11": "fff1f2",
"term12": "babfdd",
"term13": "f3a9cd",
"term14": "ffd1c0",
"term15": "ffffff"
}
}

View File

@@ -0,0 +1,171 @@
{
"appearance": {
"anim": {
"durations": {
"scale": 0.5
}
},
"font": {
"family": {
"material": "Material Symbols Rounded",
"mono": "Fira Mono Nerd Font",
"sans": "Rubik"
},
"size": {
"scale": 0.9
}
},
"padding": {
"scale": 0.9
},
"rounding": {
"scale": 1
},
"spacing": {
"scale": 1
},
"transparency": {
"enabled": true,
"base": 0.75,
"layers": 0.3
}
},
"general": {
"apps": {
"terminal": ["kitty"],
"audio": ["pavucontrol"]
}
},
"background": {
"desktopClock": {
"enabled": true
},
"enabled": true
},
"bar": {
"dragThreshold": 20,
"entries": [
{
"id": "logo",
"enabled": true
},
{
"id": "workspaces",
"enabled": true
},
{
"id": "spacer",
"enabled": true
},
{
"id": "activeWindow",
"enabled": true
},
{
"id": "spacer",
"enabled": true
},
{
"id": "tray",
"enabled": true
},
{
"id": "clock",
"enabled": true
},
{
"id": "statusIcons",
"enabled": true
},
{
"id": "power",
"enabled": true
}
],
"persistent": true,
"showOnHover": true,
"status": {
"showAudio": false,
"showBattery": true,
"showBluetooth": true,
"showKbLayout": false,
"showNetwork": true
},
"tray": {
"background": false,
"recolour": false
},
"workspaces": {
"activeIndicator": true,
"activeLabel": "󰮯",
"activeTrail": true,
"label": " ",
"occupiedBg": false,
"occupiedLabel": "󰮯",
"perMonitorWorkspaces": true,
"showWindows": false,
"shown": 5
}
},
"border": {
"rounding": 8,
"thickness": 4
},
"dashboard": {
"enabled": true,
"dragThreshold": 50,
"mediaUpdateInterval": 500,
"showOnHover": true,
"visualiserBars": 45
},
"launcher": {
"actionPrefix": ":",
"dragThreshold": 50,
"vimKeybinds": true,
"enableDangerousActions": false,
"maxShown": 8,
"maxWallpapers": 9,
"useFuzzy": {
"apps": false,
"actions": false,
"schemes": false,
"variants": false,
"wallpapers": false
}
},
"lock": {
"recolourLogo": false
},
"notifs": {
"actionOnClick": true,
"clearThreshold": 0.3,
"defaultExpireTimeout": 5000,
"expandThreshold": 20,
"expire": false
},
"osd": {
"hideDelay": 2000
},
"paths": {
"mediaGif": "root:/assets/bongocat.gif",
"sessionGif": "root:/assets/kurukuru.gif",
"wallpaperDir": "~/Pictures/Wallpapers"
},
"services": {
"audioIncrement": 0.1,
"weatherLocation": "10,10",
"useFahrenheit": false,
"useTwelveHourClock": false,
"smartScheme": true
},
"session": {
"dragThreshold": 30,
"vimKeybinds": false,
"commands": {
"logout": ["loginctl", "terminate-user", ""],
"shutdown": ["systemctl", "poweroff"],
"hibernate": ["systemctl", "hibernate"],
"reboot": ["systemctl", "reboot"]
}
}
}