dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 09a1bcf7771387565d0e1264bbf7663947cbb482
parent d9de809c1c8f3114ecffb8baf2d7b83feebab52c
Author: mokou <mokou@posteo.de>
Date:   Thu,  4 Jun 2020 13:15:42 +0200

Add nix config and reduce sway gaps

Diffstat:
Mdot_config/fish/executable_config.fish | 5+++++
Mdot_config/fish/executable_fishfile | 1+
Mdot_config/sway/config | 4++--
Mnotes.org | 2--
Anotes.org_archive | 21+++++++++++++++++++++
5 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish @@ -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 diff --git a/dot_config/fish/executable_fishfile b/dot_config/fish/executable_fishfile @@ -1,2 +1,3 @@ jethrokuan/z jorgebucaran/fish-nvm +oh-my-fish/plugin-foreign-env diff --git a/dot_config/sway/config b/dot_config/sway/config @@ -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 diff --git a/notes.org b/notes.org @@ -1,2 +0,0 @@ -* DONE Fix icons for battery gauge (source them from the character table) -* DONE Use a normal, dark theme diff --git a/notes.org_archive b/notes.org_archive @@ -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: