test
This commit is contained in:
parent
86111c8a25
commit
3d35d222a7
2 changed files with 7 additions and 7 deletions
|
@ -24,9 +24,9 @@ print_info() {
|
||||||
|
|
||||||
prin
|
prin
|
||||||
|
|
||||||
info "$(color 15)WM" wm
|
info "$(color 15)WM" Hyprland
|
||||||
prin "$(color 15)├$(color 6) Bar" "Polybar"
|
prin "$(color 15)├$(color 6) Bar" "Waybar"
|
||||||
prin "$(color 15)└$(color 6) Compositor" "Compton"
|
prin "$(color 15)├$(color 6) DE" de
|
||||||
|
|
||||||
prin
|
prin
|
||||||
|
|
||||||
|
@ -292,7 +292,7 @@ gpu_type="all"
|
||||||
# Example:
|
# Example:
|
||||||
# on: '1920x1080 @ 60Hz'
|
# on: '1920x1080 @ 60Hz'
|
||||||
# off: '1920x1080'
|
# off: '1920x1080'
|
||||||
refresh_rate="off"
|
refresh_rate="on"
|
||||||
|
|
||||||
|
|
||||||
# Gtk Theme / Icons / Font
|
# Gtk Theme / Icons / Font
|
||||||
|
@ -307,7 +307,7 @@ refresh_rate="off"
|
||||||
# Example:
|
# Example:
|
||||||
# on: 'Numix, Adwaita'
|
# on: 'Numix, Adwaita'
|
||||||
# off: 'Numix [GTK2], Adwaita [GTK3]'
|
# off: 'Numix [GTK2], Adwaita [GTK3]'
|
||||||
gtk_shorthand="off"
|
gtk_shorthand="on"
|
||||||
|
|
||||||
|
|
||||||
# Enable/Disable gtk2 Theme / Icons / Font
|
# Enable/Disable gtk2 Theme / Icons / Font
|
||||||
|
|
|
@ -50,11 +50,11 @@
|
||||||
}
|
}
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 6
|
rounding = 6
|
||||||
active_opacity = 0.8
|
active_opacity = 0.95
|
||||||
inactive_opacity = 0.7
|
inactive_opacity = 0.7
|
||||||
fullscreen_opacity = 0.95
|
fullscreen_opacity = 0.95
|
||||||
blur = true
|
blur = true
|
||||||
blur_size = 8
|
blur_size = 30
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
drop_shadow = true
|
drop_shadow = true
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
|
Loading…
Reference in a new issue