feat: improved taskbar;
refactor: hyprland blur
This commit is contained in:
@@ -102,7 +102,8 @@ general {
|
||||
col.inactive_border = rgba(4B535Bff) # rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
resize_on_border = true
|
||||
hover_icon_on_border = true
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = true # false
|
||||
@@ -121,6 +122,7 @@ general {
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
border_part_of_window = 0
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
@@ -137,7 +139,7 @@ decoration {
|
||||
blur {
|
||||
enabled = true
|
||||
size = 1
|
||||
passes = 4
|
||||
passes = 3
|
||||
ignore_opacity = true
|
||||
|
||||
new_optimizations = true
|
||||
@@ -256,6 +258,16 @@ misc {
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
##############
|
||||
### CURSOR ###
|
||||
##############
|
||||
|
||||
cursor {
|
||||
# inactive_timeout = 10
|
||||
# no_warps = 1
|
||||
# persistent_warps = 1
|
||||
warp_on_change_workspace = 1
|
||||
}
|
||||
|
||||
#############
|
||||
### INPUT ###
|
||||
@@ -273,7 +285,6 @@ input {
|
||||
|
||||
follow_mouse = 2
|
||||
float_switch_override_focus = 0
|
||||
|
||||
# touchpad / canyon
|
||||
# sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
@@ -703,7 +714,7 @@ layerrule = animation slideIn right, swaync-notification-window
|
||||
layerrule = ignorezero, waybar
|
||||
layerrule = blur, waybar
|
||||
layerrule = ignorealpha 0.6, waybar
|
||||
layerrule = animation slide top, waybar
|
||||
layerrule = animation fadeIn, waybar
|
||||
|
||||
# Adjustments for certain workspaces
|
||||
workspace = special:magic, gapsin:20, gapsout:50, shadow:false
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if pgrep -x waybar > /dev/null; then
|
||||
pkill -x waybar
|
||||
else
|
||||
GTK_THEME="Simply_Circles_Dark" waybar -c "$HOME/.config/waybar/config_top.jsonc" -s "$HOME/.config/waybar/style_top.css" &
|
||||
fi
|
||||
Reference in New Issue
Block a user