this will probably cause a merge conflict

This commit is contained in:
Paul Fey 2025-01-01 17:03:03 +01:00
parent 6d65a574df
commit 5af4960c2b
2 changed files with 48 additions and 43 deletions

View file

@ -1,47 +1,52 @@
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" console_title_template = '{{.PWD}}'
version = 3
final_space = true final_space = true
version = 2
console_title_template = "{{.PWD}}" [secondary_prompt]
template = ' '
foreground = 'white'
background = 'transparent'
[transient_prompt]
template = ' '
background = 'transparent'
foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}white{{end}}']
[[blocks]] [[blocks]]
type = "prompt" type = 'prompt'
alignment = "left" alignment = 'left'
newline = true newline = true
[[blocks.segments]] [[blocks.segments]]
type = "root" template = '(󱐋) '
style = "plain" type = 'root'
template = "(󱐋) " style = 'plain'
[[blocks.segments]]
type = "session"
style = "plain"
template = "{{ if .SSHSession }}() {{ end }}"
[[blocks.segments]]
type = "path"
style = "plain"
foreground = "white"
[blocks.segments.properties] [blocks.segments.properties]
style = "powerlevel" cache_duration = 'none'
[[blocks.segments]] [[blocks.segments]]
type = "text" template = '{{ if .SSHSession }}() {{ end }}'
foreground = "white" type = 'session'
style = "plain" style = 'plain'
template = ""
[transient_prompt] [blocks.segments.properties]
foreground_templates = [ cache_duration = 'none'
"{{if gt .Code 0}}red{{end}}",
"{{if eq .Code 0}}white{{end}}",
]
background = 'transparent'
template = ' '
[[blocks.segments]]
[secondary_prompt]
foreground = 'white' foreground = 'white'
background = 'transparent' type = 'path'
template = ' ' style = 'plain'
[blocks.segments.properties]
cache_duration = 'none'
style = 'powerlevel'
[[blocks.segments]]
template = ''
foreground = 'white'
type = 'text'
style = 'plain'
[blocks.segments.properties]
cache_duration = 'none'

View file

@ -23,7 +23,7 @@ set $filemanager nemo
# Note: pass the final command to swaymsg so that the resulting window can be opened # Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on. # on the original workspace that the command was run on.
#set $menu dmenu_path | wmenu | xargs swaymsg exec -- #set $menu dmenu_path | wmenu | xargs swaymsg exec --
set $dmenu dmenu set $dmenu dmenu -i
set $menu j4-dmenu-desktop --no-generic --dmenu=$dmenu set $menu j4-dmenu-desktop --no-generic --dmenu=$dmenu
set $background ~/.wallpaper set $background ~/.wallpaper
### Output configuration ### Output configuration