theming tweaks
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
animation_duration_move=300
|
||||
|
||||
# Open animation duration (ms)
|
||||
animation_duration_open=100
|
||||
animation_duration_open=200
|
||||
|
||||
# Tag animation duration (ms)
|
||||
animation_duration_tag=100
|
||||
animation_duration_tag=200
|
||||
|
||||
# Close animation duration (ms)
|
||||
animation_duration_close=100
|
||||
animation_duration_close=200
|
||||
|
||||
# Focus change (opacity transition) animation duration (ms)
|
||||
animation_duration_focus=0
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# https://mangowm.github.io/docs/
|
||||
|
||||
exec-once=~/.config/mango/exec-once.sh
|
||||
exec=~/.config/mango/exec.sh
|
||||
|
||||
source=./input/keyboard.conf
|
||||
source=./input/mouse.conf
|
||||
source=./input/trackpad.conf
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
pkill -9 pipewire
|
||||
pipewire &
|
||||
|
||||
awww-daemon &
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
#!/bin/sh
|
||||
@@ -4,7 +4,7 @@
|
||||
blur=1
|
||||
|
||||
# Enable blur for layer surfaces (like bars/docks).
|
||||
blur_layer=0
|
||||
blur_layer=1
|
||||
|
||||
i# Caches the wallpaper and blur background, significantly reducing GPU usage.
|
||||
# Disabling it will significantly increase GPU consumption and may cause rendering lag.
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@
|
||||
rootcolor=0x201B14FF
|
||||
|
||||
# Inactive window border
|
||||
bordercolor=0x444444FF
|
||||
bordercolor=0x5555CCFF
|
||||
|
||||
# Drop shadow when dragging windows
|
||||
dropcolor=0x8FBA7C55
|
||||
@@ -13,7 +13,7 @@ dropcolor=0x8FBA7C55
|
||||
splitcolor=0xEB441EFF
|
||||
|
||||
# Active window border
|
||||
focuscolor=0xc9B890FF
|
||||
focuscolor=0xBBBBFFFF
|
||||
|
||||
# Urgent window border (alerts)
|
||||
urgentcolor=0xAD401fDD
|
||||
@@ -10,10 +10,10 @@ gappih=5
|
||||
gappiv=5
|
||||
|
||||
# Horizontal outer gap (between windows and screen edges).
|
||||
gappoh=10
|
||||
gappoh=5
|
||||
|
||||
# Vertical outer gap.
|
||||
gappov=10
|
||||
gappov=5
|
||||
|
||||
# Scratchpad
|
||||
scratchpad_width_ratio=0.8
|
||||
|
||||
Reference in New Issue
Block a user