Update .zshrc
Update .config/alacritty/colors.toml Update .config/btop/btop.conf Update .config/btop/themes/matugen.theme Update .config/cava/themes/matugen_theme Update .config/matugen/config.toml Update .config/sway/config Update .config/sway/scripts/wallpaper_rotate.py Update .config/waybar/modules.jsonc Update .config/waybar/style.css
This commit is contained in:
parent
a58872df84
commit
f31162b323
10 changed files with 84 additions and 74 deletions
|
|
@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh"
|
|||
# load a random theme each time Oh My Zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
ZSH_THEME="af-magic" # set by `omz`
|
||||
ZSH_THEME="kphoen" # set by `omz`
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
|
|
|
|||
|
|
@ -1,48 +1,48 @@
|
|||
[colors.primary]
|
||||
background = '#0f1417'
|
||||
foreground = '#dfe3e7'
|
||||
background = '#0f1416'
|
||||
foreground = '#dee3e5'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#dfe3e7'
|
||||
cursor = '#c0c8cd'
|
||||
text = '#dee3e5'
|
||||
cursor = '#bfc8cb'
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = '#0f1417'
|
||||
cursor = '#8bd0f0'
|
||||
text = '#0f1416'
|
||||
cursor = '#84d2e5'
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = '#40484c'
|
||||
background = '#c7c2ea'
|
||||
foreground = '#3f484b'
|
||||
background = '#bdc5eb'
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = '#40484c'
|
||||
background = '#8bd0f0'
|
||||
foreground = '#3f484b'
|
||||
background = '#84d2e5'
|
||||
|
||||
[colors.footer_bar]
|
||||
foreground = '#40484c'
|
||||
background = '#dfe3e7'
|
||||
foreground = '#3f484b'
|
||||
background = '#dee3e5'
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = '#40484c'
|
||||
background = '#b4cad6'
|
||||
foreground = '#3f484b'
|
||||
background = '#b2cbd2'
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = '#40484c'
|
||||
background = '#b4cad6'
|
||||
foreground = '#3f484b'
|
||||
background = '#b2cbd2'
|
||||
|
||||
[colors.selection]
|
||||
text = '#0f1417'
|
||||
background = '#8bd0f0'
|
||||
text = '#0f1416'
|
||||
background = '#84d2e5'
|
||||
|
||||
|
||||
[colors.normal]
|
||||
black = '#181818'
|
||||
red = '#ffb4ab'
|
||||
green = '#8bd0f0'
|
||||
yellow = '#136682'
|
||||
blue = '#8bd0f0'
|
||||
magenta = '#c7c2ea'
|
||||
cyan = '#b4cad6'
|
||||
green = '#84d2e5'
|
||||
yellow = '#006878'
|
||||
blue = '#84d2e5'
|
||||
magenta = '#bdc5eb'
|
||||
cyan = '#b2cbd2'
|
||||
white = '#BAC2DE'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ graph_symbol_proc = "default"
|
|||
shown_boxes = "cpu mem net proc"
|
||||
|
||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||
update_ms = 100
|
||||
update_ms = 500
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
|
|
|
|||
|
|
@ -13,65 +13,65 @@
|
|||
theme[main_bg]=""
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#ede1d4"
|
||||
theme[main_fg]="#dee3e5"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#f2be6e"
|
||||
theme[title]="#84d2e5"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#dcc3a1"
|
||||
theme[hi_fg]="#b2cbd2"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#f2be6e"
|
||||
theme[selected_bg]="#84d2e5"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#442c00"
|
||||
theme[selected_fg]="#00363f"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#d2c4b4"
|
||||
theme[inactive_fg]="#bfc8cb"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#b6cea3"
|
||||
theme[proc_misc]="#bdc5eb"
|
||||
|
||||
# Cpu box outline color
|
||||
theme[cpu_box]="#9b8f80"
|
||||
theme[cpu_box]="#899295"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#9b8f80"
|
||||
theme[mem_box]="#899295"
|
||||
|
||||
# Net up/down box outline color
|
||||
theme[net_box]="#9b8f80"
|
||||
theme[net_box]="#899295"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#9b8f80"
|
||||
theme[proc_box]="#899295"
|
||||
|
||||
# Box divider line and small boxes line color
|
||||
theme[div_line]="#4f4539"
|
||||
theme[div_line]="#3f484b"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#dcc3a1"
|
||||
theme[temp_mid]="#f2be6e"
|
||||
theme[temp_start]="#b2cbd2"
|
||||
theme[temp_mid]="#84d2e5"
|
||||
theme[temp_end]="#ffb4ab"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#dcc3a1"
|
||||
theme[cpu_mid]="#f2be6e"
|
||||
theme[cpu_start]="#b2cbd2"
|
||||
theme[cpu_mid]="#84d2e5"
|
||||
theme[cpu_end]="#ffb4ab"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#dcc3a1"
|
||||
theme[free_start]="#b2cbd2"
|
||||
theme[free_mid]=""
|
||||
theme[free_end]="#55442a"
|
||||
theme[free_end]="#334a50"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#b6cea3"
|
||||
theme[cached_start]="#bdc5eb"
|
||||
theme[cached_mid]=""
|
||||
theme[cached_end]="#394c2b"
|
||||
theme[cached_end]="#3e4565"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#f2be6e"
|
||||
theme[available_start]="#84d2e5"
|
||||
theme[available_mid]=""
|
||||
theme[available_end]="#614000"
|
||||
theme[available_end]="#004e5b"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#ffb4ab"
|
||||
|
|
@ -79,11 +79,11 @@ theme[used_mid]=""
|
|||
theme[used_end]="#93000a"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#dcc3a1"
|
||||
theme[download_mid]="#f2be6e"
|
||||
theme[download_end]="#b6cea3"
|
||||
theme[download_start]="#b2cbd2"
|
||||
theme[download_mid]="#84d2e5"
|
||||
theme[download_end]="#bdc5eb"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#dcc3a1"
|
||||
theme[upload_mid]="#f2be6e"
|
||||
theme[upload_end]="#b6cea3"
|
||||
theme[upload_start]="#b2cbd2"
|
||||
theme[upload_mid]="#84d2e5"
|
||||
theme[upload_end]="#bdc5eb"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
[color]
|
||||
background = 'default'
|
||||
foreground = '#8bd0f0'
|
||||
foreground = '#84d2e5'
|
||||
|
||||
; gradient = 0
|
||||
gradient = 1
|
||||
gradient_color_1 = '#004d65'
|
||||
gradient_color_2 = '#8bd0f0'
|
||||
gradient_color_3 = '#bee9ff'
|
||||
gradient_color_1 = '#004e5b'
|
||||
gradient_color_2 = '#84d2e5'
|
||||
gradient_color_3 = '#a7edff'
|
||||
|
||||
horizontal_gradient = 0
|
||||
; horizontal_gradient = 1
|
||||
horizontal_gradient_color_1 = '#004d65'
|
||||
horizontal_gradient_color_2 = '#8bd0f0'
|
||||
horizontal_gradient_color_3 = '#bee9ff'
|
||||
horizontal_gradient_color_4 = '#8bd0f0'
|
||||
horizontal_gradient_color_5 = '#004d65'
|
||||
horizontal_gradient_color_1 = '#004e5b'
|
||||
horizontal_gradient_color_2 = '#84d2e5'
|
||||
horizontal_gradient_color_3 = '#a7edff'
|
||||
horizontal_gradient_color_4 = '#84d2e5'
|
||||
horizontal_gradient_color_5 = '#004e5b'
|
||||
|
|
@ -17,3 +17,12 @@ post_hook = 'pkill -USR1 cava'
|
|||
[templates.alacritty]
|
||||
input_path = 'templates/alacritty.toml'
|
||||
output_path = '~/.config/alacritty/colors.toml'
|
||||
|
||||
[templates.btop]
|
||||
input_path = 'templates/btop.theme'
|
||||
output_path = '~/.config/btop/themes/matugen.theme'
|
||||
post_hook = 'pkill -USR2 btop || true'
|
||||
|
||||
[templates.fuzzel]
|
||||
input_path = 'templates/fuzzel.ini'
|
||||
output_path = '~/.config/fuzzel/colors.ini'
|
||||
|
|
|
|||
|
|
@ -14,11 +14,12 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
#set $term foot
|
||||
set $term alacritty
|
||||
set $term foot
|
||||
#set $term alacritty
|
||||
# Your preferred application launcher
|
||||
#set $menu wmenu-run -i
|
||||
set $menu rofi -show combi
|
||||
#set $menu rofi -show combi
|
||||
set $menu fuzzel
|
||||
set $windowsearch rofi -show window
|
||||
|
||||
set $wallpaper ~/Pictures/Wallpapers/door.jpg
|
||||
|
|
@ -272,8 +273,8 @@ bar {
|
|||
#}
|
||||
}
|
||||
|
||||
#for_window [app_id="foot"] floating enable
|
||||
for_window [app_id="Alacritty"] floating enable
|
||||
for_window [app_id="foot"] floating enable
|
||||
#for_window [app_id="Alacritty"] floating enable
|
||||
|
||||
exec mako
|
||||
exec steam
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ while True:
|
|||
wallpaper_rotate_command = subprocess.call(["matugen","image",random_wallpaper_location,"--mode","dark"])
|
||||
|
||||
if len(unused_wallpapers) == 0:
|
||||
unused_wallpapers = used_wallpapers.copy()
|
||||
unused_wallpapers = os.listdir(wallpaper_location)
|
||||
used_wallpapers = []
|
||||
|
||||
time.sleep(300)
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
"framerate": 144,
|
||||
"autosens": 1,
|
||||
"sensitivity": 2,
|
||||
"bars": 48,
|
||||
"bars": 64,
|
||||
"lower_cutoff_freq": 50,
|
||||
"higher_cutoff_freq": 10000,
|
||||
"hide_on_silence": false,
|
||||
|
|
@ -172,9 +172,9 @@
|
|||
"waves": false,
|
||||
"noise_reduction": 0.77,
|
||||
"input_delay": 2,
|
||||
"bar_width": 2,
|
||||
"bar_spacing": 10,
|
||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
||||
"bar_width": 1,
|
||||
"bar_spacing": 0,
|
||||
"format-icons": [" ","▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
||||
"actions": {
|
||||
"on-click-right": "mode"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -133,8 +133,8 @@ button:hover {
|
|||
}
|
||||
|
||||
#cava {
|
||||
/* color: @secondary;
|
||||
opacity: 0.3; */
|
||||
color: @secondary;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
#mpris {
|
||||
|
|
|
|||
Loading…
Reference in a new issue