Add nix config and reduce sway gaps
This commit is contained in:
parent
d9de809c1c
commit
09a1bcf777
5 changed files with 29 additions and 4 deletions
|
@ -11,6 +11,11 @@ if test -z "$XDG_RUNTIME_DIR"
|
|||
end
|
||||
end
|
||||
|
||||
# Set Nix include path if it exists
|
||||
if test -e ~/.nix-profile/etc/profile.d/nix.sh
|
||||
fenv source ~/.nix-profile/etc/profile.d/nix.sh
|
||||
end
|
||||
|
||||
# PATH adjustment
|
||||
setpath ~/.rbenv/shims
|
||||
setpath ~/.rbenv/bin
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
jethrokuan/z
|
||||
jorgebucaran/fish-nvm
|
||||
oh-my-fish/plugin-foreign-env
|
||||
|
|
|
@ -39,8 +39,8 @@ client.focused_inactive #282828 #282828 #ffffff #ffffff #282828
|
|||
client.unfocused #282828 #282828 #888888 #ffffff #282828
|
||||
|
||||
# gaps
|
||||
gaps inner 10
|
||||
gaps outer 10
|
||||
gaps inner 7
|
||||
gaps outer 7
|
||||
|
||||
# Hide cursor after a while (10 secs)
|
||||
seat seat0 hide_cursor 10000
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
* DONE Fix icons for battery gauge (source them from the character table)
|
||||
* DONE Use a normal, dark theme
|
21
notes.org_archive
Normal file
21
notes.org_archive
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- mode: org -*-
|
||||
|
||||
|
||||
Archived entries from file /home/lu/.local/share/chezmoi/notes.org
|
||||
|
||||
|
||||
* DONE Fix icons for battery gauge (source them from the character table)
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2020-06-03 Wed 15:56
|
||||
:ARCHIVE_FILE: ~/.local/share/chezmoi/notes.org
|
||||
:ARCHIVE_CATEGORY: notes
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
||||
|
||||
* DONE Use a normal, dark theme
|
||||
:PROPERTIES:
|
||||
:ARCHIVE_TIME: 2020-06-03 Wed 15:56
|
||||
:ARCHIVE_FILE: ~/.local/share/chezmoi/notes.org
|
||||
:ARCHIVE_CATEGORY: notes
|
||||
:ARCHIVE_TODO: DONE
|
||||
:END:
|
Loading…
Add table
Reference in a new issue