From cd69348dbf3fa6127c75ba918aa5043d0ea9c747 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 6 Jun 2025 16:33:36 +0200 Subject: [PATCH] Updated config --- .config/alacritty/alacritty.toml | 2 +- .config/easyeffects/input/default.json | 2 +- .config/fish/conf.d/cd-ls.fish | 2 +- .config/fish/config.fish | 10 +++++----- .config/fish/functions/config.fish | 2 +- .config/fish/functions/fish_greeting.fish | 2 +- .config/fish/functions/fish_prompt.fish | 2 +- .config/fish/functions/ls.fish | 2 +- .config/fish/themes/my.theme | 2 +- .config/fuzzel/fuzzel.ini | 2 +- .config/hypr/monitor.conf | 2 +- .config/mako/config | 2 +- .config/mpd/mpd.conf | 2 +- .config/swaylock/config | 2 +- .config/tmux/theme.conf | 2 +- .config/tmux/tmux.conf | 2 +- .config/vscode/settings.json | 2 +- .config/wlogout/layout | 2 +- .config/zed/settings.json | 2 +- 19 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 175fc4d..a9fad99 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -39,4 +39,4 @@ action = "ToggleFullscreen" key = "F11" [window] -opacity = 1.0 +opacity = 1.0 \ No newline at end of file diff --git a/.config/easyeffects/input/default.json b/.config/easyeffects/input/default.json index 9457c25..ab1ce76 100644 --- a/.config/easyeffects/input/default.json +++ b/.config/easyeffects/input/default.json @@ -51,4 +51,4 @@ } } } -} +} \ No newline at end of file diff --git a/.config/fish/conf.d/cd-ls.fish b/.config/fish/conf.d/cd-ls.fish index bbe9e26..1928062 100644 --- a/.config/fish/conf.d/cd-ls.fish +++ b/.config/fish/conf.d/cd-ls.fish @@ -1,3 +1,3 @@ function cdls --on-variable PWD ls -end +end \ No newline at end of file diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b4bace5..5ce183a 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,8 +1,4 @@ -if status is-interactive - # Aliases - source $HOME/.config/fish/alias.fish - - # Set environment variables from .env +if test -f ~/.env while read -la line set -l keyval (string split -m1 "=" $line) set -l key (string trim $keyval[1]) @@ -10,4 +6,8 @@ if status is-interactive set -l value (eval echo $value) set -xg $key $value end < ~/.env +end + +if status is-interactive + source $HOME/.config/fish/alias.fish end \ No newline at end of file diff --git a/.config/fish/functions/config.fish b/.config/fish/functions/config.fish index 0fb4829..9535827 100644 --- a/.config/fish/functions/config.fish +++ b/.config/fish/functions/config.fish @@ -1,3 +1,3 @@ function config f $HOME/.config/$argv -end +end \ No newline at end of file diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish index 018520b..3be1204 100644 --- a/.config/fish/functions/fish_greeting.fish +++ b/.config/fish/functions/fish_greeting.fish @@ -1,2 +1,2 @@ function fish_greeting -end +end \ No newline at end of file diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 4eeb3c5..ab62dbd 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -3,4 +3,4 @@ function fish_prompt echo -n (prompt_pwd) set_color normal printf " " -end +end \ No newline at end of file diff --git a/.config/fish/functions/ls.fish b/.config/fish/functions/ls.fish index b407316..df84c06 100644 --- a/.config/fish/functions/ls.fish +++ b/.config/fish/functions/ls.fish @@ -4,4 +4,4 @@ function ls --wraps eza else command ls $argv end -end +end \ No newline at end of file diff --git a/.config/fish/themes/my.theme b/.config/fish/themes/my.theme index 5c94246..a0a8dcd 100644 --- a/.config/fish/themes/my.theme +++ b/.config/fish/themes/my.theme @@ -35,4 +35,4 @@ fish_pager_color_secondary_prefix fish_pager_color_selected_background --background=FFCC66 fish_pager_color_selected_completion fish_pager_color_selected_description -fish_pager_color_selected_prefix +fish_pager_color_selected_prefix \ No newline at end of file diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 526910b..3ea5f35 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -18,4 +18,4 @@ radius=10 #match=ffffff30 #selection=26292c20 #selection-text=ffffffe0 -#selection-match=ffffffff +#selection-match=ffffffff \ No newline at end of file diff --git a/.config/hypr/monitor.conf b/.config/hypr/monitor.conf index 8ccd5e6..66a46a0 100644 --- a/.config/hypr/monitor.conf +++ b/.config/hypr/monitor.conf @@ -1 +1 @@ -monitor = ,highrr,auto,auto +monitor = ,highrr,auto,auto \ No newline at end of file diff --git a/.config/mako/config b/.config/mako/config index 2426ad9..02b2797 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -21,4 +21,4 @@ border-color=#d08770 [urgency=high] border-color=#bf616a -default-timeout=0 +default-timeout=0 \ No newline at end of file diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index e31ef79..cddba66 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -9,4 +9,4 @@ audio_output { database { plugin "simple" path "~/.local/share/mpd/database" -} +} \ No newline at end of file diff --git a/.config/swaylock/config b/.config/swaylock/config index 28a9383..c11ddb6 100644 --- a/.config/swaylock/config +++ b/.config/swaylock/config @@ -35,4 +35,4 @@ grace-no-touch datestr= timestr=%H : %M fade-in=0.2 -ignore-empty-password +ignore-empty-password \ No newline at end of file diff --git a/.config/tmux/theme.conf b/.config/tmux/theme.conf index aebae75..9cb8a33 100644 --- a/.config/tmux/theme.conf +++ b/.config/tmux/theme.conf @@ -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-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-separator "#{@theme-window-status-separator}" +set -gwF window-status-separator "#{@theme-window-status-separator}" \ No newline at end of file diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8b14f24..81b4533 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -38,4 +38,4 @@ bind -n S-Left resize-pane -L 5 bind -n S-Right resize-pane -R 5 # theme -source-file ~/.config/tmux/theme.conf +source-file ~/.config/tmux/theme.conf \ No newline at end of file diff --git a/.config/vscode/settings.json b/.config/vscode/settings.json index eb23dae..cc48742 100644 --- a/.config/vscode/settings.json +++ b/.config/vscode/settings.json @@ -50,4 +50,4 @@ "workbench.startupEditor": "none", "workbench.statusBar.visible": false, "workbench.tree.enableStickyScroll": false, -} +} \ No newline at end of file diff --git a/.config/wlogout/layout b/.config/wlogout/layout index 3faf70d..db9add9 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -15,4 +15,4 @@ "action" : "doas reboot", "text" : "Reboot", "keybind" : "r" -} +} \ No newline at end of file diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 0af0e39..c045eb2 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -40,4 +40,4 @@ "breadcrumbs": false, "quick_actions": false } -} +} \ No newline at end of file