hyprland + waybar + GTK (Catpuccin)
This commit is contained in:
9
home-modules/theme/theme_oomox/src/assets/sed.sh
Executable file
9
home-modules/theme/theme_oomox/src/assets/sed.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
sed -i \
|
||||
-e 's/#%BG%/rgb(0%,0%,0%)/g' \
|
||||
-e 's/#%FG%/rgb(100%,100%,100%)/g' \
|
||||
-e 's/#%HDR_BG%/rgb(50%,0%,0%)/g' \
|
||||
-e 's/#%ACCENT_BG%/rgb(0%,50%,0%)/g' \
|
||||
-e 's/#%TXT_BG%/rgb(50%,0%,50%)/g' \
|
||||
-e 's/#%TXT_FG%/rgb(0%,0%,50%)/g' \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user