added hostname var in ohmyposh
This commit is contained in:
@@ -41,13 +41,13 @@ copy-to = Sent
|
|||||||
default = Inbox
|
default = Inbox
|
||||||
aliases = blue@liphlink.xyz,red@liphlink.xyz
|
aliases = blue@liphlink.xyz,red@liphlink.xyz
|
||||||
|
|
||||||
[proton]
|
# [proton]
|
||||||
source = imap+insecure://liiph%40protonmail.com:dRvBWYW3uERY6xqXDgJLeQ@127.0.0.1:1144
|
# source = imap+insecure://liiph%40protonmail.com:dRvBWYW3uERY6xqXDgJLeQ@127.0.0.1:1144
|
||||||
outgoing = smtp+insecure://liiph%40protonmail.com:dRvBWYW3uERY6xqXDgJLeQ@127.0.0.1:1026
|
# outgoing = smtp+insecure://liiph%40protonmail.com:dRvBWYW3uERY6xqXDgJLeQ@127.0.0.1:1026
|
||||||
default = INBOX
|
# default = INBOX
|
||||||
from = Liph <spam@liphlink.xyz>
|
# from = Liph <spam@liphlink.xyz>
|
||||||
copy-to = Sent
|
# copy-to = Sent
|
||||||
archive = Archive
|
# archive = Archive
|
||||||
postpone = Drafts
|
# postpone = Drafts
|
||||||
folders-sort = INBOX,Drafts,Sent,Archive,Spam,Trash
|
# folders-sort = INBOX,Drafts,Sent,Archive,Spam,Trash
|
||||||
aliases = liiph@proton.me,liiph@pm.me,ph.waibel@proton.me,ph.waibel@pm.me
|
# aliases = liiph@proton.me,liiph@pm.me,ph.waibel@proton.me,ph.waibel@pm.me
|
||||||
|
|||||||
@@ -102,6 +102,12 @@ match app-id=r#"^org\.gnome\.World\.Secrets$"#
|
|||||||
block-out-from "screen-capture"
|
block-out-from "screen-capture"
|
||||||
}
|
}
|
||||||
// terminal window-rule
|
// terminal window-rule
|
||||||
|
window-rule {
|
||||||
|
match app-id="^(zoom|us.zoom.Zoom)$"
|
||||||
|
exclude title="^.*Zoom Workplace"
|
||||||
|
open-floating true
|
||||||
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match at-startup=true app-id="kitty"
|
match at-startup=true app-id="kitty"
|
||||||
open-on-workspace "1"
|
open-on-workspace "1"
|
||||||
|
|||||||
@@ -20,6 +20,13 @@ type = 'prompt'
|
|||||||
alignment = 'left'
|
alignment = 'left'
|
||||||
newline = true
|
newline = true
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
template = '{{ .HostName }} '
|
||||||
|
foreground = 'magenta'
|
||||||
|
background = 'transparent'
|
||||||
|
type = 'text'
|
||||||
|
style = 'plain'
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = '{{ .Path }}'
|
template = '{{ .Path }}'
|
||||||
foreground = 'blue'
|
foreground = 'blue'
|
||||||
|
|||||||
Reference in New Issue
Block a user