wayland sway

This commit is contained in:
2025-02-16 12:14:04 +01:00
parent 30c694a586
commit 12dd9140bc
6 changed files with 365 additions and 30 deletions

View File

@@ -2,48 +2,59 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"foreground": "#E36464",
"style": "plain",
"template": "{{ .UserName }} ",
"type": "session"
},
{
"foreground": "#62ED8B",
"style": "plain",
"template": "\u279c",
"type": "text"
},
{
"foreground": "#56B6C2",
"properties": {
"cache_duration": "none"
},
"template": "{{ .UserName }} ",
"foreground": "#E36464",
"type": "session",
"style": "plain"
},
{
"properties": {
"cache_duration": "none"
},
"template": "➜",
"foreground": "#62ED8B",
"type": "text",
"style": "plain"
},
{
"properties": {
"cache_duration": "none",
"style": "folder"
},
"style": "plain",
"template": " {{ .Path }}",
"type": "path"
"foreground": "#56B6C2",
"type": "path",
"style": "plain"
},
{
"foreground": "#D4AAFC",
"properties": {
"branch_icon": ""
"branch_icon": "",
"cache_duration": "none"
},
"style": "plain",
"template": " <#DDB15F>git(</>{{ .HEAD }}<#DDB15F>)</>",
"type": "git"
"foreground": "#D4AAFC",
"type": "git",
"style": "plain"
},
{
"foreground": "#DCB977",
"style": "plain",
"properties": {
"cache_duration": "none"
},
"template": " \uf119",
"type": "status"
"foreground": "#DCB977",
"type": "status",
"style": "plain"
}
],
"type": "prompt"
]
}
],
"final_space": true,
"version": 2
"version": 3,
"final_space": true
}