diff options
| author | awy <awy@awy.one> | 2025-11-20 19:48:07 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-20 19:48:07 +0300 |
| commit | d3a9369559ba3f62ea45ebde6761aaef93d40f57 (patch) | |
| tree | 5b9b34ecae4734fd471d498b076a115fa2dc3bd0 /.config | |
| parent | b56341bf2c7c2331db2e997906068631c37ad16d (diff) | |
| download | hyprdots-d3a9369559ba3f62ea45ebde6761aaef93d40f57.tar.gz | |
eee
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/profile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index c634cea..0110a6b 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -81,10 +81,16 @@ export MOZ_DISABLE_RDD_SANDBOX=1 # For HW in Firefox on nvidia gpu export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ ---color=fg:#e5e9f0,bg:-1,hl:#81a1c1 ---color=fg+:#e5e9f0,bg+:#3b4252,hl+:#81a1c1 ---color=info:#eacb8a,prompt:#bf6069,pointer:#b48dac ---color=marker:#a3be8b,spinner:#b48dac,header:#a3be8b +--color=fg:#D3C6AA:regular +--color=fg+:#2D353B:regular +--color=hl:#A7C080:bold +--color=hl+:#2D353B:bold +--color=bg+:#A7C080 +--color=gutter:-1 +--color=prompt:#3D484D +--color=pointer:#A7C080 +--color=scrollbar:#7A8478 +--color=preview-label:#859289 --cycle --scroll-off=8 --tabstop=4 |