2025-12-26

This commit is contained in:
2025-12-26 17:45:28 -05:00
parent eef10fc372
commit 223616e1ec
3 changed files with 12 additions and 18 deletions
+1
View File
@@ -151,6 +151,7 @@ mas "Dato", id: 1470584107
mas "DevCleaner", id: 1388020431 mas "DevCleaner", id: 1388020431
mas "Developer", id: 640199958 mas "Developer", id: 640199958
mas "Dice by PCalc", id: 1479250666 mas "Dice by PCalc", id: 1479250666
mas "Divinity - Original Sin 2", id: 1441532941
mas "Dropover", id: 1355679052 mas "Dropover", id: 1355679052
mas "Equinox", id: 1591510203 mas "Equinox", id: 1591510203
mas "Expenses", id: 1492055171 mas "Expenses", id: 1492055171
+3 -3
View File
@@ -6,7 +6,7 @@ db_path = "~/Sync/Atuin/history.db"
## where to store your encryption key, default is your system data directory ## where to store your encryption key, default is your system data directory
## linux/mac: ~/.local/share/atuin/key ## linux/mac: ~/.local/share/atuin/key
## windows: %USERPROFILE%/.local/share/atuin/key ## windows: %USERPROFILE%/.local/share/atuin/key
# key_path = "~/.key" key_path = "~/Sync/Atuin/key"
## where to store your auth session token, default is your system data directory ## where to store your auth session token, default is your system data directory
## linux/mac: ~/.local/share/atuin/session ## linux/mac: ~/.local/share/atuin/session
@@ -60,11 +60,11 @@ db_path = "~/Sync/Atuin/history.db"
## which style to use ## which style to use
## possible values: auto, full, compact ## possible values: auto, full, compact
# style = "auto" style = "auto"
## the maximum number of lines the interface should take up ## the maximum number of lines the interface should take up
## set it to 0 to always go full screen ## set it to 0 to always go full screen
# inline_height = 0 inline_height = 0
## Invert the UI - put the search bar at the top , Default to `false` ## Invert the UI - put the search bar at the top , Default to `false`
# invert = false # invert = false
+8 -15
View File
@@ -11,8 +11,7 @@
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"properties": { "options": {
"cache_duration": "none",
"time_format": "15:04" "time_format": "15:04"
}, },
"template": "\uf017 {{ .CurrentDate | date .Format }}", "template": "\uf017 {{ .CurrentDate | date .Format }}",
@@ -21,10 +20,7 @@
"style": "plain" "style": "plain"
}, },
{ {
"properties": { "options": {
"branch_max_length": 25,
"cache_duration": "none",
"fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true "fetch_upstream_icon": true
}, },
@@ -47,9 +43,7 @@
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"properties": { "options": {},
"cache_duration": "none"
},
"template": " x{{ reason .Code }}", "template": " x{{ reason .Code }}",
"foreground": "#b8ff75", "foreground": "#b8ff75",
"type": "status", "type": "status",
@@ -57,9 +51,9 @@
"foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"] "foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"]
}, },
{ {
"properties": { "options": {
"always_enabled": true, "always_enabled": true,
"cache_duration": "none",
"style": "roundrock" "style": "roundrock"
}, },
"template": " {{ .FormattedMs }} ", "template": " {{ .FormattedMs }} ",
@@ -75,8 +69,7 @@
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"properties": { "options": {
"cache_duration": "none",
"style": "full" "style": "full"
}, },
"template": "\ue5ff {{ .Path }}", "template": "\ue5ff {{ .Path }}",
@@ -92,7 +85,7 @@
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"properties": { "options": {
"cache_duration": "none" "cache_duration": "none"
}, },
"template": "!", "template": "!",
@@ -101,7 +94,7 @@
"style": "plain" "style": "plain"
}, },
{ {
"properties": { "options": {
"cache_duration": "none" "cache_duration": "none"
}, },
"template": "", "template": "",