theming tweaks
This commit is contained in:
@@ -5,15 +5,15 @@ lines=8
|
|||||||
inner-pad=8
|
inner-pad=8
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background=#000000ff
|
background=#00000000
|
||||||
text=#888888ff
|
text=#888888FF
|
||||||
selection=#777777ff
|
selection=#BBBBFFFF
|
||||||
selection-text=#000000ff
|
selection-text=#000000FF
|
||||||
border=#777777ff
|
border=#BBBBFFFF
|
||||||
match=#ffffffff
|
match=#FFFFFFFF
|
||||||
selection-match=#ffffffff
|
selection-match=#FF44FFFF
|
||||||
|
|
||||||
[border]
|
[border]
|
||||||
width=2
|
width=3
|
||||||
radius=0
|
radius=6
|
||||||
selection-radius=0
|
selection-radius=6
|
||||||
|
|||||||
@@ -1,15 +1,16 @@
|
|||||||
output=*
|
output=*
|
||||||
anchor=top-right
|
anchor=top-right
|
||||||
width=300
|
width=400
|
||||||
height=100
|
height=120
|
||||||
|
|
||||||
margin=10
|
margin=10
|
||||||
padding=10
|
padding=10
|
||||||
|
|
||||||
border-size=1
|
border-size=3
|
||||||
border-color=#ffffff80
|
border-radius=6
|
||||||
background-color=#000000ff
|
border-color=#BBBBFFFF
|
||||||
text-color=#aaaaaaff
|
background-color=#00003311
|
||||||
|
text-color=#BBBBFFFF
|
||||||
|
|
||||||
default-timeout=5000
|
default-timeout=5000
|
||||||
max-visible=5
|
max-visible=5
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
animation_duration_move=300
|
animation_duration_move=300
|
||||||
|
|
||||||
# Open animation duration (ms)
|
# Open animation duration (ms)
|
||||||
animation_duration_open=100
|
animation_duration_open=200
|
||||||
|
|
||||||
# Tag animation duration (ms)
|
# Tag animation duration (ms)
|
||||||
animation_duration_tag=100
|
animation_duration_tag=200
|
||||||
|
|
||||||
# Close animation duration (ms)
|
# Close animation duration (ms)
|
||||||
animation_duration_close=100
|
animation_duration_close=200
|
||||||
|
|
||||||
# Focus change (opacity transition) animation duration (ms)
|
# Focus change (opacity transition) animation duration (ms)
|
||||||
animation_duration_focus=0
|
animation_duration_focus=0
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# https://mangowm.github.io/docs/
|
# https://mangowm.github.io/docs/
|
||||||
|
|
||||||
|
exec-once=~/.config/mango/exec-once.sh
|
||||||
|
exec=~/.config/mango/exec.sh
|
||||||
|
|
||||||
source=./input/keyboard.conf
|
source=./input/keyboard.conf
|
||||||
source=./input/mouse.conf
|
source=./input/mouse.conf
|
||||||
source=./input/trackpad.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
|
blur=1
|
||||||
|
|
||||||
# Enable blur for layer surfaces (like bars/docks).
|
# 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.
|
i# Caches the wallpaper and blur background, significantly reducing GPU usage.
|
||||||
# Disabling it will significantly increase GPU consumption and may cause rendering lag.
|
# Disabling it will significantly increase GPU consumption and may cause rendering lag.
|
||||||
|
|||||||
+2
-2
@@ -4,7 +4,7 @@
|
|||||||
rootcolor=0x201B14FF
|
rootcolor=0x201B14FF
|
||||||
|
|
||||||
# Inactive window border
|
# Inactive window border
|
||||||
bordercolor=0x444444FF
|
bordercolor=0x5555CCFF
|
||||||
|
|
||||||
# Drop shadow when dragging windows
|
# Drop shadow when dragging windows
|
||||||
dropcolor=0x8FBA7C55
|
dropcolor=0x8FBA7C55
|
||||||
@@ -13,7 +13,7 @@ dropcolor=0x8FBA7C55
|
|||||||
splitcolor=0xEB441EFF
|
splitcolor=0xEB441EFF
|
||||||
|
|
||||||
# Active window border
|
# Active window border
|
||||||
focuscolor=0xc9B890FF
|
focuscolor=0xBBBBFFFF
|
||||||
|
|
||||||
# Urgent window border (alerts)
|
# Urgent window border (alerts)
|
||||||
urgentcolor=0xAD401fDD
|
urgentcolor=0xAD401fDD
|
||||||
@@ -10,10 +10,10 @@ gappih=5
|
|||||||
gappiv=5
|
gappiv=5
|
||||||
|
|
||||||
# Horizontal outer gap (between windows and screen edges).
|
# Horizontal outer gap (between windows and screen edges).
|
||||||
gappoh=10
|
gappoh=5
|
||||||
|
|
||||||
# Vertical outer gap.
|
# Vertical outer gap.
|
||||||
gappov=10
|
gappov=5
|
||||||
|
|
||||||
# Scratchpad
|
# Scratchpad
|
||||||
scratchpad_width_ratio=0.8
|
scratchpad_width_ratio=0.8
|
||||||
|
|||||||
Reference in New Issue
Block a user