mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
fix
This commit is contained in:
@@ -41,7 +41,7 @@ A rice inspired by `NieR:Automata` ui
|
||||
- manual
|
||||
> add this under the `$THEME`` variable in `hyprland.conf`
|
||||
> ```
|
||||
> $nier=$THEME/yorha
|
||||
> $yorha=$THEME/yorha
|
||||
> source=$nier/theme.conf
|
||||
> ```
|
||||
|
||||
|
||||
22
theme.conf
22
theme.conf
@@ -1,22 +1,22 @@
|
||||
exec=fish -c "set -Ux COLORFILE $nier/colors_nier_light" && pkill -USR2 fish
|
||||
exec=fish -c "set -Ux STARSHIP_CONFIG $nier/components/starship.toml"
|
||||
exec=fish -c "set -Ux HYPRLAND_THEME $nier"
|
||||
exec=fish -c "set -Ux COLORFILE $yorha/colors_nier_light" && pkill -USR2 fish
|
||||
exec=fish -c "set -Ux STARSHIP_CONFIG $yorha/components/starship.toml"
|
||||
exec=fish -c "set -Ux HYPRLAND_THEME $yorha"
|
||||
exec-once=pkill ags
|
||||
exec=sleep 1 && ags -c $nier/components/ags/config.js
|
||||
exec=swww init; swww img $nier/wallpapers/nier_light.png --transition-type simple --transition-step 255
|
||||
exec=sleep 1 && ags -c $yorha/components/ags/config.js
|
||||
exec=swww init; swww img $yorha/wallpapers/nier_light.png --transition-type simple --transition-step 255
|
||||
exec=sleep 1 && hyprctl plugin load /lib/hyprland-plugins/hyprbars.so
|
||||
|
||||
bind=Super,o,exec,$DRUN
|
||||
|
||||
####################################################################
|
||||
# setting these here will override the values in main hyprland.conf
|
||||
$FOOTCONF=$nier/components/foot.ini
|
||||
$FISHCONF=$nier/components/fish/theme.fish
|
||||
$FOOTCONF=$yorha/components/foot.ini
|
||||
$FISHCONF=$yorha/components/fish/theme.fish
|
||||
$DRUN=ags -b settings -t settings
|
||||
$SCREENSHOT=$nier/scripts/screenshot $nier
|
||||
$SCREENSHOT=$yorha/scripts/screenshot $yorha
|
||||
####################################################################
|
||||
|
||||
source = $nier/theme_nier_light.conf
|
||||
source = $yorha/theme_nier_light.conf
|
||||
|
||||
layerrule = ignorealpha 0.3, bg_settings
|
||||
layerrule = ignorealpha, side
|
||||
@@ -37,7 +37,7 @@ decoration {
|
||||
shadow_range = 1
|
||||
shadow_render_power = 1
|
||||
shadow_offset =5 5
|
||||
# screen_shader = $nier/components/gridlines.frag
|
||||
# screen_shader = $yorha/components/gridlines.frag
|
||||
}
|
||||
|
||||
plugin {
|
||||
@@ -49,7 +49,7 @@ plugin {
|
||||
}
|
||||
|
||||
hyprtheme {
|
||||
theme = $nier/components/hyprtheme/theme.toml
|
||||
theme = $yorha/components/hyprtheme/theme.toml
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user