Add p7zip
parent
37b65269e1
commit
ba435ec22f
|
@ -1,7 +1,7 @@
|
|||
!*dpi is used by i3WM
|
||||
!See https://i3wm.org/docs/userguide.html#xresources
|
||||
*dpi: 120
|
||||
Xft.dpi: 120
|
||||
*dpi: 100
|
||||
Xft.dpi: 100
|
||||
Xft.autohint: 0
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
use_custom_url_handler = True
|
||||
custom_url_handler = firefox
|
||||
enabled_plugins = ActivityWatch, InactivityWatch, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, TerminalShot, TerminatorThemes
|
||||
suppress_multiple_term_dialog = True
|
||||
ask_before_closing = never
|
||||
always_split_with_profile = True
|
||||
putty_paste_style_source_clipboard = True
|
||||
[keybindings]
|
||||
|
|
|
@ -1,24 +1,22 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"palette": {
|
||||
"text": "#ffffff",
|
||||
"darktext": "#6e738d",
|
||||
"ahead": "#54433a",
|
||||
"blue": "#8aadf4",
|
||||
"lavender": "#b7bdf8",
|
||||
"mauve": "#c6a0f6",
|
||||
"darktext": "#6e738d",
|
||||
"green": "#a6da95",
|
||||
"maroon": "#ee99a0",
|
||||
"grey": "#e4e4e4",
|
||||
"ahead": "#54433a"
|
||||
"lavender": "#b7bdf8",
|
||||
"maroon": "#ee99a0",
|
||||
"mauve": "#c6a0f6",
|
||||
"text": "#ffffff"
|
||||
},
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"newline": true,
|
||||
"segments": [
|
||||
{
|
||||
"background": "p:mauve",
|
||||
"foreground": "p:text",
|
||||
"properties": {
|
||||
"alpine": "\uf300",
|
||||
"arch": "\uf303",
|
||||
|
@ -39,99 +37,100 @@
|
|||
"style": "diamond",
|
||||
"leading_diamond": "\u256d\u2500\ue0b2",
|
||||
"template": " {{ .Icon }} ",
|
||||
"foreground": "p:text",
|
||||
"background": "p:mauve",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"background": "p:grey",
|
||||
"foreground": "p:darktext",
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"template": " {{ .UserName }} ",
|
||||
"foreground": "p:darktext",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"background": "p:grey",
|
||||
"type": "session"
|
||||
},
|
||||
{
|
||||
"background": "p:blue",
|
||||
"foreground": "p:text",
|
||||
"properties": {
|
||||
"style": "agnoster_short",
|
||||
"max_depth": 3,
|
||||
"folder_icon": "\u2026",
|
||||
"folder_separator_icon": " <transparent>\ue0b1</> "
|
||||
"folder_separator_icon": " <transparent>\ue0b1</> ",
|
||||
"max_depth": 3,
|
||||
"style": "agnoster_short"
|
||||
},
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"template": " {{ .Path }} ",
|
||||
"foreground": "p:text",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"background": "p:blue",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"background": "p:green",
|
||||
"foreground": "p:text",
|
||||
"background_templates": [
|
||||
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:maroon{{ end }}"
|
||||
],
|
||||
"properties": {
|
||||
"branch_max_length": 25,
|
||||
"fetch_stash_count": true,
|
||||
"fetch_status": true,
|
||||
"branch_gone_icon": "\ueab8",
|
||||
"branch_icon": "\uf418 ",
|
||||
"branch_identical_icon": "\uf444",
|
||||
"branch_gone_icon": "\ueab8"
|
||||
"branch_max_length": 25,
|
||||
"fetch_stash_count": true,
|
||||
"fetch_status": true
|
||||
},
|
||||
"style": "diamond",
|
||||
"leading_diamond": "<transparent,background>\ue0b0</>",
|
||||
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <transparent>\ue0b1</> <#121318>\uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }} <transparent>\ue0b1</> <#121318>\uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} <transparent>\ue0b1</> <#121318>\ueb4b {{ .StashCount }}</>{{ end }} ",
|
||||
"trailing_diamond": "\ue0b0",
|
||||
"type": "git"
|
||||
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <transparent>\ue0b1</> <#121318>\uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }} <transparent>\ue0b1</> <#121318>\uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} <transparent>\ue0b1</> <#121318>\ueb4b {{ .StashCount }}</>{{ end }} ",
|
||||
"foreground": "p:text",
|
||||
"background": "p:green",
|
||||
"type": "git",
|
||||
"background_templates": [
|
||||
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:maroon{{ end }}"
|
||||
]
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
"newline": true
|
||||
},
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "right",
|
||||
"segments": [
|
||||
{
|
||||
"background": "p:grey",
|
||||
"foreground": "p:darktext",
|
||||
"properties": {
|
||||
"style": "austin",
|
||||
"always_enabled": true
|
||||
"always_enabled": true,
|
||||
"style": "austin"
|
||||
},
|
||||
"invert_powerline": true,
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\ue0b2",
|
||||
"template": " \ueba2 {{ .FormattedMs }} ",
|
||||
"type": "executiontime"
|
||||
"foreground": "p:darktext",
|
||||
"powerline_symbol": "\ue0b2",
|
||||
"background": "p:grey",
|
||||
"type": "executiontime",
|
||||
"invert_powerline": true
|
||||
},
|
||||
{
|
||||
"background": "p:mauve",
|
||||
"foreground": "p:text",
|
||||
"properties": {
|
||||
"time_format": "15:04:05"
|
||||
},
|
||||
"invert_powerline": true,
|
||||
"style": "diamond",
|
||||
"template": " \uf073 {{ .CurrentDate | date .Format }} ",
|
||||
"trailing_diamond": "\ue0b0",
|
||||
"type": "time"
|
||||
"template": " \uf073 {{ .CurrentDate | date .Format }} ",
|
||||
"foreground": "p:text",
|
||||
"background": "p:mauve",
|
||||
"type": "time",
|
||||
"invert_powerline": true
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"newline": true,
|
||||
"segments": [
|
||||
{
|
||||
"foreground": "p:mauve",
|
||||
"style": "plain",
|
||||
"template": "\u2570\u2500 {{ if .Root }}#{{else}}${{end}}",
|
||||
"foreground": "p:mauve",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
"newline": true
|
||||
}
|
||||
],
|
||||
"final_space": true,
|
||||
"version": 2
|
||||
"version": 3,
|
||||
"final_space": true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue