mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
moved palletes and templates into categories in extra
This commit is contained in:
25
extra/templates/wms/hyprland/hyprland.conf
Normal file
25
extra/templates/wms/hyprland/hyprland.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
$primary = rgb({accent_stripped})
|
||||
$surface = rgb({surface_stripped})
|
||||
$secondary = rgb({base04_stripped})
|
||||
$error = rgb({error_stripped})
|
||||
$tertiary = rgb({base06_stripped})
|
||||
$surface_lowest = rgb({background_stripped})
|
||||
|
||||
general {
|
||||
col.active_border = $primary
|
||||
col.inactive_border = $surface
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = $secondary
|
||||
col.border_inactive = $surface
|
||||
col.border_locked_active = $error
|
||||
col.border_locked_inactive = $surface
|
||||
|
||||
groupbar {
|
||||
col.active = $secondary
|
||||
col.inactive = $surface
|
||||
col.locked_active = $error
|
||||
col.locked_inactive = $surface
|
||||
}
|
||||
}
|
||||
19
extra/templates/wms/hyprland/readme.md
Normal file
19
extra/templates/wms/hyprland/readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Hyprland
|
||||
|
||||
1. Download the [template file](hyprland.conf)
|
||||
|
||||
2. Configure the template in `~/.config/clrsync/config.toml`:
|
||||
|
||||
```toml
|
||||
[templates.hyprland]
|
||||
enabled = true
|
||||
input_path = '~/.config/clrsync/templates/hyprland.conf'
|
||||
output_path = '~/.config/hypr/clrsync.conf'
|
||||
reload_cmd = ''
|
||||
```
|
||||
|
||||
3. Source the generated config in `~/.config/hypr/hyprland.conf`:
|
||||
|
||||
```conf
|
||||
source = clrsync.conf
|
||||
```
|
||||
Reference in New Issue
Block a user