From ba435ec22f882dfb8e3e9ef6973cd05dbdc65949 Mon Sep 17 00:00:00 2001 From: Lilou Date: Tue, 12 Nov 2024 10:23:03 +0100 Subject: [PATCH] Add p7zip --- .Xresources | 4 +- .config/terminator/config | 2 +- .config/theme/quick-term.omp.json | 99 +++++++++++++++---------------- 3 files changed, 52 insertions(+), 53 deletions(-) diff --git a/.Xresources b/.Xresources index 47323a4..fadab56 100644 --- a/.Xresources +++ b/.Xresources @@ -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 diff --git a/.config/terminator/config b/.config/terminator/config index 0fc29c7..38b3df0 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -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] diff --git a/.config/theme/quick-term.omp.json b/.config/theme/quick-term.omp.json index b7cc891..287b696 100644 --- a/.config/theme/quick-term.omp.json +++ b/.config/theme/quick-term.omp.json @@ -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": " \ue0b1 " + "folder_separator_icon": " \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": "\ue0b0", - "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \ue0b1 <#121318>\uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \ue0b1 <#121318>\uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ue0b1 <#121318>\ueb4b {{ .StashCount }}{{ end }} ", "trailing_diamond": "\ue0b0", - "type": "git" + "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \ue0b1 <#121318>\uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \ue0b1 <#121318>\uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \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 } -