wezterm: fancy translucent windows, paired with "blur my shell" gnome extension
This commit is contained in:
parent
d630359104
commit
fe346c2d10
2 changed files with 7 additions and 5 deletions
|
@ -26,10 +26,10 @@ return {
|
|||
border_right_width = "2px",
|
||||
border_bottom_height = "2px",
|
||||
border_top_height = "2px",
|
||||
border_left_color = "#666666",
|
||||
border_right_color = "#666666",
|
||||
border_bottom_color = "#666666",
|
||||
border_top_color = "#666666",
|
||||
border_left_color = "#cccccc",
|
||||
border_right_color = "#cccccc",
|
||||
border_bottom_color = "#cccccc",
|
||||
border_top_color = "#cccccc",
|
||||
},
|
||||
font = font_with_fallback("Iosevka Term SS09", { weight = "Regular" }),
|
||||
font_rules = {
|
||||
|
@ -63,6 +63,8 @@ return {
|
|||
initial_cols = 128,
|
||||
initial_rows = 45,
|
||||
use_resize_increments = true,
|
||||
|
||||
window_background_opacity = 0.93,
|
||||
window_padding = {
|
||||
left = "0.75cell",
|
||||
right = "0.5cell",
|
||||
|
|
|
@ -7,4 +7,4 @@ TryExec=/usr/bin/wezterm
|
|||
Icon=org.wezfurlong.wezterm
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new-session", "-As1", "-t0"}' --config font_size=9 start --class=wezterm-dln-dev-secondary
|
||||
Exec=/usr/bin/wezterm --config 'default_prog={"ssh", "-q", "dln-dev", "--", "tmux", "-u", "new-session", "-As1", "-t0"}' --config font_size=9 --config=window_background_opacity=0.4 start --class=wezterm-dln-dev-secondary
|
||||
|
|
Loading…
Reference in a new issue