fix: Update some backgrounds and window rules
This commit is contained in:
Binary file not shown.
@@ -125,3 +125,12 @@
|
|||||||
|
|
||||||
2025/04/19 (22:20:46) | ===> btop++ v.1.4.0
|
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/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
|
||||||
|
|||||||
@@ -1,86 +1,86 @@
|
|||||||
# Main background
|
# Main background
|
||||||
theme[main_bg]="#0b0b0b"
|
theme[main_bg]="#151521"
|
||||||
|
|
||||||
# Main text color
|
# Main text color
|
||||||
theme[main_fg]="#f5f5f5"
|
theme[main_fg]="#d4c7e0"
|
||||||
|
|
||||||
# Title color for boxes
|
# Title color for boxes
|
||||||
theme[title]="#f5f5f5"
|
theme[title]="#d4c7e0"
|
||||||
|
|
||||||
# Highlight color for keyboard shortcuts
|
# Highlight color for keyboard shortcuts
|
||||||
theme[hi_fg]="#282020"
|
theme[hi_fg]="#29293f"
|
||||||
|
|
||||||
# Background color of selected items
|
# Background color of selected items
|
||||||
theme[selected_bg]="#6b6b6b"
|
theme[selected_bg]="#463d61"
|
||||||
|
|
||||||
# Foreground color of selected items
|
# Foreground color of selected items
|
||||||
theme[selected_fg]="#42282d"
|
theme[selected_fg]="#2c2e4a"
|
||||||
|
|
||||||
# Color of inactive/disabled text
|
# Color of inactive/disabled text
|
||||||
theme[inactive_fg]="#0b0b0b"
|
theme[inactive_fg]="#151521"
|
||||||
|
|
||||||
# Color of text appearing on top of graphs
|
# Color of text appearing on top of graphs
|
||||||
theme[graph_text]="#f5f5f5"
|
theme[graph_text]="#d4c7e0"
|
||||||
|
|
||||||
# Misc colors for processes box
|
# Misc colors for processes box
|
||||||
theme[proc_misc]="#282020"
|
theme[proc_misc]="#29293f"
|
||||||
|
|
||||||
# CPU box outline color
|
# CPU box outline color
|
||||||
theme[cpu_box]="#6b6b6b"
|
theme[cpu_box]="#463d61"
|
||||||
|
|
||||||
# Memory/disks box outline color
|
# Memory/disks box outline color
|
||||||
theme[mem_box]="#6b6b6b"
|
theme[mem_box]="#463d61"
|
||||||
|
|
||||||
# Network up/down box outline color
|
# Network up/down box outline color
|
||||||
theme[net_box]="#6b6b6b"
|
theme[net_box]="#463d61"
|
||||||
|
|
||||||
# Processes box outline color
|
# Processes box outline color
|
||||||
theme[proc_box]="#6b6b6b"
|
theme[proc_box]="#463d61"
|
||||||
|
|
||||||
# Box divider lines and small box borders
|
# Box divider lines and small box borders
|
||||||
theme[div_line]="#6b6b6b"
|
theme[div_line]="#463d61"
|
||||||
|
|
||||||
# Temperature graph colors
|
# Temperature graph colors
|
||||||
theme[temp_start]="#282020"
|
theme[temp_start]="#29293f"
|
||||||
theme[temp_mid]="#42282d"
|
theme[temp_mid]="#2c2e4a"
|
||||||
theme[temp_end]="#282020"
|
theme[temp_end]="#29293f"
|
||||||
|
|
||||||
# CPU graph colors
|
# CPU graph colors
|
||||||
theme[cpu_start]="#282020"
|
theme[cpu_start]="#29293f"
|
||||||
theme[cpu_mid]="#42282d"
|
theme[cpu_mid]="#2c2e4a"
|
||||||
theme[cpu_end]="#282020"
|
theme[cpu_end]="#29293f"
|
||||||
|
|
||||||
# Mem/Disk free meter
|
# Mem/Disk free meter
|
||||||
theme[free_start]="#282020"
|
theme[free_start]="#29293f"
|
||||||
theme[free_mid]="#42282d"
|
theme[free_mid]="#2c2e4a"
|
||||||
theme[free_end]="#282020"
|
theme[free_end]="#29293f"
|
||||||
|
|
||||||
# Mem/Disk cached meter
|
# Mem/Disk cached meter
|
||||||
theme[cached_start]="#4f4141"
|
theme[cached_start]="#3d3050"
|
||||||
theme[cached_mid]="#282020"
|
theme[cached_mid]="#29293f"
|
||||||
theme[cached_end]="#42282d"
|
theme[cached_end]="#2c2e4a"
|
||||||
|
|
||||||
# Mem/Disk available meter
|
# Mem/Disk available meter
|
||||||
theme[available_start]="#282020"
|
theme[available_start]="#29293f"
|
||||||
theme[available_mid]="#42282d"
|
theme[available_mid]="#2c2e4a"
|
||||||
theme[available_end]="#282020"
|
theme[available_end]="#29293f"
|
||||||
|
|
||||||
# Mem/Disk used meter
|
# Mem/Disk used meter
|
||||||
theme[used_start]="#282020"
|
theme[used_start]="#29293f"
|
||||||
theme[used_mid]="#42282d"
|
theme[used_mid]="#2c2e4a"
|
||||||
theme[used_end]="#282020"
|
theme[used_end]="#29293f"
|
||||||
|
|
||||||
# Download graph colors
|
# Download graph colors
|
||||||
theme[download_start]="#282020"
|
theme[download_start]="#29293f"
|
||||||
theme[download_mid]="#4f4141"
|
theme[download_mid]="#3d3050"
|
||||||
theme[download_end]="#42282d"
|
theme[download_end]="#2c2e4a"
|
||||||
|
|
||||||
# Upload graph colors
|
# Upload graph colors
|
||||||
theme[upload_start]="#42282d"
|
theme[upload_start]="#2c2e4a"
|
||||||
theme[upload_mid]="#4f4141"
|
theme[upload_mid]="#3d3050"
|
||||||
theme[upload_end]="#282020"
|
theme[upload_end]="#29293f"
|
||||||
|
|
||||||
# Process box color gradient for threads, mem and cpu usage
|
# Process box color gradient for threads, mem and cpu usage
|
||||||
theme[process_start]="#282020"
|
theme[process_start]="#29293f"
|
||||||
theme[process_mid]="#282020"
|
theme[process_mid]="#29293f"
|
||||||
theme[process_end]="#42282d"
|
theme[process_end]="#2c2e4a"
|
||||||
@@ -290,3 +290,5 @@ bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij
|
|||||||
|
|
||||||
# Save output to ~/tmp/errors.log
|
# 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"
|
||||||
@@ -18,6 +18,8 @@ windowrulev2 = float,class:(mpv)
|
|||||||
windowrulev2 = float,class:^(brave-)(.*)(-.*)$
|
windowrulev2 = float,class:^(brave-)(.*)(-.*)$
|
||||||
windowrulev2 = move onscreen cursor,class:^(brave-)(.*)(-.*)$
|
windowrulev2 = move onscreen cursor,class:^(brave-)(.*)(-.*)$
|
||||||
|
|
||||||
|
windowrulev2 = move onscreen cursor -50% 0,class:^(Nextcloud)$
|
||||||
|
|
||||||
# # Start windows
|
# # Start windows
|
||||||
stickyrule = class:discord,5
|
stickyrule = class:discord,5
|
||||||
stickyrule = class:org.telegram.desktop,5
|
stickyrule = class:org.telegram.desktop,5
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
"volume",
|
"volume",
|
||||||
"network",
|
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
"battery",
|
"battery",
|
||||||
"systray",
|
"systray",
|
||||||
@@ -42,7 +41,6 @@
|
|||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
"volume",
|
"volume",
|
||||||
"network",
|
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
"battery",
|
"battery",
|
||||||
"systray",
|
"systray",
|
||||||
|
|||||||
Reference in New Issue
Block a user