This commit is contained in:
notohh 2022-12-16 02:40:44 -05:00
parent b6f9f29db6
commit 57d90afa84
5 changed files with 11 additions and 12 deletions

View file

@ -143,7 +143,7 @@ font:
style: Bold Italic
# Point size
size: 11.0
size: 11.5
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter

View file

@ -33,7 +33,7 @@ set column_ratios 1,3,4
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
# Show hidden files? You can toggle this by typing 'zh'
set show_hidden false
set show_hidden true
# Ask for a confirmation when running the "delete" command?
# Valid values are "always", "never", "multiple" (default)
@ -594,7 +594,6 @@ map zu set autoupdate_cumulative_size!
map zv set use_preview_script!
map zf console filter%space
copymap zf zz
set show_hidden true
# Filter stack
map .d filter_stack add type d

View file

@ -1,12 +1,12 @@
format = """
[](#f5c2e7)\
[](#f5c2e7)\
$username\
[](bg:#f38ba8 fg:#f5c2e7)\
[](bg:#f38ba8 fg:#f5c2e7)\
$directory\
[](fg:#f38ba8 bg:#eb7c92)\
[](fg:#f38ba8 bg:#eb7c92)\
$git_branch\
$git_status\
[](fg:#eb7c92 bg:#e6657f)\
[](fg:#eb7c92 bg:#e6657f)\
$c\
$elixir\
$elm\
@ -19,9 +19,9 @@ $nim\
$rust\
$scala\
$docker_context\
[](fg:#e6657f bg:#e05a75)\
[](fg:#e6657f bg:#e05a75)\
$time\
[ ](fg:#e05a75)\
[ ](fg:#e05a75)\
"""
# Disable the blank line at the start of the prompt

View file

@ -151,7 +151,7 @@
},
"hyprland/window": {
"format": "{}",
"format": "{}",
"separate-outputs": true,
},

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/nix/store/nihxxjfp4f6p5ffzd6zng9y4ckjdg2ni-system-path/bin/env python3
import argparse
import logging
import sys