From 6cac2c20a61028b8018cfbf97f89a8f38408cf7a Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 29 Mar 2023 12:38:22 -0500 Subject: [PATCH 1/4] Pushing before pulling. --- .config/dmscripts/config | 87 +++++++++++++++++++++++++++------------- 1 file changed, 60 insertions(+), 27 deletions(-) mode change 100644 => 100755 .config/dmscripts/config diff --git a/.config/dmscripts/config b/.config/dmscripts/config old mode 100644 new mode 100755 index 5cda7a3..24c608f --- a/.config/dmscripts/config +++ b/.config/dmscripts/config @@ -15,7 +15,7 @@ RMENU="rofi -dmenu" PDF_VIEWER="zathura" -# DMBROWSER="brave" +#DMBROWSER="brave" DMBROWSER="qutebrowser" # DMTERM="st -e" @@ -46,7 +46,7 @@ esac # last dash. This gives us the word after the - which is what we are searching for in the case # statement. ie dm-man -> man -# An awk equivalent is: +# An awk equivalent is: # awk -F"-" '{print $NF}' # Sadly cut has no easy equivalent @@ -61,8 +61,7 @@ bookman_show_source=1 sounds_dir="${HOME}/.config/dmscripts/dmsounds" # dm-setbg -# setbg_dir="${HOME}/Pictures/Wallpapers" -setbg_dir="/usr/share/backgrounds/dtos-backgrounds" +setbg_dir="${HOME}/Pictures/Wallpapers" # Set this to 1 if you want to use imv and wayland, 0 if you want to use sxiv # Note that sxiv is X11 only, you need to mark the image you want to use. use_imv=0 @@ -188,12 +187,14 @@ youtube_channels[distrotube]="https://www.youtube.com/c/DistroTube/featured" # Syntax: radio_stations[name]="https://www.zeno.fm/radio/your-station" declare -A radio_stations -radio_stations[50s Rewind]="https://zeno.fm/radio/50s-rewind/" -radio_stations[60s Rewind]="https://zeno.fm/radio/60s-rewind/" -radio_stations[70s Rewind]="https://zeno.fm/radio/70s-rewind/" -radio_stations[80s Rewind]="https://zeno.fm/radio/80s-rewind/" -radio_stations[90s Rock]="https://zeno.fm/radio/90s-rock/" +radio_stations[Oldies Radio 50s-60s]="https://zeno.fm/radio/oldies-radio-50s-60s/" +radio_stations[Oldies Radio 70s]="https://zeno.fm/radio/oldies-radio-70s/" +radio_stations[Unlimited 80s]="https://zeno.fm/radio/unlimited80s/" +radio_stations[80s Hits]="https://zeno.fm/radio/80shits/" +radio_stations[90s Hits]="https://zeno.fm/radio/90s_HITS/" +radio_stations[2000s Pop]="https://zeno.fm/radio/2000s-pop/" radio_stations[The 2000s]="https://zeno.fm/radio/the-2000s/" +radio_stations[Hits 2010s]="https://zeno.fm/radio/helia-hits-2010/" radio_stations[Classical Radio]="https://zeno.fm/radio/classical-radio/" radio_stations[Classical Relaxation]="https://zeno.fm/radio/radio-christmas-non-stop-classical/" radio_stations[Classic Rock]="https://zeno.fm/radio/classic-rockdnb2sav8qs8uv/" @@ -244,25 +245,57 @@ lingva_instance="https://lingva.ml" # lang_map[Automatic]=auto # dm-weather config -declare -A weather_location -# weather_location[New York]="New+York" -# weather_opts="m" # Always use metric units (celsius) -# weather_opts="u" # Always use US units (fahrenheit) -# see: https://github.com/chubin/wttr.in + +# Example: set the default search parameters to Texas, Paris and Kyiv +# weather_locations="Texas, United States +# Paris, France +# Kyiv, Ukraine" +weather_locations="Paris, France +New York, New York +Dallas, TX" + +# use the weather_opts variable to set additional flags: +# weather_opts="flag1&flag2&flag3=somevalue" + +# for full details see: https://github.com/chubin/wttr.in # dm-currencies config -# Chose how you want to display the currencies (default: "names") -# currency_names="codes" +# syntax: currency_name:pretty_name(s) +# we use this site, ensure your currency is supported before adding it: +# https://currencyconvert.online/$from/$to/$amount +currency_list="aud:Australian dollar +brl:Brazilian real +cad:Canadian dollar +chf:Swiss franc +clp:Chilean peso +cny:Chinese yuan +czk:Czech koruna +dkk:Danish krone +eur:Euro +gdb:Pound sterling +khd:Hong Kong dollar +huf:Hungarian forint +idr:Indonesian rupiah +ils:Israeli shekel +inr:Indian rupee +jpy:Japanese yen +krw:South Korean won +mxn:Mexican peso +myr:Malaysian ringgit +nok:Norwegian krone +nzd:New Zealand dollar +php:Philippine peso +pkr:Pakistani rupee +pln:Polish zloty +rub:Russian ruble +sek:Swedish krona +sgd:Singapore dollar +thb:Thai baht +try:Turkish lira +twd:New Taiwan dollar +usd:United States Dollar +zar:South African rand" -# "auto" will get currencies dynamically, "manual" will only use the currencies you define (default: "auto") -# defined currencies will still be included when set to auto -# currency_method="manual" - -declare -A currencies -# currencies[Dollar]="USD" -# currencies[Pound]="GBP" -# currencies[Monero]="XMR" -# see: https://rate.sx/:currencies and https://rate.sx/:coins - -_revision=22 +# current revision (do not touch unless you know what you're doing) +_revision=23 From 30237be6705c5a4967f9c371f92c9f6632cc07f0 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 1 Apr 2023 12:54:06 -0500 Subject: [PATCH 2/4] Adding conky for bswpm/dwm in DTOS. --- .config/bspwm/bspwmrc | 2 +- .config/conky/bspwm/doom-one-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/dracula-01.conkyrc | 132 ++++++++++++++++++ .config/conky/bspwm/gruvbox-dark-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/monokai-pro-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/nord-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/oceanic-next-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/palenight-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/solarized-dark-01.conkyrc | 131 +++++++++++++++++ .../conky/bspwm/solarized-light-01.conkyrc | 131 +++++++++++++++++ .config/conky/bspwm/tomorrow-night-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/doom-one-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/dracula-01.conkyrc | 132 ++++++++++++++++++ .config/conky/dwm/gruvbox-dark-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/monokai-pro-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/nord-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/oceanic-next-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/palenight-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/solarized-dark-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/solarized-light-01.conkyrc | 131 +++++++++++++++++ .config/conky/dwm/tomorrow-night-01.conkyrc | 131 +++++++++++++++++ 21 files changed, 2623 insertions(+), 1 deletion(-) create mode 100644 .config/conky/bspwm/doom-one-01.conkyrc create mode 100644 .config/conky/bspwm/dracula-01.conkyrc create mode 100644 .config/conky/bspwm/gruvbox-dark-01.conkyrc create mode 100644 .config/conky/bspwm/monokai-pro-01.conkyrc create mode 100644 .config/conky/bspwm/nord-01.conkyrc create mode 100644 .config/conky/bspwm/oceanic-next-01.conkyrc create mode 100644 .config/conky/bspwm/palenight-01.conkyrc create mode 100644 .config/conky/bspwm/solarized-dark-01.conkyrc create mode 100644 .config/conky/bspwm/solarized-light-01.conkyrc create mode 100644 .config/conky/bspwm/tomorrow-night-01.conkyrc create mode 100644 .config/conky/dwm/doom-one-01.conkyrc create mode 100644 .config/conky/dwm/dracula-01.conkyrc create mode 100644 .config/conky/dwm/gruvbox-dark-01.conkyrc create mode 100644 .config/conky/dwm/monokai-pro-01.conkyrc create mode 100644 .config/conky/dwm/nord-01.conkyrc create mode 100644 .config/conky/dwm/oceanic-next-01.conkyrc create mode 100644 .config/conky/dwm/palenight-01.conkyrc create mode 100644 .config/conky/dwm/solarized-dark-01.conkyrc create mode 100644 .config/conky/dwm/solarized-light-01.conkyrc create mode 100644 .config/conky/dwm/tomorrow-night-01.conkyrc diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 463955e..515dccd 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -18,7 +18,7 @@ picom & killall nm-applet && nm-applet & killall volumeicon && volumeicon & /usr/bin/emacs --daemon & -killall conky && conky -c "$HOME"/.config/conky/xmonad/"$COLORSCHEME"-01.conkyrc +killall conky && conky -c "$HOME"/.config/conky/bspwm/"$COLORSCHEME"-01.conkyrc polybar-bspwm & ### Select only ONE of the following four ways to set the wallpaper. diff --git a/.config/conky/bspwm/doom-one-01.conkyrc b/.config/conky/bspwm/doom-one-01.conkyrc new file mode 100644 index 0000000..a34404b --- /dev/null +++ b/.config/conky/bspwm/doom-one-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +################################### +## doom-one-01.conkyrc (bspwm) ## +################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum height of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282c34', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Doom One) + color0 = '#c678dd', + color1 = '#bbc2cf', + color2 = '#51afef', + color3 = '#98be65', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/dracula-01.conkyrc b/.config/conky/bspwm/dracula-01.conkyrc new file mode 100644 index 0000000..ebf9f77 --- /dev/null +++ b/.config/conky/bspwm/dracula-01.conkyrc @@ -0,0 +1,132 @@ +--[[ +################################## +## dracula-01.conkyrc (bspwm) ## +################################## +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282a36', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Dracula) + color0 = '#bd93f9', + color1 = '#f8f8f2', + color2 = '#8be9fd', + color2 = '#8be9fd', + color3 = '#50fa7b', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/gruvbox-dark-01.conkyrc b/.config/conky/bspwm/gruvbox-dark-01.conkyrc new file mode 100644 index 0000000..3b354b2 --- /dev/null +++ b/.config/conky/bspwm/gruvbox-dark-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +####################################### +## gruvbox-dark-01.conkyrc (bspwm) ## +####################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282828', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Gruvbox Dark) + color0 = '#b16286', + color1 = '#ebdbb2', + color2 = '#458588', + color3 = '#b8bb26', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/monokai-pro-01.conkyrc b/.config/conky/bspwm/monokai-pro-01.conkyrc new file mode 100644 index 0000000..6dcbca7 --- /dev/null +++ b/.config/conky/bspwm/monokai-pro-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +###################################### +## monokai-pro-01.conkyrc (bspwm) ## +###################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#2D2A2E', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Monokai Pro) + color0 = '#AB9DF2', + color1 = '#FCFCFA', + color2 = '#78DCE8', + color3 = '#A9DC76', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/nord-01.conkyrc b/.config/conky/bspwm/nord-01.conkyrc new file mode 100644 index 0000000..31a8b4d --- /dev/null +++ b/.config/conky/bspwm/nord-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +############################### +## nord-01.conkyrc (bspwm) ## +############################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#2E3440', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Nord) + color0 = '#B48EAD', + color1 = '#D8DEE9', + color2 = '#88C0D0', + color3 = '#EBCB8B', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/oceanic-next-01.conkyrc b/.config/conky/bspwm/oceanic-next-01.conkyrc new file mode 100644 index 0000000..6fa6b21 --- /dev/null +++ b/.config/conky/bspwm/oceanic-next-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +####################################### +## oceanic-next-01.conkyrc (bspwm) ## +####################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#1b2b34', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Oceanic Next) + color0 = '#c594c5', + color1 = '#d8dee9', + color2 = '#6699cc', + color3 = '#99c794', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/palenight-01.conkyrc b/.config/conky/bspwm/palenight-01.conkyrc new file mode 100644 index 0000000..b52c80a --- /dev/null +++ b/.config/conky/bspwm/palenight-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################### +## tomorrow-night-01.conkyrc (bspwm) ## +######################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#292d3e', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Palenight) + color0 = '#c792ea', + color1 = '#d0d0d0', + color2 = '#82aaff', + color3 = '#ffcb6b', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/solarized-dark-01.conkyrc b/.config/conky/bspwm/solarized-dark-01.conkyrc new file mode 100644 index 0000000..b987871 --- /dev/null +++ b/.config/conky/bspwm/solarized-dark-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################### +## solarized-dark-01.conkyrc (bspwm) ## +######################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#002b36', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Solarized Dark) + color0 = '#2aa198', + color1 = '#fdf6e3', + color2 = '#268bd2', + color3 = '#d33682', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/solarized-light-01.conkyrc b/.config/conky/bspwm/solarized-light-01.conkyrc new file mode 100644 index 0000000..2d5eb9d --- /dev/null +++ b/.config/conky/bspwm/solarized-light-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +########################################## +## solarized-light-01.conkyrc (bspwm) ## +########################################## +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#fdf6e3', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Solarized Light) + color0 = '#2aa198', + color1 = '#657b83', + color2 = '#268bd2', + color3 = '#d33682', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/bspwm/tomorrow-night-01.conkyrc b/.config/conky/bspwm/tomorrow-night-01.conkyrc new file mode 100644 index 0000000..c15f977 --- /dev/null +++ b/.config/conky/bspwm/tomorrow-night-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################### +## tomorrow-night-01.conkyrc (bspwm) ## +######################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#1d1f21', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Tomorrow Night) + color0 = '#b294bb', + color1 = '#c5c8c6', + color2 = '#81a2be', + color3 = '#b5bd68', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+hjkl${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} +]]; diff --git a/.config/conky/dwm/doom-one-01.conkyrc b/.config/conky/dwm/doom-one-01.conkyrc new file mode 100644 index 0000000..4880753 --- /dev/null +++ b/.config/conky/dwm/doom-one-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +################################### +## doom-one-01.conkyrc (dwm) ## +################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum height of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282c34', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Doom One) + color0 = '#c678dd', + color1 = '#bbc2cf', + color2 = '#51afef', + color3 = '#98be65', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/dracula-01.conkyrc b/.config/conky/dwm/dracula-01.conkyrc new file mode 100644 index 0000000..37693f7 --- /dev/null +++ b/.config/conky/dwm/dracula-01.conkyrc @@ -0,0 +1,132 @@ +--[[ +################################## +## dracula-01.conkyrc (dwm) ## +################################## +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282a36', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Dracula) + color0 = '#bd93f9', + color1 = '#f8f8f2', + color2 = '#8be9fd', + color2 = '#8be9fd', + color3 = '#50fa7b', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/gruvbox-dark-01.conkyrc b/.config/conky/dwm/gruvbox-dark-01.conkyrc new file mode 100644 index 0000000..b0c852e --- /dev/null +++ b/.config/conky/dwm/gruvbox-dark-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +####################################### +## gruvbox-dark-01.conkyrc (dwm) ## +####################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#282828', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Gruvbox Dark) + color0 = '#b16286', + color1 = '#ebdbb2', + color2 = '#458588', + color3 = '#b8bb26', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/monokai-pro-01.conkyrc b/.config/conky/dwm/monokai-pro-01.conkyrc new file mode 100644 index 0000000..ecf6e55 --- /dev/null +++ b/.config/conky/dwm/monokai-pro-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +###################################### +## monokai-pro-01.conkyrc (dwm) ## +###################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#2D2A2E', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Monokai Pro) + color0 = '#AB9DF2', + color1 = '#FCFCFA', + color2 = '#78DCE8', + color3 = '#A9DC76', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/nord-01.conkyrc b/.config/conky/dwm/nord-01.conkyrc new file mode 100644 index 0000000..47e4eeb --- /dev/null +++ b/.config/conky/dwm/nord-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +############################### +## nord-01.conkyrc (dwm) ## +############################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#2E3440', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Nord) + color0 = '#B48EAD', + color1 = '#D8DEE9', + color2 = '#88C0D0', + color3 = '#EBCB8B', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/oceanic-next-01.conkyrc b/.config/conky/dwm/oceanic-next-01.conkyrc new file mode 100644 index 0000000..28eec7b --- /dev/null +++ b/.config/conky/dwm/oceanic-next-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +####################################### +## oceanic-next-01.conkyrc (dwm) ## +####################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#1b2b34', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Oceanic Next) + color0 = '#c594c5', + color1 = '#d8dee9', + color2 = '#6699cc', + color3 = '#99c794', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/palenight-01.conkyrc b/.config/conky/dwm/palenight-01.conkyrc new file mode 100644 index 0000000..d33c4fb --- /dev/null +++ b/.config/conky/dwm/palenight-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################### +## tomorrow-night-01.conkyrc (dwm) ## +######################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#292d3e', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Palenight) + color0 = '#c792ea', + color1 = '#d0d0d0', + color2 = '#82aaff', + color3 = '#ffcb6b', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/solarized-dark-01.conkyrc b/.config/conky/dwm/solarized-dark-01.conkyrc new file mode 100644 index 0000000..0689e0e --- /dev/null +++ b/.config/conky/dwm/solarized-dark-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################### +## solarized-dark-01.conkyrc (dwm) ## +######################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#002b36', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Solarized Dark) + color0 = '#2aa198', + color1 = '#fdf6e3', + color2 = '#268bd2', + color3 = '#d33682', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/solarized-light-01.conkyrc b/.config/conky/dwm/solarized-light-01.conkyrc new file mode 100644 index 0000000..04e0270 --- /dev/null +++ b/.config/conky/dwm/solarized-light-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +########################################## +## solarized-light-01.conkyrc (dwm) ## +########################################## +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#fdf6e3', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Solarized Light) + color0 = '#2aa198', + color1 = '#657b83', + color2 = '#268bd2', + color3 = '#d33682', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; diff --git a/.config/conky/dwm/tomorrow-night-01.conkyrc b/.config/conky/dwm/tomorrow-night-01.conkyrc new file mode 100644 index 0000000..2f70ab0 --- /dev/null +++ b/.config/conky/dwm/tomorrow-night-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################### +## tomorrow-night-01.conkyrc (dwm) ## +######################################### +]] + +conky.config = { + + --Various settings + background = true, -- forked to background + cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. + diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. + double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) + if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address + net_avg_samples = 2, -- The number of samples to average for net data + no_buffers = true, -- Subtract (file system) buffers from used memory? + temperature_unit = 'fahrenheit', -- fahrenheit or celsius + text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 + update_interval = 1, -- update interval + imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + + -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) + --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + --gap_x = 3540, -- pixels between right or left border + --gap_y = 70, -- pixels between bottom or left border + + -- Placement (For SINGLE monitor users!) + alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, + gap_x = 50, -- pixels between right or left border + gap_y = 70, -- pixels between bottom or left border + + -- Size + minimum_height = 200, -- minimum height of window + minimum_width = 260, -- minimum width of window + maximum_width = 260, -- maximum width of window + + --Graphical + border_inner_margin = 5, -- margin between border and text + border_outer_margin = 5, -- margin between border and edge of window + border_width = 0, -- border width in pixels + default_bar_width = 260, -- default is 0 - full width + default_bar_height = 10, -- default is 6 + default_gauge_height = 25, -- default is 25 + default_gauge_width =40, -- default is 40 + default_graph_height = 40, -- default is 25 + default_graph_width = 153, -- default is 0 - full width + default_shade_color = '#000000', -- default shading colour + default_outline_color = '#000000', -- default outline colour + draw_borders = false, -- draw borders around text + draw_graph_borders = true, -- draw borders around graphs + draw_shades = false, -- draw shades + draw_outline = false, -- draw outline + stippled_borders = 0, -- dashing the border + + --Textual + format_human_readable = true, -- KiB, MiB rather then number of bytes + font = 'Source Code Pro:bold:size=10', -- the default font used + font2 = 'Raleway:bold:size=30', -- font for the time + font3 = 'Ubuntu:size=14', -- font for the date + font4 = 'Raleway:bold:size=9', -- font for the keybindings heading + max_text_width = 0, -- 0 will make sure line does not get broken if width too smal + max_user_text = 16384, -- max text in conky default 16384 + override_utf8_locale = true, -- force UTF8 requires xft + short_units = true, -- shorten units from KiB to k + top_name_width = 21, -- width for $top name value default 15 + top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. + uppercase = false, -- uppercase or not + use_spacer = 'none', -- adds spaces around certain objects to align - default none + use_xft = true, -- xft font - anti-aliased font + xftalpha = 1, -- alpha of the xft font - between 0-1 + + --Windows + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop + own_window_colour = '#1d1f21', -- set colour if own_window_transparent no + own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% + own_window_title = 'xmonad_conky', -- set the name manually + own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it + + --Colors (Tomorrow Night) + color0 = '#b294bb', + color1 = '#c5c8c6', + color2 = '#81a2be', + color3 = '#b5bd68', +}; + +conky.text = [[ +${alignc}${color0}${font2}${time %H:%M}${font} +${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} +${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% +${color2}${goto 12}${cpubar 8,254} +${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% +${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% +${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% +${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax +${color2}${goto 12}${membar 8,254}${color} +${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} +${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} +${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} +${voffset 18}${color1}${alignc}${font4}DWM KEYBINDINGS${font}${color} +${color1}${hr}${color} +${color1}[S]+[RET]${alignr}${color2}open terminal${color} +${color1}[S]+b${alignr}${color2}open qutebrowser${color} +${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} +${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} +${color1}[S]+j/k${alignr}${color2}move win focus${color} +${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} +${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} +${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} +${color1}[S]+h/l${alignr}${color2}shrink/expand${color} +${color1}${hr}${color} +${color1}[S]+e, e${alignr}${color2}launch emacs${color} +${color1}[S]+e, b${alignr}${color2}ibuffer${color} +${color1}[S]+e, d${alignr}${color2}dired${color} +${color1}[S]+e, n${alignr}${color2}elfeed${color} +${color1}[S]+e, s${alignr}${color2}eshell${color} +${color1}[S]+e, v${alignr}${color2}vterm${color} +${color1}${hr}${color} +${color1}[S]+p, h${alignr}${color2}dm-hub${color} +${color1}[S]+p, b${alignr}${color2}dm-setbg${color} +${color1}[S]+p, e${alignr}${color2}dm-confedit${color} +${color1}[S]+p, m${alignr}${color2}dm-man${color} +${color1}[S]+p, o${alignr}${color2}dm-bookman${color} +${color1}[S]+p, s${alignr}${color2}dm-websearch${color} +${color1}${hr}${color} +${color1}[S]+[SHIFT]+r${alignr}${color2}restart dwm${color} +${color1}[S]+[SHIFT]+q${alignr}${color2}quit dwm${color} +]]; From 59698df265975c0c6df80adb7e2e2d55ad596ca1 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 1 Apr 2023 13:45:40 -0500 Subject: [PATCH 3/4] Adding dm-logout keybindings. --- .config/qtile/README.org | 4 ++-- .config/qtile/config.py | 4 ++-- .config/sxhkd/sxhkdrc | 8 ++++++-- .config/xmonad/xmonad-with-polybar.org | 4 ++-- .config/xmonad/xmonad-with-xmobar.org | 4 ++-- .config/xmonad/xmonad.hs | 4 ++-- 6 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index fef4816..0cd9f66 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -140,8 +140,8 @@ keys = [ desc='Restart Qtile' ), Key([mod, "shift"], "q", - lazy.shutdown(), - desc='Shutdown Qtile' + lazy.spawn("dm-logout"), + desc='Logout menu' ), Key(["control", "shift"], "e", lazy.spawn("emacsclient -c -a emacs"), diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 74187f0..f3a9225 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -49,8 +49,8 @@ keys = [ desc='Restart Qtile' ), Key([mod, "shift"], "q", - lazy.shutdown(), - desc='Shutdown Qtile' + lazy.spawn("dm-logout"), + desc='Logout menu' ), Key(["control", "shift"], "e", lazy.spawn("emacsclient -c -a emacs"), diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0978323..8634675 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -26,8 +26,12 @@ super + shift + Return dm-run # quit/restart bspwm -super + shift + {q,r} - bspc {quit,wm -r} +super + shift + q + dm-logout + +# quit/restart bspwm +super + shift + r + bspc wm -r # close and kill super + shift + c diff --git a/.config/xmonad/xmonad-with-polybar.org b/.config/xmonad/xmonad-with-polybar.org index a30ea2e..82d5908 100644 --- a/.config/xmonad/xmonad-with-polybar.org +++ b/.config/xmonad/xmonad-with-polybar.org @@ -645,8 +645,8 @@ myKeys c = subKeys "Xmonad Essentials" [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") - , ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) - --, ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout") + --, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) + , ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout") , ("M-S-c", addName "Kill focused window" $ kill1) , ("M-S-a", addName "Kill all windows on WS" $ killAll) , ("M-S-", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"]) diff --git a/.config/xmonad/xmonad-with-xmobar.org b/.config/xmonad/xmonad-with-xmobar.org index a641446..47cdfef 100644 --- a/.config/xmonad/xmonad-with-xmobar.org +++ b/.config/xmonad/xmonad-with-xmobar.org @@ -657,8 +657,8 @@ myKeys c = subKeys "Xmonad Essentials" [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") - , ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) - --, ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout") + --, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) + , ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout") , ("M-S-c", addName "Kill focused window" $ kill1) , ("M-S-a", addName "Kill all windows on WS" $ killAll) , ("M-S-", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"]) diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 9d7f0b1..1913b2b 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -499,8 +499,8 @@ myKeys c = subKeys "Xmonad Essentials" [ ("M-C-r", addName "Recompile XMonad" $ spawn "xmonad --recompile") , ("M-S-r", addName "Restart XMonad" $ spawn "xmonad --restart") - , ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) - --, ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout") + --, ("M-S-q", addName "Quit XMonad" $ sequence_ [spawn (mySoundPlayer ++ shutdownSound), io exitSuccess]) + , ("M-S-q", addName "Quit XMonad" $ spawn "dm-logout") , ("M-S-c", addName "Kill focused window" $ kill1) , ("M-S-a", addName "Kill all windows on WS" $ killAll) , ("M-S-", addName "Run prompt" $ sequence_ [spawn (mySoundPlayer ++ dmenuSound), spawn "~/.local/bin/dm-run"]) From 81a86a20515bb728c7743c8029219dffce2e54c0 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 1 Apr 2023 15:08:22 -0500 Subject: [PATCH 4/4] Playing with conky. --- .config/awesome/README.org | 4 +- .config/awesome/rc.lua | 4 +- .config/bspwm/bspwmrc | 5 +- .config/conky/awesome/doom-one-01.conkyrc | 131 ----------------- .config/conky/awesome/dracula-01.conkyrc | 132 ------------------ .config/conky/awesome/gruvbox-dark-01.conkyrc | 131 ----------------- .config/conky/awesome/monokai-pro-01.conkyrc | 131 ----------------- .config/conky/awesome/nord-01.conkyrc | 131 ----------------- .config/conky/awesome/oceanic-next-01.conkyrc | 131 ----------------- .config/conky/awesome/palenight-01.conkyrc | 131 ----------------- .../conky/awesome/solarized-dark-01.conkyrc | 131 ----------------- .../conky/awesome/solarized-light-01.conkyrc | 131 ----------------- .../conky/awesome/tomorrow-night-01.conkyrc | 131 ----------------- .config/conky/bspwm/doom-one-01.conkyrc | 131 ----------------- .config/conky/bspwm/dracula-01.conkyrc | 132 ------------------ .config/conky/bspwm/gruvbox-dark-01.conkyrc | 131 ----------------- .config/conky/bspwm/monokai-pro-01.conkyrc | 131 ----------------- .config/conky/bspwm/nord-01.conkyrc | 131 ----------------- .config/conky/bspwm/oceanic-next-01.conkyrc | 131 ----------------- .config/conky/bspwm/palenight-01.conkyrc | 131 ----------------- .config/conky/bspwm/solarized-dark-01.conkyrc | 131 ----------------- .../conky/bspwm/solarized-light-01.conkyrc | 131 ----------------- .config/conky/bspwm/tomorrow-night-01.conkyrc | 131 ----------------- .config/conky/qtile/doom-one-01.conkyrc | 131 ----------------- .config/conky/qtile/dracula-01.conkyrc | 132 ------------------ .config/conky/qtile/gruvbox-dark-01.conkyrc | 131 ----------------- .config/conky/qtile/monokai-pro-01.conkyrc | 131 ----------------- .config/conky/qtile/nord-01.conkyrc | 131 ----------------- .config/conky/qtile/oceanic-next-01.conkyrc | 131 ----------------- .config/conky/qtile/palenight-01.conkyrc | 131 ----------------- .config/conky/qtile/solarized-dark-01.conkyrc | 131 ----------------- .../conky/qtile/solarized-light-01.conkyrc | 131 ----------------- .config/conky/qtile/tomorrow-night-01.conkyrc | 131 ----------------- .config/qtile/autostart.sh | 6 +- .local/bin/dtos-colorscheme | 42 +++++- 35 files changed, 53 insertions(+), 3941 deletions(-) delete mode 100644 .config/conky/awesome/doom-one-01.conkyrc delete mode 100644 .config/conky/awesome/dracula-01.conkyrc delete mode 100644 .config/conky/awesome/gruvbox-dark-01.conkyrc delete mode 100644 .config/conky/awesome/monokai-pro-01.conkyrc delete mode 100644 .config/conky/awesome/nord-01.conkyrc delete mode 100644 .config/conky/awesome/oceanic-next-01.conkyrc delete mode 100644 .config/conky/awesome/palenight-01.conkyrc delete mode 100644 .config/conky/awesome/solarized-dark-01.conkyrc delete mode 100644 .config/conky/awesome/solarized-light-01.conkyrc delete mode 100644 .config/conky/awesome/tomorrow-night-01.conkyrc delete mode 100644 .config/conky/bspwm/doom-one-01.conkyrc delete mode 100644 .config/conky/bspwm/dracula-01.conkyrc delete mode 100644 .config/conky/bspwm/gruvbox-dark-01.conkyrc delete mode 100644 .config/conky/bspwm/monokai-pro-01.conkyrc delete mode 100644 .config/conky/bspwm/nord-01.conkyrc delete mode 100644 .config/conky/bspwm/oceanic-next-01.conkyrc delete mode 100644 .config/conky/bspwm/palenight-01.conkyrc delete mode 100644 .config/conky/bspwm/solarized-dark-01.conkyrc delete mode 100644 .config/conky/bspwm/solarized-light-01.conkyrc delete mode 100644 .config/conky/bspwm/tomorrow-night-01.conkyrc delete mode 100644 .config/conky/qtile/doom-one-01.conkyrc delete mode 100644 .config/conky/qtile/dracula-01.conkyrc delete mode 100644 .config/conky/qtile/gruvbox-dark-01.conkyrc delete mode 100644 .config/conky/qtile/monokai-pro-01.conkyrc delete mode 100644 .config/conky/qtile/nord-01.conkyrc delete mode 100644 .config/conky/qtile/oceanic-next-01.conkyrc delete mode 100644 .config/conky/qtile/palenight-01.conkyrc delete mode 100644 .config/conky/qtile/solarized-dark-01.conkyrc delete mode 100644 .config/conky/qtile/solarized-light-01.conkyrc delete mode 100644 .config/conky/qtile/tomorrow-night-01.conkyrc diff --git a/.config/awesome/README.org b/.config/awesome/README.org index 19b51e3..b92f7f9 100644 --- a/.config/awesome/README.org +++ b/.config/awesome/README.org @@ -135,6 +135,7 @@ local terminal = "alacritty" local browser = "qutebrowser" local editor = os.getenv("EDITOR") or "vim" local emacs = "emacsclient -c -a 'emacs' " +local colorscheme = "DoomOne" local mediaplayer = "mpv" local soundplayer = "ffplay -nodisp -autoexit " -- The program that will play system sounds #+END_SRC @@ -907,7 +908,8 @@ awful.spawn.with_shell("lxsession") awful.spawn.with_shell("picom") awful.spawn.with_shell("nm-applet") awful.spawn.with_shell("volumeicon") -awful.spawn.with_shell("killall conky && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("killall conky") +awful.spawn.with_shell("sleep 3 && conky -c $HOME/.config/conky/awesome/" .. colorscheme .. "-01.conkyrc") awful.spawn.with_shell("/usr/bin/emacs --daemon") #+END_SRC diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 7d3e8de..c898232 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -69,6 +69,7 @@ local terminal = "alacritty" local browser = "qutebrowser" local editor = os.getenv("EDITOR") or "vim" local emacs = "emacsclient -c -a 'emacs' " +local colorscheme = "DoomOne" local mediaplayer = "mpv" local soundplayer = "ffplay -nodisp -autoexit " -- The program that will play system sounds @@ -774,7 +775,8 @@ awful.spawn.with_shell("lxsession") awful.spawn.with_shell("picom") awful.spawn.with_shell("nm-applet") awful.spawn.with_shell("volumeicon") -awful.spawn.with_shell("killall conky && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("killall conky") +awful.spawn.with_shell("sleep 3 && conky -c $HOME/.config/conky/awesome/" .. colorscheme .. "-01.conkyrc") awful.spawn.with_shell("/usr/bin/emacs --daemon") awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall") diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 515dccd..005a365 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -10,7 +10,7 @@ # https://github.com/baskerville/bspwm #### VARIABLES #### -COLORSCHEME="doom-one" +COLORSCHEME="DoomOne" #### AUTOSTART #### sxhkd & @@ -18,7 +18,8 @@ picom & killall nm-applet && nm-applet & killall volumeicon && volumeicon & /usr/bin/emacs --daemon & -killall conky && conky -c "$HOME"/.config/conky/bspwm/"$COLORSCHEME"-01.conkyrc +killall conky +sleep 3 && conky -c "$HOME"/.config/conky/bspwm/"$COLORSCHEME"-01.conkyrc polybar-bspwm & ### Select only ONE of the following four ways to set the wallpaper. diff --git a/.config/conky/awesome/doom-one-01.conkyrc b/.config/conky/awesome/doom-one-01.conkyrc deleted file mode 100644 index 60e5785..0000000 --- a/.config/conky/awesome/doom-one-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -#################################### -## doom-one-01.conkyrc (Awesome) ## -#################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282c34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Doom One) - color0 = '#c678dd', - color1 = '#bbc2cf', - color2 = '#51afef', - color3 = '#98be65', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/dracula-01.conkyrc b/.config/conky/awesome/dracula-01.conkyrc deleted file mode 100644 index 5786ef8..0000000 --- a/.config/conky/awesome/dracula-01.conkyrc +++ /dev/null @@ -1,132 +0,0 @@ ---[[ -################################### -## dracula-01.conkyrc (Awesome) ## -################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282a36', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Dracula) - color0 = '#bd93f9', - color1 = '#f8f8f2', - color2 = '#8be9fd', - color2 = '#8be9fd', - color3 = '#50fa7b', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/gruvbox-dark-01.conkyrc b/.config/conky/awesome/gruvbox-dark-01.conkyrc deleted file mode 100644 index 2ecb66f..0000000 --- a/.config/conky/awesome/gruvbox-dark-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################## -## gruvbox-dark-01.conkyrc (Awesome) ## -######################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282828', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Gruvbox Dark) - color0 = '#b16286', - color1 = '#ebdbb2', - color2 = '#458588', - color3 = '#b8bb26', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/monokai-pro-01.conkyrc b/.config/conky/awesome/monokai-pro-01.conkyrc deleted file mode 100644 index 05989d6..0000000 --- a/.config/conky/awesome/monokai-pro-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -####################################### -## monokai-pro-01.conkyrc (Awesome) ## -####################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#2D2A2E', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Monokai Pro) - color0 = '#AB9DF2', - color1 = '#FCFCFA', - color2 = '#78DCE8', - color3 = '#A9DC76', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/nord-01.conkyrc b/.config/conky/awesome/nord-01.conkyrc deleted file mode 100644 index 6b3eb0b..0000000 --- a/.config/conky/awesome/nord-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -################################ -## nord-01.conkyrc (Awesome) ## -################################ -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#2E3440', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Nord) - color0 = '#B48EAD', - color1 = '#D8DEE9', - color2 = '#88C0D0', - color3 = '#EBCB8B', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/oceanic-next-01.conkyrc b/.config/conky/awesome/oceanic-next-01.conkyrc deleted file mode 100644 index 3e455ef..0000000 --- a/.config/conky/awesome/oceanic-next-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################## -## oceanic-next-01.conkyrc (Awesome) ## -######################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#1b2b34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Oceanic Next) - color0 = '#c594c5', - color1 = '#d8dee9', - color2 = '#6699cc', - color3 = '#99c794', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/palenight-01.conkyrc b/.config/conky/awesome/palenight-01.conkyrc deleted file mode 100644 index b5a69c4..0000000 --- a/.config/conky/awesome/palenight-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -########################################## -## tomorrow-night-01.conkyrc (Awesome) ## -########################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#292d3e', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Palenight) - color0 = '#c792ea', - color1 = '#d0d0d0', - color2 = '#82aaff', - color3 = '#ffcb6b', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/solarized-dark-01.conkyrc b/.config/conky/awesome/solarized-dark-01.conkyrc deleted file mode 100644 index 735a8e2..0000000 --- a/.config/conky/awesome/solarized-dark-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -########################################## -## solarized-dark-01.conkyrc (Awesome) ## -########################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#002b36', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Solarized Dark) - color0 = '#2aa198', - color1 = '#fdf6e3', - color2 = '#268bd2', - color3 = '#d33682', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/solarized-light-01.conkyrc b/.config/conky/awesome/solarized-light-01.conkyrc deleted file mode 100644 index 29e9904..0000000 --- a/.config/conky/awesome/solarized-light-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -########################################### -## solarized-light-01.conkyrc (Awesome) ## -########################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#fdf6e3', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Solarized Light) - color0 = '#2aa198', - color1 = '#657b83', - color2 = '#268bd2', - color3 = '#d33682', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/awesome/tomorrow-night-01.conkyrc b/.config/conky/awesome/tomorrow-night-01.conkyrc deleted file mode 100644 index 65f7e2a..0000000 --- a/.config/conky/awesome/tomorrow-night-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -########################################## -## tomorrow-night-01.conkyrc (Awesome) ## -########################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#1d1f21', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'awesome_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Tomorrow Night) - color0 = '#b294bb', - color1 = '#c5c8c6', - color2 = '#81a2be', - color3 = '#b5bd68', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}AWESOME KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart awesome${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit awesome${color} -]]; diff --git a/.config/conky/bspwm/doom-one-01.conkyrc b/.config/conky/bspwm/doom-one-01.conkyrc deleted file mode 100644 index a34404b..0000000 --- a/.config/conky/bspwm/doom-one-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -################################### -## doom-one-01.conkyrc (bspwm) ## -################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum height of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282c34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Doom One) - color0 = '#c678dd', - color1 = '#bbc2cf', - color2 = '#51afef', - color3 = '#98be65', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/dracula-01.conkyrc b/.config/conky/bspwm/dracula-01.conkyrc deleted file mode 100644 index ebf9f77..0000000 --- a/.config/conky/bspwm/dracula-01.conkyrc +++ /dev/null @@ -1,132 +0,0 @@ ---[[ -################################## -## dracula-01.conkyrc (bspwm) ## -################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282a36', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Dracula) - color0 = '#bd93f9', - color1 = '#f8f8f2', - color2 = '#8be9fd', - color2 = '#8be9fd', - color3 = '#50fa7b', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/gruvbox-dark-01.conkyrc b/.config/conky/bspwm/gruvbox-dark-01.conkyrc deleted file mode 100644 index 3b354b2..0000000 --- a/.config/conky/bspwm/gruvbox-dark-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -####################################### -## gruvbox-dark-01.conkyrc (bspwm) ## -####################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282828', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Gruvbox Dark) - color0 = '#b16286', - color1 = '#ebdbb2', - color2 = '#458588', - color3 = '#b8bb26', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/monokai-pro-01.conkyrc b/.config/conky/bspwm/monokai-pro-01.conkyrc deleted file mode 100644 index 6dcbca7..0000000 --- a/.config/conky/bspwm/monokai-pro-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -###################################### -## monokai-pro-01.conkyrc (bspwm) ## -###################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#2D2A2E', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Monokai Pro) - color0 = '#AB9DF2', - color1 = '#FCFCFA', - color2 = '#78DCE8', - color3 = '#A9DC76', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/nord-01.conkyrc b/.config/conky/bspwm/nord-01.conkyrc deleted file mode 100644 index 31a8b4d..0000000 --- a/.config/conky/bspwm/nord-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -############################### -## nord-01.conkyrc (bspwm) ## -############################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#2E3440', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Nord) - color0 = '#B48EAD', - color1 = '#D8DEE9', - color2 = '#88C0D0', - color3 = '#EBCB8B', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/oceanic-next-01.conkyrc b/.config/conky/bspwm/oceanic-next-01.conkyrc deleted file mode 100644 index 6fa6b21..0000000 --- a/.config/conky/bspwm/oceanic-next-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -####################################### -## oceanic-next-01.conkyrc (bspwm) ## -####################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#1b2b34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Oceanic Next) - color0 = '#c594c5', - color1 = '#d8dee9', - color2 = '#6699cc', - color3 = '#99c794', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/palenight-01.conkyrc b/.config/conky/bspwm/palenight-01.conkyrc deleted file mode 100644 index b52c80a..0000000 --- a/.config/conky/bspwm/palenight-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################### -## tomorrow-night-01.conkyrc (bspwm) ## -######################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#292d3e', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Palenight) - color0 = '#c792ea', - color1 = '#d0d0d0', - color2 = '#82aaff', - color3 = '#ffcb6b', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/solarized-dark-01.conkyrc b/.config/conky/bspwm/solarized-dark-01.conkyrc deleted file mode 100644 index b987871..0000000 --- a/.config/conky/bspwm/solarized-dark-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################### -## solarized-dark-01.conkyrc (bspwm) ## -######################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#002b36', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Solarized Dark) - color0 = '#2aa198', - color1 = '#fdf6e3', - color2 = '#268bd2', - color3 = '#d33682', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/solarized-light-01.conkyrc b/.config/conky/bspwm/solarized-light-01.conkyrc deleted file mode 100644 index 2d5eb9d..0000000 --- a/.config/conky/bspwm/solarized-light-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -########################################## -## solarized-light-01.conkyrc (bspwm) ## -########################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#fdf6e3', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Solarized Light) - color0 = '#2aa198', - color1 = '#657b83', - color2 = '#268bd2', - color3 = '#d33682', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/bspwm/tomorrow-night-01.conkyrc b/.config/conky/bspwm/tomorrow-night-01.conkyrc deleted file mode 100644 index c15f977..0000000 --- a/.config/conky/bspwm/tomorrow-night-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################### -## tomorrow-night-01.conkyrc (bspwm) ## -######################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#1d1f21', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Tomorrow Night) - color0 = '#b294bb', - color1 = '#c5c8c6', - color2 = '#81a2be', - color3 = '#b5bd68', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}BSPWM KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+hjkl${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}Ctr+Alt+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart bspwm${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit bspwm${color} -]]; diff --git a/.config/conky/qtile/doom-one-01.conkyrc b/.config/conky/qtile/doom-one-01.conkyrc deleted file mode 100644 index f3c9049..0000000 --- a/.config/conky/qtile/doom-one-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -################################### -## doom-one-01.conkyrc (Qtile) ## -################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum height of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282c34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Doom One) - color0 = '#c678dd', - color1 = '#bbc2cf', - color2 = '#51afef', - color3 = '#98be65', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/dracula-01.conkyrc b/.config/conky/qtile/dracula-01.conkyrc deleted file mode 100644 index c787a39..0000000 --- a/.config/conky/qtile/dracula-01.conkyrc +++ /dev/null @@ -1,132 +0,0 @@ ---[[ -################################## -## dracula-01.conkyrc (Qtile) ## -################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282a36', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Dracula) - color0 = '#bd93f9', - color1 = '#f8f8f2', - color2 = '#8be9fd', - color2 = '#8be9fd', - color3 = '#50fa7b', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/gruvbox-dark-01.conkyrc b/.config/conky/qtile/gruvbox-dark-01.conkyrc deleted file mode 100644 index 4298b6b..0000000 --- a/.config/conky/qtile/gruvbox-dark-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -####################################### -## gruvbox-dark-01.conkyrc (Qtile) ## -####################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#282828', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Gruvbox Dark) - color0 = '#b16286', - color1 = '#ebdbb2', - color2 = '#458588', - color3 = '#b8bb26', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/monokai-pro-01.conkyrc b/.config/conky/qtile/monokai-pro-01.conkyrc deleted file mode 100644 index fe69d96..0000000 --- a/.config/conky/qtile/monokai-pro-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -###################################### -## monokai-pro-01.conkyrc (Qtile) ## -###################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#2D2A2E', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Monokai Pro) - color0 = '#AB9DF2', - color1 = '#FCFCFA', - color2 = '#78DCE8', - color3 = '#A9DC76', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/nord-01.conkyrc b/.config/conky/qtile/nord-01.conkyrc deleted file mode 100644 index b72451f..0000000 --- a/.config/conky/qtile/nord-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -############################### -## nord-01.conkyrc (Qtile) ## -############################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#2E3440', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Nord) - color0 = '#B48EAD', - color1 = '#D8DEE9', - color2 = '#88C0D0', - color3 = '#EBCB8B', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/oceanic-next-01.conkyrc b/.config/conky/qtile/oceanic-next-01.conkyrc deleted file mode 100644 index 4997041..0000000 --- a/.config/conky/qtile/oceanic-next-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -####################################### -## oceanic-next-01.conkyrc (Qtile) ## -####################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#1b2b34', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Oceanic Next) - color0 = '#c594c5', - color1 = '#d8dee9', - color2 = '#6699cc', - color3 = '#99c794', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/palenight-01.conkyrc b/.config/conky/qtile/palenight-01.conkyrc deleted file mode 100644 index a9a8019..0000000 --- a/.config/conky/qtile/palenight-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################### -## tomorrow-night-01.conkyrc (Qtile) ## -######################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#292d3e', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Palenight) - color0 = '#c792ea', - color1 = '#d0d0d0', - color2 = '#82aaff', - color3 = '#ffcb6b', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/solarized-dark-01.conkyrc b/.config/conky/qtile/solarized-dark-01.conkyrc deleted file mode 100644 index bff0e7f..0000000 --- a/.config/conky/qtile/solarized-dark-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################### -## solarized-dark-01.conkyrc (Qtile) ## -######################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#002b36', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Solarized Dark) - color0 = '#2aa198', - color1 = '#fdf6e3', - color2 = '#268bd2', - color3 = '#d33682', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/solarized-light-01.conkyrc b/.config/conky/qtile/solarized-light-01.conkyrc deleted file mode 100644 index de1893d..0000000 --- a/.config/conky/qtile/solarized-light-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -########################################## -## solarized-light-01.conkyrc (Qtile) ## -########################################## -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#fdf6e3', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Solarized Light) - color0 = '#2aa198', - color1 = '#657b83', - color2 = '#268bd2', - color3 = '#d33682', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/conky/qtile/tomorrow-night-01.conkyrc b/.config/conky/qtile/tomorrow-night-01.conkyrc deleted file mode 100644 index 49c4c93..0000000 --- a/.config/conky/qtile/tomorrow-night-01.conkyrc +++ /dev/null @@ -1,131 +0,0 @@ ---[[ -######################################### -## tomorrow-night-01.conkyrc (Qtile) ## -######################################### -]] - -conky.config = { - - --Various settings - background = true, -- forked to background - cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. - diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. - double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) - if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address - net_avg_samples = 2, -- The number of samples to average for net data - no_buffers = true, -- Subtract (file system) buffers from used memory? - temperature_unit = 'fahrenheit', -- fahrenheit or celsius - text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 - update_interval = 1, -- update interval - imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song - - -- Placement (Conky on MIDDLE of THREE monitors at 1920x1080) - --alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - --gap_x = 3540, -- pixels between right or left border - --gap_y = 70, -- pixels between bottom or left border - - -- Placement (For SINGLE monitor users!) - alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right, - gap_x = 50, -- pixels between right or left border - gap_y = 70, -- pixels between bottom or left border - - -- Size - minimum_height = 200, -- minimum height of window - minimum_width = 260, -- minimum width of window - maximum_width = 260, -- maximum width of window - - --Graphical - border_inner_margin = 5, -- margin between border and text - border_outer_margin = 5, -- margin between border and edge of window - border_width = 0, -- border width in pixels - default_bar_width = 260, -- default is 0 - full width - default_bar_height = 10, -- default is 6 - default_gauge_height = 25, -- default is 25 - default_gauge_width =40, -- default is 40 - default_graph_height = 40, -- default is 25 - default_graph_width = 153, -- default is 0 - full width - default_shade_color = '#000000', -- default shading colour - default_outline_color = '#000000', -- default outline colour - draw_borders = false, -- draw borders around text - draw_graph_borders = true, -- draw borders around graphs - draw_shades = false, -- draw shades - draw_outline = false, -- draw outline - stippled_borders = 0, -- dashing the border - - --Textual - format_human_readable = true, -- KiB, MiB rather then number of bytes - font = 'Source Code Pro:bold:size=10', -- the default font used - font2 = 'Raleway:bold:size=30', -- font for the time - font3 = 'Ubuntu:size=14', -- font for the date - font4 = 'Raleway:bold:size=9', -- font for the keybindings heading - max_text_width = 0, -- 0 will make sure line does not get broken if width too smal - max_user_text = 16384, -- max text in conky default 16384 - override_utf8_locale = true, -- force UTF8 requires xft - short_units = true, -- shorten units from KiB to k - top_name_width = 21, -- width for $top name value default 15 - top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. - uppercase = false, -- uppercase or not - use_spacer = 'none', -- adds spaces around certain objects to align - default none - use_xft = true, -- xft font - anti-aliased font - xftalpha = 1, -- alpha of the xft font - between 0-1 - - --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop - own_window_colour = '#1d1f21', -- set colour if own_window_transparent no - own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% - own_window_title = 'xmonad_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel - own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it - - --Colors (Tomorrow Night) - color0 = '#b294bb', - color1 = '#c5c8c6', - color2 = '#81a2be', - color3 = '#b5bd68', -}; - -conky.text = [[ -${alignc}${color0}${font2}${time %H:%M}${font} -${voffset 6}${alignc}${color0}${font3}${time %b %d, %Y}${font}${color} -${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu% -${color2}${goto 12}${cpubar 8,254} -${voffset 5}${goto 12}$font${color1}${top name 1}$alignr$color${top cpu 1}% -${goto 12}${color1}${top name 2}$alignr$color${top cpu 2}% -${goto 12}${color1}${top name 3}$alignr$color${top cpu 3}% -${voffset 14}${goto 12}${color3}RAM${goto 50}$mem/$memmax -${color2}${goto 12}${membar 8,254}${color} -${goto 12}${voffset 5}${color1}${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 12}${color1}${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3} -${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color} -${color1}${hr}${color} -${color1}[S]+[RET]${alignr}${color2}open terminal${color} -${color1}[S]+b${alignr}${color2}open qutebrowser${color} -${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color} -${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color} -${color1}[S]+j/k${alignr}${color2}move win focus${color} -${color1}[S]+[SHIFT]+hjkl${alignr}${color2}move window${color} -${color1}[S]+[1-9]${alignr}${color2}switch workspace${color} -${color1}[S]+[SHIFT]+[1-9]${alignr}${color2}send window${color} -${color1}[S]+h/l${alignr}${color2}shrink/expand${color} -${color1}${hr}${color} -${color1}[S]+e, e${alignr}${color2}launch emacs${color} -${color1}[S]+e, b${alignr}${color2}ibuffer${color} -${color1}[S]+e, d${alignr}${color2}dired${color} -${color1}[S]+e, n${alignr}${color2}elfeed${color} -${color1}[S]+e, s${alignr}${color2}eshell${color} -${color1}[S]+e, v${alignr}${color2}vterm${color} -${color1}${hr}${color} -${color1}[S]+p, h${alignr}${color2}dm-hub${color} -${color1}[S]+p, b${alignr}${color2}dm-setbg${color} -${color1}[S]+p, e${alignr}${color2}dm-confedit${color} -${color1}[S]+p, m${alignr}${color2}dm-man${color} -${color1}[S]+p, o${alignr}${color2}dm-bookman${color} -${color1}[S]+p, s${alignr}${color2}dm-websearch${color} -${color1}${hr}${color} -${color1}[S]+[SHIFT]+r${alignr}${color2}restart qtile${color} -${color1}[S]+[SHIFT]+q${alignr}${color2}quit qtile${color} -]]; diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index bb4d6b0..124d609 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,10 +1,14 @@ #!/usr/bin/env bash +COLORSCHEME="DoomOne" + festival --tts $HOME/.config/qtile/welcome_msg & lxsession & picom & /usr/bin/emacs --daemon & -conky -c $HOME/.config/conky/qtile/doom-one-01.conkyrc +killall conky & +sleep 3 && conky -c "$HOME"/.config/conky/qtile/"$COLORSCHEME"-01.conkyrc +killall volumeicon & volumeicon & nm-applet & diff --git a/.local/bin/dtos-colorscheme b/.local/bin/dtos-colorscheme index 5300bb7..4ea8a01 100755 --- a/.local/bin/dtos-colorscheme +++ b/.local/bin/dtos-colorscheme @@ -29,13 +29,49 @@ options=("DoomOne" choice=$(printf '%s\n' "${options[@]}" | ${DMENU} 'Choose color scheme:' "${@}") if [ "$choice" ]; then + ## XMONAD ## sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.config/xmonad/README.org || echo "Cannot modify README.org" sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.config/xmonad/xmonad.hs || echo "Cannot modify xmonad.hs" - xmonad --restart + xmonad --restart || echo "Xmonad not running" - sed -i "s/^colors: .*/colors: \*$choice/g" "$HOME"/.config/alacritty/alacritty.yml + ## AWESOME ## + sed -i "s/^local colorscheme = .*/local colorscheme = \"$choice\"/g" "$HOME"/.config/awesome/README.org + sed -i "s/^local colorscheme = .*/local colorscheme = \"$choice\"/g" "$HOME"/.config/awesome/rc.lua + echo 'awesome.restart()' | awesome-client || echo "Awesome not running" + + ## BSPWM ## + sed -i "s/^COLORSCHEME=.*/COLORSCHEME=\"$choice\"/g" "$HOME"/.config/bspwm/bspwmrc + bspc wm -r || echo "Bswpm not running" + + ## QTILE ## + sed -i "s/^COLORSCHEME=.*/COLORSCHEME=\"$choice\"/g" "$HOME"/.config/qtile/autostart.sh + qtile cmd-obj -o cmd -f restart && $HOME/.config/qtile/autostart.sh || echo "Qtile not running" + + ## ALACRITTY ## + sed -i "s/^colors: .*/colors: \*$choice/g" "$HOME"/.config/alacritty/alacritty.yml || echo "Error setting Alacritty colors" + + + ## POLYBAR (Do not remove the spacing in these sed commands!!!) + sed -i -e "s/^background .*background/background = \${$choice.background/g" \ + -e "s/^foreground .*foreground/foreground = \${$choice.foreground/g" \ + -e "s/color0 .*color0/color0 = \${$choice.color0/g" \ + -e "s/color1 .*color1/color1 = \${$choice.color1/g" \ + -e "s/color2 .*color2/color2 = \${$choice.color2/g" \ + -e "s/color3 .*color3/color3 = \${$choice.color3/g" \ + -e "s/color4 .*color4/color4 = \${$choice.color4/g" \ + -e "s/color5 .*color5/color5 = \${$choice.color5/g" \ + -e "s/color6 .*color6/color6 = \${$choice.color6/g" \ + -e "s/color7 .*color7/color7 = \${$choice.color7/g" \ + -e "s/color8 .*color8/color8 = \${$choice.color8/g" \ + -e "s/color9 .*color9/color9 = \${$choice.color9/g" \ + -e "s/color10.*color10/color10 = \${$choice.color10/g" \ + -e "s/color11.*color11/color11 = \${$choice.color11/g" \ + -e "s/color12.*color12/color12 = \${$choice.color12/g" \ + -e "s/color13.*color13/color13 = \${$choice.color13/g" \ + -e "s/color14.*color14/color14 = \${$choice.color14/g" \ + -e "s/color15.*color15/color15 = \${$choice.color15/g" \ + -e "s/^alert.*/alert = \${$choice.color1}/g" "$HOME"/.config/polybar/README.org - # POLYBAR (Do not remove the spacing in these sed commands!!!) sed -i -e "s/^background .*background/background = \${$choice.background/g" \ -e "s/^foreground .*foreground/foreground = \${$choice.foreground/g" \ -e "s/color0 .*color0/color0 = \${$choice.color0/g" \