Move all config files from .config/ into themes/dracula/.config/ so the dm tool can manage them as file-level symlinks. Removes .bak file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
72 lines
2.6 KiB
Text
72 lines
2.6 KiB
Text
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ CachyOS Hyprland Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
$mainMod = SUPER
|
|
|
|
env = HYPRCURSOR_THEME,Dracula
|
|
env = HYPRCURSOR_SIZE,24
|
|
env = GTK_CSD,0
|
|
|
|
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Source Files ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
source = ~/.config/hypr/config/animations.conf
|
|
source = ~/.config/hypr/config/autostart.conf
|
|
source = ~/.config/hypr/config/decorations.conf
|
|
source = ~/.config/hypr/config/environment.conf
|
|
source = ~/.config/hypr/config/input.conf
|
|
source = ~/.config/hypr/config/keybinds.conf
|
|
source = ~/.config/hypr/config/monitors.conf
|
|
source = ~/.config/hypr/config/variables.conf
|
|
source = ~/.config/hypr/config/windowrules.conf
|
|
source = ~/.config/hypr/config/workspaces.conf
|
|
|
|
# Modifying these configs can be done by creating a user defined config in the home directory, e.g.
|
|
## ~/.config/hypr/config/user-config.conf
|
|
# source = ~/.config/hypr/config/user-config.conf
|
|
# dracula/hyprland
|
|
general {
|
|
col.active_border = rgb(44475a) rgb(bd93f9) 90deg
|
|
col.inactive_border = rgba(44475aaa)
|
|
col.nogroup_border = rgba(282a36dd)
|
|
col.nogroup_border_active = rgb(bd93f9) rgb(44475a) 90deg
|
|
border_size = 2
|
|
|
|
# non-gradient alternative
|
|
#col.active_border = rgb(bd93f9)
|
|
#col.inactive_border = rgba(44475aaa)
|
|
#col.group_border = rgba(282a36dd)
|
|
#col.group_border_active = rgb(bd93f9)
|
|
|
|
# darker alternative
|
|
#col.active_border = rgb(44475a) # or rgb(6272a4)
|
|
#col.inactive_border = rgb(282a36)
|
|
#col.group_border = rgb(282a36)
|
|
#col.group_border_active = rgb(44475a) # or rgb(6272a4)
|
|
|
|
}
|
|
|
|
decoration:shadow {
|
|
color = rgba(1E202966)
|
|
|
|
# suggested shadow setting
|
|
#enabled = true
|
|
#range = 60
|
|
#offset = 1 2
|
|
#render_power = 3
|
|
#scale = 0.97
|
|
}
|
|
|
|
group {
|
|
groupbar {
|
|
col.active = rgb(bd93f9) rgb(44475a) 90deg
|
|
col.inactive = rgba(282a36dd)
|
|
}
|
|
}
|
|
|
|
ecosystem {
|
|
no_donation_nag = true
|
|
}
|
|
|
|
windowrule = border_color rgb(ff5555), match:xwayland 1
|