more laptop->desktop hyprland coexistence

This commit is contained in:
mjallen18
2025-07-07 18:23:21 -05:00
parent 1ae1cc6f45
commit bc183bc8dd
15 changed files with 356 additions and 267 deletions

View File

@@ -73,48 +73,48 @@ in
};
themes = {
nord = ''
theme[main_bg]="${settings.nord.polarNight.nord0}"
theme[main_fg]="${settings.nord.snowStorm.nord6}"
theme[title]="${settings.nord.snowStorm.nord6}"
theme[hi_fg]="${settings.nord.frost.nord7}"
theme[selected_bg]="${settings.nord.polarNight.nord1}"
theme[selected_fg]="${settings.nord.frost.nord7}"
theme[inactive_fg]="${settings.nord.polarNight.nord2}"
theme[graph_text]="${settings.nord.snowStorm.nord6}"
theme[meter_bg]="${settings.nord.polarNight.nord1}"
theme[proc_misc]="${settings.nord.snowStorm.nord6}"
theme[cpu_box]="${settings.nord.aurora.nord15}"
theme[mem_box]="${settings.nord.aurora.nord14}"
theme[net_box]="${settings.nord.aurora.nord12}"
theme[proc_box]="${settings.nord.aurora.nord11}"
theme[div_line]="${settings.nord.polarNight.nord1}"
theme[temp_start]="${settings.nord.aurora.nord14}"
theme[temp_mid]="${settings.nord.aurora.nord13}"
theme[temp_end]="${settings.nord.aurora.nord11}"
theme[cpu_start]="${settings.nord.aurora.nord15}"
theme[cpu_mid]="${settings.nord.aurora.nord12}"
theme[cpu_end]="${settings.nord.aurora.nord11}"
theme[free_start]="${settings.nord.aurora.nord14}"
theme[free_mid]="${settings.nord.aurora.nord13}"
theme[free_end]="${settings.nord.aurora.nord12}"
theme[cached_start]="${settings.nord.aurora.nord14}"
theme[cached_mid]="${settings.nord.aurora.nord13}"
theme[cached_end]="${settings.nord.aurora.nord12}"
theme[available_start]="${settings.nord.snowStorm.nord6}"
theme[available_mid]="${settings.nord.aurora.nord11}"
theme[available_end]="${settings.nord.aurora.nord11}"
theme[used_start]="${settings.nord.aurora.nord14}"
theme[used_mid]="${settings.nord.aurora.nord13}"
theme[used_end]="${settings.nord.aurora.nord11}"
theme[download_start]="${settings.nord.frost.nord8}"
theme[download_mid]="${settings.nord.frost.nord8}"
theme[download_end]="${settings.nord.aurora.nord12}"
theme[upload_start]="${settings.nord.frost.nord7}"
theme[upload_mid]="${settings.nord.frost.nord7}"
theme[upload_end]="${settings.nord.aurora.nord12}"
theme[process_start]="${settings.nord.aurora.nord15}"
theme[process_mid]="${settings.nord.aurora.nord12}"
theme[process_end]="${settings.nord.aurora.nord11}"
theme[main_bg]="${settings.theme.nord.polarNight.nord0}"
theme[main_fg]="${settings.theme.nord.snowStorm.nord6}"
theme[title]="${settings.theme.nord.snowStorm.nord6}"
theme[hi_fg]="${settings.theme.nord.frost.nord7}"
theme[selected_bg]="${settings.theme.nord.polarNight.nord1}"
theme[selected_fg]="${settings.theme.nord.frost.nord7}"
theme[inactive_fg]="${settings.theme.nord.polarNight.nord2}"
theme[graph_text]="${settings.theme.nord.snowStorm.nord6}"
theme[meter_bg]="${settings.theme.nord.polarNight.nord1}"
theme[proc_misc]="${settings.theme.nord.snowStorm.nord6}"
theme[cpu_box]="${settings.theme.nord.aurora.nord15}"
theme[mem_box]="${settings.theme.nord.aurora.nord14}"
theme[net_box]="${settings.theme.nord.aurora.nord12}"
theme[proc_box]="${settings.theme.nord.aurora.nord11}"
theme[div_line]="${settings.theme.nord.polarNight.nord1}"
theme[temp_start]="${settings.theme.nord.aurora.nord14}"
theme[temp_mid]="${settings.theme.nord.aurora.nord13}"
theme[temp_end]="${settings.theme.nord.aurora.nord11}"
theme[cpu_start]="${settings.theme.nord.aurora.nord15}"
theme[cpu_mid]="${settings.theme.nord.aurora.nord12}"
theme[cpu_end]="${settings.theme.nord.aurora.nord11}"
theme[free_start]="${settings.theme.nord.aurora.nord14}"
theme[free_mid]="${settings.theme.nord.aurora.nord13}"
theme[free_end]="${settings.theme.nord.aurora.nord12}"
theme[cached_start]="${settings.theme.nord.aurora.nord14}"
theme[cached_mid]="${settings.theme.nord.aurora.nord13}"
theme[cached_end]="${settings.theme.nord.aurora.nord12}"
theme[available_start]="${settings.theme.nord.snowStorm.nord6}"
theme[available_mid]="${settings.theme.nord.aurora.nord11}"
theme[available_end]="${settings.theme.nord.aurora.nord11}"
theme[used_start]="${settings.theme.nord.aurora.nord14}"
theme[used_mid]="${settings.theme.nord.aurora.nord13}"
theme[used_end]="${settings.theme.nord.aurora.nord11}"
theme[download_start]="${settings.theme.nord.frost.nord8}"
theme[download_mid]="${settings.theme.nord.frost.nord8}"
theme[download_end]="${settings.theme.nord.aurora.nord12}"
theme[upload_start]="${settings.theme.nord.frost.nord7}"
theme[upload_mid]="${settings.theme.nord.frost.nord7}"
theme[upload_end]="${settings.theme.nord.aurora.nord12}"
theme[process_start]="${settings.theme.nord.aurora.nord15}"
theme[process_mid]="${settings.theme.nord.aurora.nord12}"
theme[process_end]="${settings.theme.nord.aurora.nord11}"
'';
};
};