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
|
||||
|
||||
info "$(color 15)WM" wm
|
||||
prin "$(color 15)├$(color 6) Bar" "Polybar"
|
||||
prin "$(color 15)└$(color 6) Compositor" "Compton"
|
||||
info "$(color 15)WM" Hyprland
|
||||
prin "$(color 15)├$(color 6) Bar" "Waybar"
|
||||
prin "$(color 15)├$(color 6) DE" de
|
||||
|
||||
prin
|
||||
|
||||
|
@ -292,7 +292,7 @@ gpu_type="all"
|
|||
# Example:
|
||||
# on: '1920x1080 @ 60Hz'
|
||||
# off: '1920x1080'
|
||||
refresh_rate="off"
|
||||
refresh_rate="on"
|
||||
|
||||
|
||||
# Gtk Theme / Icons / Font
|
||||
|
@ -307,7 +307,7 @@ refresh_rate="off"
|
|||
# Example:
|
||||
# on: 'Numix, Adwaita'
|
||||
# off: 'Numix [GTK2], Adwaita [GTK3]'
|
||||
gtk_shorthand="off"
|
||||
gtk_shorthand="on"
|
||||
|
||||
|
||||
# Enable/Disable gtk2 Theme / Icons / Font
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
}
|
||||
decoration {
|
||||
rounding = 6
|
||||
active_opacity = 0.8
|
||||
active_opacity = 0.95
|
||||
inactive_opacity = 0.7
|
||||
fullscreen_opacity = 0.95
|
||||
blur = true
|
||||
blur_size = 8
|
||||
blur_size = 30
|
||||
blur_passes = 3
|
||||
drop_shadow = true
|
||||
shadow_range = 4
|
||||
|
|
Loading…
Reference in a new issue