From ea81cb1aff29a283c617348fac474047faa12bf8 Mon Sep 17 00:00:00 2001 From: Matthias Schuster Date: Sun, 26 Jun 2022 17:29:25 +0000 Subject: [PATCH 1/8] Correct typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c8ed19a..8a70110 100644 --- a/README.org +++ b/README.org @@ -24,7 +24,7 @@ Dotfiles are the customization files that are used to personalize your Linux or - [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/awesome][Awesome]] - [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/bspwm][Bspwm]] - [[https://gitlab.com/dwt1/dwm-distrotube][Dwm]] (*) -- [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/herbstluftwm][Hebstluftwm]] +- [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/herbstluftwm][Herbstluftwm]] - [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/i3][i3-gaps]] - [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/openbox][Openbox]] (you may also want my [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/tint2][tint2]] panel config and [[https://gitlab.com/dwt1/dt-dark-theme][dt-dark-theme]] GTK theme) - [[https://gitlab.com/dwt1/dotfiles/-/tree/master/.config/qtile][Qtile]] From 04bbd30b766aacaf6419a0ed90c3f54710c1ba30 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 4 Jul 2022 17:58:49 -0500 Subject: [PATCH 2/8] Adding mocp alias. Mocp must use bash instead of fish. --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index dc414b1..7bc53c2 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -340,6 +340,9 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas # Unlock LBRY tips alias tips="lbrynet txo spend --type=support --is_not_my_input --blocking" +# Mocp must be launched with bash instead of Fish! +alias mocp="bash -c mocp" + ### DTOS ### # Copy/paste all content of /etc/dtos over to home folder. A backup of config is created. (Be careful running this!) alias dtoscopy='[ -d ~/.config ] || mkdir ~/.config && cp -Rf ~/.config ~/.config-backup-(date +%Y.%m.%d-%H.%M.%S) && cp -rf /etc/dtos/* ~' From fe8d0b31574eea64eae823fc30879b2fa43a5768 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 4 Jul 2022 19:03:53 -0500 Subject: [PATCH 3/8] Working on Awesome WM. --- .config/awesome/README.org | 71 +++++++++++++++----------------------- .config/awesome/rc.lua | 37 +++++++------------- 2 files changed, 41 insertions(+), 67 deletions(-) diff --git a/.config/awesome/README.org b/.config/awesome/README.org index a554ec3..40bdf8d 100644 --- a/.config/awesome/README.org +++ b/.config/awesome/README.org @@ -130,17 +130,15 @@ in the config. Setting values for things like font, terminal and editor means you only have to change the value here to make changes globally. #+BEGIN_SRC lua -local modkey = "Mod4" -local altkey = "Mod1" -local ctrlkey = "Control" - --- personal variables -local terminal = "alacritty" -local browser = "qutebrowser" -local editor = os.getenv("EDITOR") or "vim" -local emacs = "emacsclient -c -a 'emacs' " -local mediaplayer = "mpv" -local soundplayer = "ffplay -nodisp -autoexit " -- The program that will play system sounds +local modkey = "Mod4" +local altkey = "Mod1" +local ctrlkey = "Control" +local terminal = "alacritty" +local browser = "qutebrowser" +local editor = os.getenv("EDITOR") or "vim" +local emacs = "emacsclient -c -a 'emacs' " +local mediaplayer = "mpv" +local soundplayer = "ffplay -nodisp -autoexit " -- The program that will play system sounds #+END_SRC * Tags and Layouts @@ -313,25 +311,21 @@ root.buttons(my_table.join( #+END_SRC * Keybindings -| Keybinding | Action | -|---------------------------+--------------------------------------------------------------------------| -| MODKEY + RETURN | opens terminal (alacritty is the terminal but can be easily changed) | -| MODKEY + SHIFT + RETURN | opens run launcher (dmenu is the run launcher but can be easily changed) | -| MODKEY + SHIFT + c | closes window with focus | -| MODKEY + SHIFT + r | restarts awesome | -| MODKEY + SHIFT + q | quits awesome | -| MODKEY + 1-9 | switch focus to workspace (1-9) | -| MODKEY + SHIFT + 1-9 | send focused window to workspace (1-9) | -| MODKEY + j | switches focus between windows in the stack, going down | -| MODKEY + k | switches focus between windows in the stack, going up | -| MODKEY + h | switches focus between windows in the stack, going left | -| MODKEY + l | switches focus between windows in the stack, going right | -| MODKEY + SHIFT + j | rotates the windows in the stack, going down | -| MODKEY + SHIFT + k | rotates the windows in the stack, going up | -| MODKEY + SHIFT + h | rotates the windows in the stack, going left | -| MODKEY + SHIFT + l | rotates the windows in the stack, going right | -| MODKEY + period | switch focus to next monitor | -| MODKEY + comma | switch focus to prev monitor | +| Keybinding | Action | +|-------------------------+-------------------------------------------------------| +| MODKEY + RETURN | opens terminal (alacritty, but can be easily changed) | +| MODKEY + SHIFT + RETURN | opens run launcher (dmenu, but can be easily changed) | +| MODKEY + SHIFT + c | closes window with focus | +| MODKEY + SHIFT + r | restarts awesome | +| MODKEY + SHIFT + q | quits awesome | +| MODKEY + 1-9 | switch focus to workspace (1-9) | +| MODKEY + SHIFT + 1-9 | send focused window to workspace (1-9) | +| MODKEY + j,k | switches focus between windows in the stack, | +| MODKEY + SHIFT + j,k | rotates the windows in the stack | +| MODKEY + SHIFT + h,l | Decrease/increase master width factor | +| ALT + h,j,k,l | switches focus between windows across all monitors | +| MODKEY + period | switch focus to next monitor | +| MODKEY + comma | switch focus to prev monitor | #+BEGIN_SRC lua @@ -394,7 +388,7 @@ globalkeys = my_table.join( awful.key({ modkey, altkey }, "r", function () awful.util.spawn( "dm-radio" ) end, {description = "Listen to online radio" , group = "dmenu scripts" }), awful.key({ modkey, altkey }, "s", function () awful.util.spawn( "dm-websearch" ) end, - {description = "Seaarch various engines" , group = "dmenu scripts" }), + {description = "Search various engines" , group = "dmenu scripts" }), awful.key({ modkey, altkey }, "t", function () awful.util.spawn( "dm-translate" ) end, {description = "Translate text" , group = "dmenu scripts" }), @@ -490,7 +484,7 @@ globalkeys = my_table.join( -- On the fly useless gaps change awful.key({ altkey, ctrlkey }, "j", function () lain.util.useless_gaps_resize(1) end, {description = "increment useless gaps", group = "tag"}), - awful.key({ altkey, ctrlkey }, "l", function () lain.util.useless_gaps_resize(-1) end, + awful.key({ altkey, ctrlkey }, "k", function () lain.util.useless_gaps_resize(-1) end, {description = "decrement useless gaps", group = "tag"}), -- Dynamic tagging @@ -519,7 +513,7 @@ globalkeys = my_table.join( {description = "decrease the number of columns", group = "layout"}), awful.key({ modkey, }, "Tab", function () awful.layout.inc( 1) end, {description = "select next", group = "layout"}), - awful.key({ modkey, "Shift" }, "Tab", function () awful.layout.inc(-1) end, + awful.key({ modkey, "Shift" }, "Tab", function () awful.layout.inc(-1) end, {description = "select previous", group = "layout"}), awful.key({ modkey, ctrlkey }, "n", @@ -586,15 +580,6 @@ globalkeys = my_table.join( -- Copy clipboard to primary (gtk to terminals) awful.key({ modkey }, "v", function () awful.spawn.with_shell("xsel -b | xsel") end, {description = "copy gtk to terminal", group = "hotkeys"}), - - - -- Default - --[[ Menubar - - awful.key({ modkey }, "p", function() menubar.show() end, - {description = "show the menubar", group = "super"}) - --]] - awful.key({ altkey, "Shift" }, "x", function () awful.prompt.run { @@ -920,7 +905,7 @@ 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("sleep 2 && conky -c $HOME/.config/conky/xmonad/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-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 486eb93..b0b798d 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -64,17 +64,15 @@ local chosen_theme = themes[1] local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme) beautiful.init(theme_path) -local modkey = "Mod4" -local altkey = "Mod1" -local ctrlkey = "Control" - --- personal variables -local terminal = "alacritty" -local browser = "qutebrowser" -local editor = os.getenv("EDITOR") or "vim" -local emacs = "emacsclient -c -a 'emacs' " -local mediaplayer = "mpv" -local soundplayer = "ffplay -nodisp -autoexit " -- The program that will play system sounds +local modkey = "Mod4" +local altkey = "Mod1" +local ctrlkey = "Control" +local terminal = "alacritty" +local browser = "qutebrowser" +local editor = os.getenv("EDITOR") or "vim" +local emacs = "emacsclient -c -a 'emacs' " +local mediaplayer = "mpv" +local soundplayer = "ffplay -nodisp -autoexit " -- The program that will play system sounds -- awesome variables awful.util.terminal = terminal @@ -271,7 +269,7 @@ globalkeys = my_table.join( awful.key({ modkey, altkey }, "r", function () awful.util.spawn( "dm-radio" ) end, {description = "Listen to online radio" , group = "dmenu scripts" }), awful.key({ modkey, altkey }, "s", function () awful.util.spawn( "dm-websearch" ) end, - {description = "Seaarch various engines" , group = "dmenu scripts" }), + {description = "Search various engines" , group = "dmenu scripts" }), awful.key({ modkey, altkey }, "t", function () awful.util.spawn( "dm-translate" ) end, {description = "Translate text" , group = "dmenu scripts" }), @@ -367,7 +365,7 @@ globalkeys = my_table.join( -- On the fly useless gaps change awful.key({ altkey, ctrlkey }, "j", function () lain.util.useless_gaps_resize(1) end, {description = "increment useless gaps", group = "tag"}), - awful.key({ altkey, ctrlkey }, "l", function () lain.util.useless_gaps_resize(-1) end, + awful.key({ altkey, ctrlkey }, "k", function () lain.util.useless_gaps_resize(-1) end, {description = "decrement useless gaps", group = "tag"}), -- Dynamic tagging @@ -396,7 +394,7 @@ globalkeys = my_table.join( {description = "decrease the number of columns", group = "layout"}), awful.key({ modkey, }, "Tab", function () awful.layout.inc( 1) end, {description = "select next", group = "layout"}), - awful.key({ modkey, "Shift" }, "Tab", function () awful.layout.inc(-1) end, + awful.key({ modkey, "Shift" }, "Tab", function () awful.layout.inc(-1) end, {description = "select previous", group = "layout"}), awful.key({ modkey, ctrlkey }, "n", @@ -463,15 +461,6 @@ globalkeys = my_table.join( -- Copy clipboard to primary (gtk to terminals) awful.key({ modkey }, "v", function () awful.spawn.with_shell("xsel -b | xsel") end, {description = "copy gtk to terminal", group = "hotkeys"}), - - - -- Default - --[[ Menubar - - awful.key({ modkey }, "p", function() menubar.show() end, - {description = "show the menubar", group = "super"}) - --]] - awful.key({ altkey, "Shift" }, "x", function () awful.prompt.run { @@ -783,7 +772,7 @@ 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("sleep 2 && conky -c $HOME/.config/conky/xmonad/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc") awful.spawn.with_shell("/usr/bin/emacs --daemon") awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall") From 27b32d4dcf66f563ce5dca4b154ed5876a384555 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 4 Jul 2022 19:04:17 -0500 Subject: [PATCH 4/8] Working on Awesome WM. --- .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 +++++++++++++++++ 10 files changed, 1311 insertions(+) create mode 100644 .config/conky/awesome/doom-one-01.conkyrc create mode 100644 .config/conky/awesome/dracula-01.conkyrc create mode 100644 .config/conky/awesome/gruvbox-dark-01.conkyrc create mode 100644 .config/conky/awesome/monokai-pro-01.conkyrc create mode 100644 .config/conky/awesome/nord-01.conkyrc create mode 100644 .config/conky/awesome/oceanic-next-01.conkyrc create mode 100644 .config/conky/awesome/palenight-01.conkyrc create mode 100644 .config/conky/awesome/solarized-dark-01.conkyrc create mode 100644 .config/conky/awesome/solarized-light-01.conkyrc create mode 100644 .config/conky/awesome/tomorrow-night-01.conkyrc diff --git a/.config/conky/awesome/doom-one-01.conkyrc b/.config/conky/awesome/doom-one-01.conkyrc new file mode 100644 index 0000000..9465e04 --- /dev/null +++ b/.config/conky/awesome/doom-one-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +#################################### +## 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]+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}[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 new file mode 100644 index 0000000..2b79ed6 --- /dev/null +++ b/.config/conky/awesome/dracula-01.conkyrc @@ -0,0 +1,132 @@ +--[[ +################################### +## 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]+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}[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 new file mode 100644 index 0000000..3944547 --- /dev/null +++ b/.config/conky/awesome/gruvbox-dark-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################## +## 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]+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}[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 new file mode 100644 index 0000000..d9e1c6d --- /dev/null +++ b/.config/conky/awesome/monokai-pro-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +####################################### +## 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]+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}[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 new file mode 100644 index 0000000..7b9fa67 --- /dev/null +++ b/.config/conky/awesome/nord-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +################################ +## 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]+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}[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 new file mode 100644 index 0000000..87e3829 --- /dev/null +++ b/.config/conky/awesome/oceanic-next-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +######################################## +## 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]+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}[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 new file mode 100644 index 0000000..ac6fba2 --- /dev/null +++ b/.config/conky/awesome/palenight-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +########################################## +## 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]+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}[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 new file mode 100644 index 0000000..ea3d6d0 --- /dev/null +++ b/.config/conky/awesome/solarized-dark-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +########################################## +## 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]+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}[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 new file mode 100644 index 0000000..af10236 --- /dev/null +++ b/.config/conky/awesome/solarized-light-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +########################################### +## 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]+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}[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 new file mode 100644 index 0000000..c077248 --- /dev/null +++ b/.config/conky/awesome/tomorrow-night-01.conkyrc @@ -0,0 +1,131 @@ +--[[ +########################################## +## 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]+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}[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} +]]; From 6f221cf4a6c130dfddebc9b88212ff0fc5b905ad Mon Sep 17 00:00:00 2001 From: Matthias Bendewald Date: Tue, 5 Jul 2022 16:26:26 +0200 Subject: [PATCH 5/8] Removed unnecessary/misplaced quote characters --- .config/doom/config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/doom/config.org b/.config/doom/config.org index d2878b6..4f2373b 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -727,11 +727,11 @@ Keybindings to open files that I work with all the time using the find-file comm | PATH TO FILE | DESCRIPTION | KEYBINDING | |--------------------------------+-----------------------+------------| | ~/Org/agenda.org | /Edit agenda file/ | SPC = a | -| ~/.config/doom/config.org" | /Edit doom config.org/ | SPC = c | -| ~/.config/doom/init.el" | /Edit doom init.el/ | SPC = i | -| ~/.config/doom/packages.el" | /Edit doom packages.el/ | SPC = p | -| ~/.config/doom/eshell/aliases" | /Edit eshell aliases/ | SPC = e a | -| ~/.config/doom/eshell/profile" | /Edit eshell profile/ | SPC = e p | +| ~/.config/doom/config.org | /Edit doom config.org/ | SPC = c | +| ~/.config/doom/init.el | /Edit doom init.el/ | SPC = i | +| ~/.config/doom/packages.el | /Edit doom packages.el/ | SPC = p | +| ~/.config/doom/eshell/aliases | /Edit eshell aliases/ | SPC = e a | +| ~/.config/doom/eshell/profile | /Edit eshell profile/ | SPC = e p | #+BEGIN_SRC emacs-lisp (map! :leader From 5c58c64d66db4a2887a572786371ec124ec28faf Mon Sep 17 00:00:00 2001 From: Tim Hansinger Date: Wed, 6 Jul 2022 09:08:56 +0000 Subject: [PATCH 6/8] rainbow-mode destroys org-agenda-mode highlighting. this fixes it by removing rainbow-mode from org-agenda-mode. --- .config/doom/config.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/doom/config.org b/.config/doom/config.org index 4f2373b..129b371 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -1127,11 +1127,14 @@ Perspective provides multiple named workspaces (or "perspectives") in Emacs, sim #+end_src * RAINBOW MODE -Rainbox mode displays the actual color for any hex value color. It's such a nice feature that I wanted it turned on all the time, regardless of what mode I am in. The following creates a global minor mode for rainbow-mode and enables it. +Rainbox mode displays the actual color for any hex value color. It's such a nice feature that I wanted it turned on all the time, regardless of what mode I am in. The following creates a global minor mode for rainbow-mode and enables it (exception: org-agenda-mode since rainbow-mode destroys all highlighting in org-agenda). #+begin_src emacs-lisp (define-globalized-minor-mode global-rainbow-mode rainbow-mode - (lambda () (rainbow-mode 1))) + (lambda () + (when (not (memq major-mode + (list 'org-agenda-mode))) + (rainbow-mode 1)))) (global-rainbow-mode 1 ) #+end_src From b32fb94955dd6245234557dbdb2d7b3c8b0fd9a6 Mon Sep 17 00:00:00 2001 From: "Remi.labbe" Date: Sat, 9 Jul 2022 08:30:02 +0000 Subject: [PATCH 7/8] typo qtile config --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 9e6ad2f..8837478 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -9,7 +9,7 @@ from libqtile.command import lazy from libqtile import layout, bar, widget, hook from libqtile.lazy import lazy from libqtile.utils import guess_terminal -from typing import List # noqa: F401from typing import List # noqa: F401 +from typing import List # noqa: F401 mod = "mod4" # Sets mod key to SUPER/WINDOWS myTerm = "alacritty" # My terminal of choice From 76c3bc2f78f421f077a72b71a0c771fe4dfaccd1 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 9 Jul 2022 08:51:29 -0500 Subject: [PATCH 8/8] Correcting typo in Qtile README.org/coonfig.py. --- .config/qtile/README.org | 2 +- .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index 7af6150..5158ea0 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -68,7 +68,7 @@ from libqtile.command import lazy from libqtile import layout, bar, widget, hook from libqtile.lazy import lazy from libqtile.utils import guess_terminal -from typing import List # noqa: F401from typing import List # noqa: F401 +from typing import List # noqa: F401 #+END_SRC * Variables diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 9e6ad2f..8837478 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -9,7 +9,7 @@ from libqtile.command import lazy from libqtile import layout, bar, widget, hook from libqtile.lazy import lazy from libqtile.utils import guess_terminal -from typing import List # noqa: F401from typing import List # noqa: F401 +from typing import List # noqa: F401 mod = "mod4" # Sets mod key to SUPER/WINDOWS myTerm = "alacritty" # My terminal of choice