1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
{
"name": "Rave Hyprland",
"version": "1.1",
"description": "Hyprland tiling WM with DankMaterialShell, green theme, blur effects",
"de": "hyprland",
"wallpaper": "new-raveos-main-bg.jpeg",
"archive": "theme-data.tar.gz",
"config_paths": {
"hypr": "hypr",
"DankMaterialShell": "DankMaterialShell"
},
"sddm": {
"config": "sddm/sddm.conf",
"theme_config": "sddm/astronaut.conf",
"background": "sddm/new-raveos-main-bg.jpeg"
},
"user_icons": {
"Adwaitaru-olive": "user-icons/Adwaitaru-olive"
},
"user_themes": {
"Yaru-olive-dark": "user-themes/Yaru-olive-dark"
},
"terminal": {
"packages": ["fastfetch", "kitty"],
"fastfetch_config": "fastfetch/config.jsonc",
"fastfetch_kitty_config": "fastfetch/config-kitty.jsonc",
"fastfetch_logo_txt": "fastfetch/raveos-logo.txt",
"fastfetch_logo_png": "fastfetch/raveos-logo.png",
"kitty_config": "kitty/kitty.conf",
"profile_script": "profile.d/raveos-fastfetch.sh"
},
"dependencies": [
"hyprland",
"kitty",
"thunar",
"dankmaterialshell",
"hyprswitch",
"polkit-gnome",
"wl-clipboard",
"cliphist",
"kwallet-pam",
"qt6ct",
"kvantum",
"playerctl",
"brightnessctl",
"wireplumber",
"xdg-desktop-portal-hyprland"
]
}
|