Add p7zip

master
Quentin Duchemin 2024-11-12 10:23:03 +01:00
parent 37b65269e1
commit ba435ec22f
3 changed files with 52 additions and 53 deletions

View File

@ -1,7 +1,7 @@
!*dpi is used by i3WM !*dpi is used by i3WM
!See https://i3wm.org/docs/userguide.html#xresources !See https://i3wm.org/docs/userguide.html#xresources
*dpi: 120 *dpi: 100
Xft.dpi: 120 Xft.dpi: 100
Xft.autohint: 0 Xft.autohint: 0
Xft.lcdfilter: lcddefault Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull Xft.hintstyle: hintfull

View File

@ -3,7 +3,7 @@
use_custom_url_handler = True use_custom_url_handler = True
custom_url_handler = firefox custom_url_handler = firefox
enabled_plugins = ActivityWatch, InactivityWatch, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, TerminalShot, TerminatorThemes enabled_plugins = ActivityWatch, InactivityWatch, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, TerminalShot, TerminatorThemes
suppress_multiple_term_dialog = True ask_before_closing = never
always_split_with_profile = True always_split_with_profile = True
putty_paste_style_source_clipboard = True putty_paste_style_source_clipboard = True
[keybindings] [keybindings]

View File

@ -1,24 +1,22 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": { "palette": {
"text": "#ffffff", "ahead": "#54433a",
"darktext": "#6e738d",
"blue": "#8aadf4", "blue": "#8aadf4",
"lavender": "#b7bdf8", "darktext": "#6e738d",
"mauve": "#c6a0f6",
"green": "#a6da95", "green": "#a6da95",
"maroon": "#ee99a0",
"grey": "#e4e4e4", "grey": "#e4e4e4",
"ahead": "#54433a" "lavender": "#b7bdf8",
"maroon": "#ee99a0",
"mauve": "#c6a0f6",
"text": "#ffffff"
}, },
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true,
"segments": [ "segments": [
{ {
"background": "p:mauve",
"foreground": "p:text",
"properties": { "properties": {
"alpine": "\uf300", "alpine": "\uf300",
"arch": "\uf303", "arch": "\uf303",
@ -39,99 +37,100 @@
"style": "diamond", "style": "diamond",
"leading_diamond": "\u256d\u2500\ue0b2", "leading_diamond": "\u256d\u2500\ue0b2",
"template": " {{ .Icon }} ", "template": " {{ .Icon }} ",
"foreground": "p:text",
"background": "p:mauve",
"type": "os" "type": "os"
}, },
{ {
"background": "p:grey",
"foreground": "p:darktext",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " {{ .UserName }} ", "template": " {{ .UserName }} ",
"foreground": "p:darktext",
"powerline_symbol": "\ue0b0",
"background": "p:grey",
"type": "session" "type": "session"
}, },
{ {
"background": "p:blue",
"foreground": "p:text",
"properties": { "properties": {
"style": "agnoster_short",
"max_depth": 3,
"folder_icon": "\u2026", "folder_icon": "\u2026",
"folder_separator_icon": " <transparent>\ue0b1</> " "folder_separator_icon": " <transparent>\ue0b1</> ",
"max_depth": 3,
"style": "agnoster_short"
}, },
"style": "powerline", "style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " {{ .Path }} ", "template": " {{ .Path }} ",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"background": "p:blue",
"type": "path" "type": "path"
}, },
{ {
"background": "p:green",
"foreground": "p:text",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:maroon{{ end }}"
],
"properties": { "properties": {
"branch_max_length": 25, "branch_gone_icon": "\ueab8",
"fetch_stash_count": true,
"fetch_status": true,
"branch_icon": "\uf418 ", "branch_icon": "\uf418 ",
"branch_identical_icon": "\uf444", "branch_identical_icon": "\uf444",
"branch_gone_icon": "\ueab8" "branch_max_length": 25,
"fetch_stash_count": true,
"fetch_status": true
}, },
"style": "diamond", "style": "diamond",
"leading_diamond": "<transparent,background>\ue0b0</>", "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", "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", "alignment": "right",
"segments": [ "segments": [
{ {
"background": "p:grey",
"foreground": "p:darktext",
"properties": { "properties": {
"style": "austin", "always_enabled": true,
"always_enabled": true "style": "austin"
}, },
"invert_powerline": true,
"style": "powerline", "style": "powerline",
"powerline_symbol": "\ue0b2",
"template": " \ueba2 {{ .FormattedMs }} ", "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": { "properties": {
"time_format": "15:04:05" "time_format": "15:04:05"
}, },
"invert_powerline": true,
"style": "diamond", "style": "diamond",
"template": " \uf073 {{ .CurrentDate | date .Format }} ",
"trailing_diamond": "\ue0b0", "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", "alignment": "left",
"newline": true,
"segments": [ "segments": [
{ {
"foreground": "p:mauve",
"style": "plain", "style": "plain",
"template": "\u2570\u2500 {{ if .Root }}#{{else}}${{end}}", "template": "\u2570\u2500 {{ if .Root }}#{{else}}${{end}}",
"foreground": "p:mauve",
"type": "text" "type": "text"
} }
], ],
"type": "prompt" "newline": true
} }
], ],
"final_space": true, "version": 3,
"version": 2 "final_space": true
} }