fix: Update some backgrounds and window rules

This commit is contained in:
2025-04-20 19:30:45 +10:00
parent bee7c8fef8
commit 228120b0a6
8 changed files with 55 additions and 47 deletions

Binary file not shown.

View File

@@ -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

View File

@@ -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"
theme[process_start]="#29293f"
theme[process_mid]="#29293f"
theme[process_end]="#2c2e4a"

View File

@@ -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
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"

View File

@@ -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

View File

@@ -23,7 +23,6 @@
],
"right": [
"volume",
"network",
"bluetooth",
"battery",
"systray",
@@ -42,7 +41,6 @@
],
"right": [
"volume",
"network",
"bluetooth",
"battery",
"systray",