Reorganize repo into config/, scripts/, and docs/ directories

This commit is contained in:
duma799
2026-02-13 13:15:14 +04:00
parent 063b0b1bd0
commit c7c73546bc
33 changed files with 8 additions and 8 deletions
+19
View File
@@ -0,0 +1,19 @@
# Pywal generated color configuration for Hyprland
# This file is automatically generated by pywal
# Border colors using pywal palette
$pywal_color1 = rgb({color1.strip})
$pywal_color2 = rgb({color2.strip})
$pywal_color3 = rgb({color3.strip})
$pywal_color4 = rgb({color4.strip})
$pywal_color5 = rgb({color5.strip})
$pywal_color6 = rgb({color6.strip})
$pywal_color8 = rgb({color8.strip})
$pywal_background = rgb({background.strip})
$pywal_foreground = rgb({foreground.strip})
# Active border: gradient from color4 to color6
general {{
col.active_border = rgba({color4.strip}ee) rgba({color6.strip}ee) 45deg
col.inactive_border = rgba({color8.strip}aa)
}}