From 228120b0a6749d4c3e4446ae48603e05e3a70137 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 20 Apr 2025 19:30:45 +1000 Subject: [PATCH] fix: Update some backgrounds and window rules --- .config/backgrounds/4k-ai-mountain.jpg | 3 - .../backgrounds/{em-rofi.webp => em-rofi.jpg} | 0 ...ushroom-purple.png => mushroom-purple.jpg} | 0 .config/btop/btop.log | 9 ++ .config/btop/themes/WallRizz.theme | 82 +++++++++---------- .config/hypr/hyprland.conf | 4 +- .config/hypr/windowrules.conf | 2 + .config/hyprpanel/config.json | 2 - 8 files changed, 55 insertions(+), 47 deletions(-) delete mode 100644 .config/backgrounds/4k-ai-mountain.jpg rename .config/backgrounds/{em-rofi.webp => em-rofi.jpg} (100%) rename .config/backgrounds/{mushroom-purple.png => mushroom-purple.jpg} (100%) diff --git a/.config/backgrounds/4k-ai-mountain.jpg b/.config/backgrounds/4k-ai-mountain.jpg deleted file mode 100644 index 8d27e51..0000000 --- a/.config/backgrounds/4k-ai-mountain.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2772e20ce1b72d867fa91c40696defa2eb7f27dd986bea56b35ea04d880ab7f -size 667040 diff --git a/.config/backgrounds/em-rofi.webp b/.config/backgrounds/em-rofi.jpg similarity index 100% rename from .config/backgrounds/em-rofi.webp rename to .config/backgrounds/em-rofi.jpg diff --git a/.config/backgrounds/mushroom-purple.png b/.config/backgrounds/mushroom-purple.jpg similarity index 100% rename from .config/backgrounds/mushroom-purple.png rename to .config/backgrounds/mushroom-purple.jpg diff --git a/.config/btop/btop.log b/.config/btop/btop.log index 5d48563..5ee9ecf 100644 --- a/.config/btop/btop.log +++ b/.config/btop/btop.log @@ -125,3 +125,12 @@ 2025/04/19 (22:20:46) | ===> btop++ v.1.4.0 2025/04/19 (22:20:46) | WARNING: Intel GPU: Failed to initialize PMU + +2025/04/20 (17:30:16) | ===> btop++ v.1.4.0 +2025/04/20 (17:30:16) | WARNING: Intel GPU: Failed to initialize PMU + +2025/04/20 (17:33:49) | ===> btop++ v.1.4.0 +2025/04/20 (17:33:49) | WARNING: Intel GPU: Failed to initialize PMU + +2025/04/20 (17:33:52) | ===> btop++ v.1.4.0 +2025/04/20 (17:33:52) | WARNING: Intel GPU: Failed to initialize PMU diff --git a/.config/btop/themes/WallRizz.theme b/.config/btop/themes/WallRizz.theme index 921037e..1617ba6 100644 --- a/.config/btop/themes/WallRizz.theme +++ b/.config/btop/themes/WallRizz.theme @@ -1,86 +1,86 @@ # Main background -theme[main_bg]="#0b0b0b" +theme[main_bg]="#151521" # Main text color -theme[main_fg]="#f5f5f5" +theme[main_fg]="#d4c7e0" # Title color for boxes -theme[title]="#f5f5f5" +theme[title]="#d4c7e0" # Highlight color for keyboard shortcuts -theme[hi_fg]="#282020" +theme[hi_fg]="#29293f" # Background color of selected items -theme[selected_bg]="#6b6b6b" +theme[selected_bg]="#463d61" # Foreground color of selected items -theme[selected_fg]="#42282d" +theme[selected_fg]="#2c2e4a" # Color of inactive/disabled text -theme[inactive_fg]="#0b0b0b" +theme[inactive_fg]="#151521" # Color of text appearing on top of graphs -theme[graph_text]="#f5f5f5" +theme[graph_text]="#d4c7e0" # Misc colors for processes box -theme[proc_misc]="#282020" +theme[proc_misc]="#29293f" # CPU box outline color -theme[cpu_box]="#6b6b6b" +theme[cpu_box]="#463d61" # Memory/disks box outline color -theme[mem_box]="#6b6b6b" +theme[mem_box]="#463d61" # Network up/down box outline color -theme[net_box]="#6b6b6b" +theme[net_box]="#463d61" # Processes box outline color -theme[proc_box]="#6b6b6b" +theme[proc_box]="#463d61" # Box divider lines and small box borders -theme[div_line]="#6b6b6b" +theme[div_line]="#463d61" # Temperature graph colors -theme[temp_start]="#282020" -theme[temp_mid]="#42282d" -theme[temp_end]="#282020" +theme[temp_start]="#29293f" +theme[temp_mid]="#2c2e4a" +theme[temp_end]="#29293f" # CPU graph colors -theme[cpu_start]="#282020" -theme[cpu_mid]="#42282d" -theme[cpu_end]="#282020" +theme[cpu_start]="#29293f" +theme[cpu_mid]="#2c2e4a" +theme[cpu_end]="#29293f" # Mem/Disk free meter -theme[free_start]="#282020" -theme[free_mid]="#42282d" -theme[free_end]="#282020" +theme[free_start]="#29293f" +theme[free_mid]="#2c2e4a" +theme[free_end]="#29293f" # Mem/Disk cached meter -theme[cached_start]="#4f4141" -theme[cached_mid]="#282020" -theme[cached_end]="#42282d" +theme[cached_start]="#3d3050" +theme[cached_mid]="#29293f" +theme[cached_end]="#2c2e4a" # Mem/Disk available meter -theme[available_start]="#282020" -theme[available_mid]="#42282d" -theme[available_end]="#282020" +theme[available_start]="#29293f" +theme[available_mid]="#2c2e4a" +theme[available_end]="#29293f" # Mem/Disk used meter -theme[used_start]="#282020" -theme[used_mid]="#42282d" -theme[used_end]="#282020" +theme[used_start]="#29293f" +theme[used_mid]="#2c2e4a" +theme[used_end]="#29293f" # Download graph colors -theme[download_start]="#282020" -theme[download_mid]="#4f4141" -theme[download_end]="#42282d" +theme[download_start]="#29293f" +theme[download_mid]="#3d3050" +theme[download_end]="#2c2e4a" # Upload graph colors -theme[upload_start]="#42282d" -theme[upload_mid]="#4f4141" -theme[upload_end]="#282020" +theme[upload_start]="#2c2e4a" +theme[upload_mid]="#3d3050" +theme[upload_end]="#29293f" # Process box color gradient for threads, mem and cpu usage -theme[process_start]="#282020" -theme[process_mid]="#282020" -theme[process_end]="#42282d" \ No newline at end of file +theme[process_start]="#29293f" +theme[process_mid]="#29293f" +theme[process_end]="#2c2e4a" \ No newline at end of file diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5c83f8a..43f0e49 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -289,4 +289,6 @@ bind = $mainMod, PERIOD, exec, bemoji bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml # Save output to ~/tmp/errors.log -bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh \ No newline at end of file +bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh + +bind = $mainMod CTRL, W, exec, systemctl --user start wallpaper.timer && hyprctl notify 1 1500 0 "Started wallpaper timer" \ No newline at end of file diff --git a/.config/hypr/windowrules.conf b/.config/hypr/windowrules.conf index c38c83c..aadd632 100644 --- a/.config/hypr/windowrules.conf +++ b/.config/hypr/windowrules.conf @@ -18,6 +18,8 @@ windowrulev2 = float,class:(mpv) windowrulev2 = float,class:^(brave-)(.*)(-.*)$ windowrulev2 = move onscreen cursor,class:^(brave-)(.*)(-.*)$ +windowrulev2 = move onscreen cursor -50% 0,class:^(Nextcloud)$ + # # Start windows stickyrule = class:discord,5 stickyrule = class:org.telegram.desktop,5 diff --git a/.config/hyprpanel/config.json b/.config/hyprpanel/config.json index 0ce2ee7..a2d72ab 100644 --- a/.config/hyprpanel/config.json +++ b/.config/hyprpanel/config.json @@ -23,7 +23,6 @@ ], "right": [ "volume", - "network", "bluetooth", "battery", "systray", @@ -42,7 +41,6 @@ ], "right": [ "volume", - "network", "bluetooth", "battery", "systray",