feat: Add new wallpaper script to disable auto changes

This commit is contained in:
2025-04-20 14:17:42 +10:00
parent 1d84fd110f
commit bee7c8fef8
14 changed files with 128 additions and 594 deletions

View File

@@ -119,3 +119,9 @@
2025/04/19 (17:54:49) | ===> btop++ v.1.4.0
2025/04/19 (17:54:49) | WARNING: Intel GPU: Failed to initialize PMU
2025/04/19 (18:45:05) | ===> btop++ v.1.4.0
2025/04/19 (18:45:05) | WARNING: Intel GPU: Failed to initialize PMU
2025/04/19 (22:20:46) | ===> btop++ v.1.4.0
2025/04/19 (22:20:46) | WARNING: Intel GPU: Failed to initialize PMU

View File

@@ -1,86 +1,86 @@
# Main background
theme[main_bg]="#000001"
theme[main_bg]="#0b0b0b"
# Main text color
theme[main_fg]="#f0edf9"
theme[main_fg]="#f5f5f5"
# Title color for boxes
theme[title]="#f0edf9"
theme[title]="#f5f5f5"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#16161d"
theme[hi_fg]="#282020"
# Background color of selected items
theme[selected_bg]="#1851a6"
theme[selected_bg]="#6b6b6b"
# Foreground color of selected items
theme[selected_fg]="#21264c"
theme[selected_fg]="#42282d"
# Color of inactive/disabled text
theme[inactive_fg]="#000001"
theme[inactive_fg]="#0b0b0b"
# Color of text appearing on top of graphs
theme[graph_text]="#f0edf9"
theme[graph_text]="#f5f5f5"
# Misc colors for processes box
theme[proc_misc]="#16161d"
theme[proc_misc]="#282020"
# CPU box outline color
theme[cpu_box]="#1851a6"
theme[cpu_box]="#6b6b6b"
# Memory/disks box outline color
theme[mem_box]="#1851a6"
theme[mem_box]="#6b6b6b"
# Network up/down box outline color
theme[net_box]="#1851a6"
theme[net_box]="#6b6b6b"
# Processes box outline color
theme[proc_box]="#1851a6"
theme[proc_box]="#6b6b6b"
# Box divider lines and small box borders
theme[div_line]="#1851a6"
theme[div_line]="#6b6b6b"
# Temperature graph colors
theme[temp_start]="#16161d"
theme[temp_mid]="#21264c"
theme[temp_end]="#16161d"
theme[temp_start]="#282020"
theme[temp_mid]="#42282d"
theme[temp_end]="#282020"
# CPU graph colors
theme[cpu_start]="#16161d"
theme[cpu_mid]="#21264c"
theme[cpu_end]="#16161d"
theme[cpu_start]="#282020"
theme[cpu_mid]="#42282d"
theme[cpu_end]="#282020"
# Mem/Disk free meter
theme[free_start]="#16161d"
theme[free_mid]="#21264c"
theme[free_end]="#16161d"
theme[free_start]="#282020"
theme[free_mid]="#42282d"
theme[free_end]="#282020"
# Mem/Disk cached meter
theme[cached_start]="#492442"
theme[cached_mid]="#16161d"
theme[cached_end]="#21264c"
theme[cached_start]="#4f4141"
theme[cached_mid]="#282020"
theme[cached_end]="#42282d"
# Mem/Disk available meter
theme[available_start]="#16161d"
theme[available_mid]="#21264c"
theme[available_end]="#16161d"
theme[available_start]="#282020"
theme[available_mid]="#42282d"
theme[available_end]="#282020"
# Mem/Disk used meter
theme[used_start]="#16161d"
theme[used_mid]="#21264c"
theme[used_end]="#16161d"
theme[used_start]="#282020"
theme[used_mid]="#42282d"
theme[used_end]="#282020"
# Download graph colors
theme[download_start]="#16161d"
theme[download_mid]="#492442"
theme[download_end]="#21264c"
theme[download_start]="#282020"
theme[download_mid]="#4f4141"
theme[download_end]="#42282d"
# Upload graph colors
theme[upload_start]="#21264c"
theme[upload_mid]="#492442"
theme[upload_end]="#16161d"
theme[upload_start]="#42282d"
theme[upload_mid]="#4f4141"
theme[upload_end]="#282020"
# Process box color gradient for threads, mem and cpu usage
theme[process_start]="#16161d"
theme[process_mid]="#16161d"
theme[process_end]="#21264c"
theme[process_start]="#282020"
theme[process_mid]="#282020"
theme[process_end]="#42282d"