diff options
author | Joe <rrbo@proton.me> | 2023-02-24 11:12:51 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-24 11:12:51 +0100 |
commit | e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60 (patch) | |
tree | 43aacb6dc737e11e422a0633d7d9873250a81674 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.gz dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.bz2 dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.xz dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.zst dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/alacritty/alacritty.yml | 100 | ||||
-rw-r--r-- | .config/conky/conkyrc | 29 | ||||
-rw-r--r-- | .config/dunst/dunstrc | 6 |
3 files changed, 69 insertions, 66 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 832c729..c9bea3c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -186,14 +186,14 @@ draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night Bright) colors: # Default colors - #primary: - # background: '#1d2021' - # foreground: '#ebdbb2' + primary: + background: '#1d2021' + foreground: '#ebdbb2' # ED style - primary: - background: '#150C02' - foreground: '#fd9e22' + #primary: + # background: '#150C02' + # foreground: '#fd9e22' # Bright and dim foreground colors # @@ -207,14 +207,14 @@ colors: # # Colors which should be used to draw the terminal cursor. If these are unset, # the cursor color will be the inverse of the cell color. - # cursor: - # text: '#000000' - # cursor: '#d79921' - - # ED style cursor: text: '#000000' - cursor: '#fd9e22' + cursor: '#d79921' + + # ED style + #cursor: + # text: '#000000' + # cursor: '#fd9e22' # Selection colors # @@ -226,48 +226,48 @@ colors: # background: '#404040' # Normal colors - # normal: - # black: '#32302f' - # red: '#cc241d' - # green: '#98971a' - # yellow: '#d79921' - # blue: '#458588' - # magenta: '#b16286' - # cyan: '#689d6a' - # white: '#a89984' - - # # Bright colors - # bright: - # black: '#928374' - # red: '#fb4934' - # green: '#b8bb26' - # yellow: '#fabd2f' - # blue: '#83a598' - # magenta: '#d3869b' - # cyan: '#8ec07c' - # white: '#ebdbb2' - - # ED style normal: - black: '#391b05' - red: '#FF5712' - green: '#CBA41E' - yellow: '#FDD024' - blue: '#B07521' - magenta: '#FC5521' - cyan: '#CEA425' - white: '#FDAE26' + black: '#32302f' + red: '#cc241d' + green: '#98971a' + yellow: '#d79921' + blue: '#458588' + magenta: '#b16286' + cyan: '#689d6a' + white: '#a89984' # Bright colors bright: - black: '#BD6616' - red: '#FF7918' - green: '#FFD928' - yellow: '#FAEA21' - blue: '#FDBE2D' - magenta: '#FC8E2A' - cyan: '#FAD82C' - white: '#FFE231' + black: '#928374' + red: '#fb4934' + green: '#b8bb26' + yellow: '#fabd2f' + blue: '#83a598' + magenta: '#d3869b' + cyan: '#8ec07c' + white: '#ebdbb2' + + # ED style + #normal: + # black: '#391b05' + # red: '#FF5712' + # green: '#CBA41E' + # yellow: '#FDD024' + # blue: '#B07521' + # magenta: '#FC5521' + # cyan: '#CEA425' + # white: '#FDAE26' + + ## Bright colors + #bright: + # black: '#BD6616' + # red: '#FF7918' + # green: '#FFD928' + # yellow: '#FAEA21' + # blue: '#FDBE2D' + # magenta: '#FC8E2A' + # cyan: '#FAD82C' + # white: '#FFE231' # Dim colors # diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index e8c9db4..4c0d6be 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -45,13 +45,16 @@ conky.config = { out_to_stderr = false, extra_newline = false, default_color = 'red', - color0 = '#fd9e22', - color1 = '#c87911' + color0 = '#ebdbb2', + color1 = '#83a598', + color2 = '#a89984', + color5 = '#fd9e22', + color6 = '#c87911', } conky.text = [[ ${color0}${alignc}${time %A %e %B %Y - %Hh%M} -${font1}SYS ${hr 2}${font} +${color1}${font1}SYS ${hr 2}${font} ${color1}Terminal: ${font2}${color0}${nodename_short}${font} ${color1}OS: ${font2}${color0}${sysname}${font} ${color1}Kernel: ${font2}${color0}${kernel}${font} @@ -64,33 +67,33 @@ ${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.pn ${endif}${endif}${execpi 300 ~/.local/bin/conky/weather.sh} -${font1}CPU ${hr 2}${font} +${color1}${font1}CPU ${hr 2}${font} ${color1}Freq: ${font2}${color0}${freq_g} GHz ${color0}${font}${alignr}${if_match "${nodename_short}" == "mother"}${color1}Temp: ${font2}${color0}${hwmon 2 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color1}Temp: ${font2}${color0}${hwmon 4 temp 1}°C${endif}${font} -${cpugraph 50,380 fd9e22 c87911 -t} +${cpugraph 50,380 -t} ${voffset -24}${hr} ${color1}1: ${color0}${cpubar cpu0 8,150}${color0}${color1}${alignr}2: ${color0}${cpubar cpu1 8,150}${color0} ${color1}3: ${color0}${cpubar cpu2 8,150}${color0}${color1}${alignr}4: ${color0}${cpubar cpu3 8,150}${color0} ${color1}5: ${color0}${cpubar cpu4 8,150}${color0}${color1}${alignr}6: ${color0}${cpubar cpu5 8,150}${color0}${if_match "${nodename_short}" == "mother"} ${color1}7: ${color0}${cpubar cpu6 8,150}${color0}${color1}${alignr}8: ${color0}${cpubar cpu7 8,150}${color0}${endif}${font} -${font1}MEM ${hr 2}${font} +${color1}${font1}MEM ${hr 2}${font} ${color1}RAM: ${font2}${color0}${mem} / ${memmax} ${color0}${membar 8}${font} -${memgraph 50,380 fd9e22 c87911 -t} +${memgraph 50,380 -t} ${voffset -24}${hr} ${color1}SWAP: ${font2}${color0}${swap} / ${swapmax} ${color0}${swapbar 8}${font} -${font1}DISK ${hr 2}${font} +${color1}${font1}DISK ${hr 2}${font} ${alignr}${if_match "${nodename_short}" == "mother"}${color1}NVMe temp: ${font2}${color0}${hwmon 1 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color1}NVMe temp: ${font2}${color0}${hwmon 2 temp 1}°C${endif}${font} -${diskiograph nvme0n1 50,380 fd9e22 c87911 -t} +${diskiograph nvme0n1 50,380 -t} ${voffset -24}${hr} ${color1}NVMe: ${font2}${color0}${fs_bar 8 /}${font}${if_match "${nodename_short}" == "mother"} ${color1}HDD: ${font2}${color0}${fs_bar 8 /var/hdd}${font}${endif} -${font1}PROC ${hr 2}${font} +${color1}${font1}PROC ${hr 2}${font} ${color1}Process:${color1}${alignr}PID CPU MEM ${font2}${color0}${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem_res 1} -${font2}${color1}${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem_res 2} +${font2}${color2}${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem_res 2} ${font2}${color0}${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem_res 3} -${font2}${color1}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font} +${font2}${color2}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font} ${color1}--------- ${color1}Processes: ${font2}${color0}${processes}${font} ${execpi 15 ~/.local/bin/conky/net.sh} -${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 fd9e22 c87911 256000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 fd9e22 c87911 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 fd9e22 c87911 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 fd9e22 c87911 128000000 -t}${endif} +${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 256000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 128000000 -t}${endif} ]] diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index bf5acf9..24b11c7 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" |