transparency
This commit is contained in:
parent
22828ca7cd
commit
af3c39f8bd
1 changed files with 7 additions and 3 deletions
10
sway/config
10
sway/config
|
@ -21,6 +21,10 @@ input type:keyboard {
|
||||||
repeat_rate 70
|
repeat_rate 70
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set $opacity 0.9
|
||||||
|
for_window [class="Emacs"] opacity $opacity
|
||||||
|
for_window [app_id="foot"] opacity $opacity
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $alt Mod1
|
set $alt Mod1
|
||||||
set $left h
|
set $left h
|
||||||
|
@ -121,10 +125,10 @@ bar {
|
||||||
tray_padding 4
|
tray_padding 4
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #000000
|
background #00000000
|
||||||
statusline #1d2021
|
statusline #ebdbb270
|
||||||
focused_workspace $col_fg $col_fg $col_bg
|
focused_workspace $col_fg $col_fg $col_bg
|
||||||
inactive_workspace #000000 #000000 #1d2021
|
inactive_workspace #00000000 #00000000 #ebdbb270
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue