Updated config
This commit is contained in:
parent
20799af627
commit
cd69348dbf
19 changed files with 23 additions and 23 deletions
|
@ -39,4 +39,4 @@ action = "ToggleFullscreen"
|
||||||
key = "F11"
|
key = "F11"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 1.0
|
opacity = 1.0
|
|
@ -51,4 +51,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
function cdls --on-variable PWD
|
function cdls --on-variable PWD
|
||||||
ls
|
ls
|
||||||
end
|
end
|
|
@ -1,8 +1,4 @@
|
||||||
if status is-interactive
|
if test -f ~/.env
|
||||||
# Aliases
|
|
||||||
source $HOME/.config/fish/alias.fish
|
|
||||||
|
|
||||||
# Set environment variables from .env
|
|
||||||
while read -la line
|
while read -la line
|
||||||
set -l keyval (string split -m1 "=" $line)
|
set -l keyval (string split -m1 "=" $line)
|
||||||
set -l key (string trim $keyval[1])
|
set -l key (string trim $keyval[1])
|
||||||
|
@ -10,4 +6,8 @@ if status is-interactive
|
||||||
set -l value (eval echo $value)
|
set -l value (eval echo $value)
|
||||||
set -xg $key $value
|
set -xg $key $value
|
||||||
end < ~/.env
|
end < ~/.env
|
||||||
|
end
|
||||||
|
|
||||||
|
if status is-interactive
|
||||||
|
source $HOME/.config/fish/alias.fish
|
||||||
end
|
end
|
|
@ -1,3 +1,3 @@
|
||||||
function config
|
function config
|
||||||
f $HOME/.config/$argv
|
f $HOME/.config/$argv
|
||||||
end
|
end
|
|
@ -1,2 +1,2 @@
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
end
|
end
|
|
@ -3,4 +3,4 @@ function fish_prompt
|
||||||
echo -n (prompt_pwd)
|
echo -n (prompt_pwd)
|
||||||
set_color normal
|
set_color normal
|
||||||
printf " "
|
printf " "
|
||||||
end
|
end
|
|
@ -4,4 +4,4 @@ function ls --wraps eza
|
||||||
else
|
else
|
||||||
command ls $argv
|
command ls $argv
|
||||||
end
|
end
|
||||||
end
|
end
|
|
@ -35,4 +35,4 @@ fish_pager_color_secondary_prefix
|
||||||
fish_pager_color_selected_background --background=FFCC66
|
fish_pager_color_selected_background --background=FFCC66
|
||||||
fish_pager_color_selected_completion
|
fish_pager_color_selected_completion
|
||||||
fish_pager_color_selected_description
|
fish_pager_color_selected_description
|
||||||
fish_pager_color_selected_prefix
|
fish_pager_color_selected_prefix
|
|
@ -18,4 +18,4 @@ radius=10
|
||||||
#match=ffffff30
|
#match=ffffff30
|
||||||
#selection=26292c20
|
#selection=26292c20
|
||||||
#selection-text=ffffffe0
|
#selection-text=ffffffe0
|
||||||
#selection-match=ffffffff
|
#selection-match=ffffffff
|
|
@ -1 +1 @@
|
||||||
monitor = ,highrr,auto,auto
|
monitor = ,highrr,auto,auto
|
|
@ -21,4 +21,4 @@ border-color=#d08770
|
||||||
|
|
||||||
[urgency=high]
|
[urgency=high]
|
||||||
border-color=#bf616a
|
border-color=#bf616a
|
||||||
default-timeout=0
|
default-timeout=0
|
|
@ -9,4 +9,4 @@ audio_output {
|
||||||
database {
|
database {
|
||||||
plugin "simple"
|
plugin "simple"
|
||||||
path "~/.local/share/mpd/database"
|
path "~/.local/share/mpd/database"
|
||||||
}
|
}
|
|
@ -35,4 +35,4 @@ grace-no-touch
|
||||||
datestr=
|
datestr=
|
||||||
timestr=%H : %M
|
timestr=%H : %M
|
||||||
fade-in=0.2
|
fade-in=0.2
|
||||||
ignore-empty-password
|
ignore-empty-password
|
|
@ -153,4 +153,4 @@ set -gwF window-status-activity-style "fg=#{@theme-window-status-activity-fg},bg
|
||||||
set -gwF window-status-current-format "#{@theme-window-status-current-format}"
|
set -gwF window-status-current-format "#{@theme-window-status-current-format}"
|
||||||
set -gwF window-status-current-style "fg=#{@theme-window-status-current-fg},bg=#{@theme-window-status-current-bg}"
|
set -gwF window-status-current-style "fg=#{@theme-window-status-current-fg},bg=#{@theme-window-status-current-bg}"
|
||||||
set -gwF window-status-format "#{@theme-window-status-format}"
|
set -gwF window-status-format "#{@theme-window-status-format}"
|
||||||
set -gwF window-status-separator "#{@theme-window-status-separator}"
|
set -gwF window-status-separator "#{@theme-window-status-separator}"
|
|
@ -38,4 +38,4 @@ bind -n S-Left resize-pane -L 5
|
||||||
bind -n S-Right resize-pane -R 5
|
bind -n S-Right resize-pane -R 5
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
source-file ~/.config/tmux/theme.conf
|
source-file ~/.config/tmux/theme.conf
|
|
@ -50,4 +50,4 @@
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"workbench.statusBar.visible": false,
|
"workbench.statusBar.visible": false,
|
||||||
"workbench.tree.enableStickyScroll": false,
|
"workbench.tree.enableStickyScroll": false,
|
||||||
}
|
}
|
|
@ -15,4 +15,4 @@
|
||||||
"action" : "doas reboot",
|
"action" : "doas reboot",
|
||||||
"text" : "Reboot",
|
"text" : "Reboot",
|
||||||
"keybind" : "r"
|
"keybind" : "r"
|
||||||
}
|
}
|
|
@ -40,4 +40,4 @@
|
||||||
"breadcrumbs": false,
|
"breadcrumbs": false,
|
||||||
"quick_actions": false
|
"quick_actions": false
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue