Unify ghostty configs
This commit is contained in:
commit
b262aa89a4
13 changed files with 683 additions and 21 deletions
|
|
@ -2,8 +2,7 @@
|
|||
frame_width = 0
|
||||
frame_color = "#000000"
|
||||
|
||||
font = FiraCode Nerd Font 12
|
||||
#font = Iosevka Nerd Font 13
|
||||
font = IosevkaTerm Nerd Font 13
|
||||
|
||||
# Allow a small subset of html markup:
|
||||
# <b>bold</b>
|
||||
|
|
@ -187,13 +186,13 @@
|
|||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#8e8e8e"
|
||||
foreground = "#3d3839"
|
||||
background = "#3d3839"
|
||||
foreground = "#8e8e8e"
|
||||
timeout = 5
|
||||
|
||||
[urgency_normal]
|
||||
background = "#BBBBBB"
|
||||
foreground = "#191919"
|
||||
background = "#3d3839"
|
||||
foreground = "#BBBBBB"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
# --- Basics
|
||||
font-family = "IosevkaTermSlab Nerd Font Propo"
|
||||
font-family = "IosevkaTerm Nerd Font Propo"
|
||||
font-style = "Regular"
|
||||
font-size = 13
|
||||
background-opacity = 1.0
|
||||
window-decoration = auto
|
||||
confirm-close-surface = false
|
||||
|
||||
# Auto light/dark theme pair that matches your two palettes below
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ configuration {
|
|||
modi: "drun";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
font: "IosevkaTermSlab Nerd Font Propo 14";
|
||||
font: "IosevkaTerm Nerd Font Propo 14";
|
||||
display-drun: "";
|
||||
//display-run: "";
|
||||
//display-filebrowser: "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue