Merge branch 'dev' into battery-low-notification

This commit is contained in:
Mads Nedergaard Paulsen
2025-07-10 20:03:28 +02:00
committed by GitHub
3 changed files with 10 additions and 11 deletions

View File

@ -76,7 +76,7 @@
"󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹" "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"
] ]
}, },
"format-full": "Charged ", "format-full": "󰂅",
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%", "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%", "tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
"interval": 5, "interval": 5,

View File

@ -28,7 +28,6 @@ set completion-query-items 200
# Show extra file information when completing, like `ls -F` does # Show extra file information when completing, like `ls -F` does
set visible-stats on set visible-stats on
$if Bash
# Be more intelligent when autocompleting by also looking at the text after # Be more intelligent when autocompleting by also looking at the text after
# the cursor. For example, when the current line is "cd ~/src/mozil", and # the cursor. For example, when the current line is "cd ~/src/mozil", and
# the cursor is on the "z", pressing Tab will not autocomplete it to "cd # the cursor is on the "z", pressing Tab will not autocomplete it to "cd
@ -38,4 +37,3 @@ $if Bash
# Coloring for Bash 4 tab completions. # Coloring for Bash 4 tab completions.
set colored-stats on set colored-stats on
$endif

View File

@ -4,3 +4,4 @@ source ~/.local/share/omarchy/default/bash/functions
source ~/.local/share/omarchy/default/bash/prompt source ~/.local/share/omarchy/default/bash/prompt
source ~/.local/share/omarchy/default/bash/init source ~/.local/share/omarchy/default/bash/init
source ~/.local/share/omarchy/default/bash/envs source ~/.local/share/omarchy/default/bash/envs
bind -f ~/.local/share/omarchy/default/bash/inputrc