From f31162b3230baed84ec41b7dd91f7f54b6355a0a Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Fri, 13 Feb 2026 12:02:08 +0100 Subject: [PATCH] Update .zshrc Update .config/alacritty/colors.toml Update .config/btop/btop.conf Update .config/btop/themes/matugen.theme Update .config/cava/themes/matugen_theme Update .config/matugen/config.toml Update .config/sway/config Update .config/sway/scripts/wallpaper_rotate.py Update .config/waybar/modules.jsonc Update .config/waybar/style.css --- dot_zshrc | 2 +- .../alacritty/private_colors.toml | 46 +++++++-------- private_dot_config/btop/btop.conf | 2 +- private_dot_config/btop/themes/matugen.theme | 56 +++++++++---------- private_dot_config/cava/themes/matugen_theme | 18 +++--- private_dot_config/matugen/config.toml | 9 +++ private_dot_config/sway/config | 11 ++-- .../sway/scripts/wallpaper_rotate.py | 2 +- private_dot_config/waybar/modules.jsonc | 8 +-- private_dot_config/waybar/style.css | 4 +- 10 files changed, 84 insertions(+), 74 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 3271333..8b578bd 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh" # load a random theme each time Oh My Zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="af-magic" # set by `omz` +ZSH_THEME="kphoen" # set by `omz` # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load diff --git a/private_dot_config/alacritty/private_colors.toml b/private_dot_config/alacritty/private_colors.toml index 6ce558a..0121969 100644 --- a/private_dot_config/alacritty/private_colors.toml +++ b/private_dot_config/alacritty/private_colors.toml @@ -1,48 +1,48 @@ [colors.primary] -background = '#0f1417' -foreground = '#dfe3e7' +background = '#0f1416' +foreground = '#dee3e5' [colors.cursor] -text = '#dfe3e7' -cursor = '#c0c8cd' +text = '#dee3e5' +cursor = '#bfc8cb' [colors.vi_mode_cursor] -text = '#0f1417' -cursor = '#8bd0f0' +text = '#0f1416' +cursor = '#84d2e5' [colors.search.matches] -foreground = '#40484c' -background = '#c7c2ea' +foreground = '#3f484b' +background = '#bdc5eb' [colors.search.focused_match] -foreground = '#40484c' -background = '#8bd0f0' +foreground = '#3f484b' +background = '#84d2e5' [colors.footer_bar] -foreground = '#40484c' -background = '#dfe3e7' +foreground = '#3f484b' +background = '#dee3e5' [colors.hints.start] -foreground = '#40484c' -background = '#b4cad6' +foreground = '#3f484b' +background = '#b2cbd2' [colors.hints.end] -foreground = '#40484c' -background = '#b4cad6' +foreground = '#3f484b' +background = '#b2cbd2' [colors.selection] -text = '#0f1417' -background = '#8bd0f0' +text = '#0f1416' +background = '#84d2e5' [colors.normal] black = '#181818' red = '#ffb4ab' -green = '#8bd0f0' -yellow = '#136682' -blue = '#8bd0f0' -magenta = '#c7c2ea' -cyan = '#b4cad6' +green = '#84d2e5' +yellow = '#006878' +blue = '#84d2e5' +magenta = '#bdc5eb' +cyan = '#b2cbd2' white = '#BAC2DE' diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index 957ac59..a9875fd 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -56,7 +56,7 @@ graph_symbol_proc = "default" shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 100 +update_ms = 500 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. diff --git a/private_dot_config/btop/themes/matugen.theme b/private_dot_config/btop/themes/matugen.theme index 6aae0ed..6794f38 100644 --- a/private_dot_config/btop/themes/matugen.theme +++ b/private_dot_config/btop/themes/matugen.theme @@ -13,65 +13,65 @@ theme[main_bg]="" # Main text color -theme[main_fg]="#ede1d4" +theme[main_fg]="#dee3e5" # Title color for boxes -theme[title]="#f2be6e" +theme[title]="#84d2e5" # Highlight color for keyboard shortcuts -theme[hi_fg]="#dcc3a1" +theme[hi_fg]="#b2cbd2" # Background color of selected item in processes box -theme[selected_bg]="#f2be6e" +theme[selected_bg]="#84d2e5" # Foreground color of selected item in processes box -theme[selected_fg]="#442c00" +theme[selected_fg]="#00363f" # Color of inactive/disabled text -theme[inactive_fg]="#d2c4b4" +theme[inactive_fg]="#bfc8cb" # Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#b6cea3" +theme[proc_misc]="#bdc5eb" # Cpu box outline color -theme[cpu_box]="#9b8f80" +theme[cpu_box]="#899295" # Memory/disks box outline color -theme[mem_box]="#9b8f80" +theme[mem_box]="#899295" # Net up/down box outline color -theme[net_box]="#9b8f80" +theme[net_box]="#899295" # Processes box outline color -theme[proc_box]="#9b8f80" +theme[proc_box]="#899295" # Box divider line and small boxes line color -theme[div_line]="#4f4539" +theme[div_line]="#3f484b" # Temperature graph colors -theme[temp_start]="#dcc3a1" -theme[temp_mid]="#f2be6e" +theme[temp_start]="#b2cbd2" +theme[temp_mid]="#84d2e5" theme[temp_end]="#ffb4ab" # CPU graph colors -theme[cpu_start]="#dcc3a1" -theme[cpu_mid]="#f2be6e" +theme[cpu_start]="#b2cbd2" +theme[cpu_mid]="#84d2e5" theme[cpu_end]="#ffb4ab" # Mem/Disk free meter -theme[free_start]="#dcc3a1" +theme[free_start]="#b2cbd2" theme[free_mid]="" -theme[free_end]="#55442a" +theme[free_end]="#334a50" # Mem/Disk cached meter -theme[cached_start]="#b6cea3" +theme[cached_start]="#bdc5eb" theme[cached_mid]="" -theme[cached_end]="#394c2b" +theme[cached_end]="#3e4565" # Mem/Disk available meter -theme[available_start]="#f2be6e" +theme[available_start]="#84d2e5" theme[available_mid]="" -theme[available_end]="#614000" +theme[available_end]="#004e5b" # Mem/Disk used meter theme[used_start]="#ffb4ab" @@ -79,11 +79,11 @@ theme[used_mid]="" theme[used_end]="#93000a" # Download graph colors -theme[download_start]="#dcc3a1" -theme[download_mid]="#f2be6e" -theme[download_end]="#b6cea3" +theme[download_start]="#b2cbd2" +theme[download_mid]="#84d2e5" +theme[download_end]="#bdc5eb" # Upload graph colors -theme[upload_start]="#dcc3a1" -theme[upload_mid]="#f2be6e" -theme[upload_end]="#b6cea3" +theme[upload_start]="#b2cbd2" +theme[upload_mid]="#84d2e5" +theme[upload_end]="#bdc5eb" diff --git a/private_dot_config/cava/themes/matugen_theme b/private_dot_config/cava/themes/matugen_theme index 3279001..9ae3965 100644 --- a/private_dot_config/cava/themes/matugen_theme +++ b/private_dot_config/cava/themes/matugen_theme @@ -1,17 +1,17 @@ [color] background = 'default' -foreground = '#8bd0f0' +foreground = '#84d2e5' ; gradient = 0 gradient = 1 -gradient_color_1 = '#004d65' -gradient_color_2 = '#8bd0f0' -gradient_color_3 = '#bee9ff' +gradient_color_1 = '#004e5b' +gradient_color_2 = '#84d2e5' +gradient_color_3 = '#a7edff' horizontal_gradient = 0 ; horizontal_gradient = 1 -horizontal_gradient_color_1 = '#004d65' -horizontal_gradient_color_2 = '#8bd0f0' -horizontal_gradient_color_3 = '#bee9ff' -horizontal_gradient_color_4 = '#8bd0f0' -horizontal_gradient_color_5 = '#004d65' \ No newline at end of file +horizontal_gradient_color_1 = '#004e5b' +horizontal_gradient_color_2 = '#84d2e5' +horizontal_gradient_color_3 = '#a7edff' +horizontal_gradient_color_4 = '#84d2e5' +horizontal_gradient_color_5 = '#004e5b' \ No newline at end of file diff --git a/private_dot_config/matugen/config.toml b/private_dot_config/matugen/config.toml index 892fdea..14fd318 100644 --- a/private_dot_config/matugen/config.toml +++ b/private_dot_config/matugen/config.toml @@ -17,3 +17,12 @@ post_hook = 'pkill -USR1 cava' [templates.alacritty] input_path = 'templates/alacritty.toml' output_path = '~/.config/alacritty/colors.toml' + +[templates.btop] +input_path = 'templates/btop.theme' +output_path = '~/.config/btop/themes/matugen.theme' +post_hook = 'pkill -USR2 btop || true' + +[templates.fuzzel] +input_path = 'templates/fuzzel.ini' +output_path = '~/.config/fuzzel/colors.ini' diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index efb54b1..fbd9466 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -14,11 +14,12 @@ set $down j set $up k set $right l # Your preferred terminal emulator -#set $term foot -set $term alacritty +set $term foot +#set $term alacritty # Your preferred application launcher #set $menu wmenu-run -i -set $menu rofi -show combi +#set $menu rofi -show combi +set $menu fuzzel set $windowsearch rofi -show window set $wallpaper ~/Pictures/Wallpapers/door.jpg @@ -272,8 +273,8 @@ bar { #} } -#for_window [app_id="foot"] floating enable -for_window [app_id="Alacritty"] floating enable +for_window [app_id="foot"] floating enable +#for_window [app_id="Alacritty"] floating enable exec mako exec steam diff --git a/private_dot_config/sway/scripts/wallpaper_rotate.py b/private_dot_config/sway/scripts/wallpaper_rotate.py index 0dc0f42..6ffd199 100644 --- a/private_dot_config/sway/scripts/wallpaper_rotate.py +++ b/private_dot_config/sway/scripts/wallpaper_rotate.py @@ -18,7 +18,7 @@ while True: wallpaper_rotate_command = subprocess.call(["matugen","image",random_wallpaper_location,"--mode","dark"]) if len(unused_wallpapers) == 0: - unused_wallpapers = used_wallpapers.copy() + unused_wallpapers = os.listdir(wallpaper_location) used_wallpapers = [] time.sleep(300) \ No newline at end of file diff --git a/private_dot_config/waybar/modules.jsonc b/private_dot_config/waybar/modules.jsonc index c96e4d5..9900ff4 100644 --- a/private_dot_config/waybar/modules.jsonc +++ b/private_dot_config/waybar/modules.jsonc @@ -158,7 +158,7 @@ "framerate": 144, "autosens": 1, "sensitivity": 2, - "bars": 48, + "bars": 64, "lower_cutoff_freq": 50, "higher_cutoff_freq": 10000, "hide_on_silence": false, @@ -172,9 +172,9 @@ "waves": false, "noise_reduction": 0.77, "input_delay": 2, - "bar_width": 2, - "bar_spacing": 10, - "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ], + "bar_width": 1, + "bar_spacing": 0, + "format-icons": [" ","▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ], "actions": { "on-click-right": "mode" }, diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 155b7b1..b34ca77 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -133,8 +133,8 @@ button:hover { } #cava { - /* color: @secondary; - opacity: 0.3; */ + color: @secondary; + opacity: 0.3; } #mpris {