conky update
parent
b0a93d07ce
commit
f2e2b7f9a6
|
@ -283,16 +283,16 @@
|
|||
<desktop>yes</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-Right">
|
||||
<keybind key="C-l">
|
||||
<action name="DirectionalCycleWindows"><direction>east</direction></action>
|
||||
</keybind>
|
||||
<keybind key="C-S-Left">
|
||||
<keybind key="C-h">
|
||||
<action name="DirectionalCycleWindows"><direction>west</direction></action>
|
||||
</keybind>
|
||||
<keybind key="C-S-Up">
|
||||
<keybind key="C-k">
|
||||
<action name="DirectionalCycleWindows"><direction>north</direction></action>
|
||||
</keybind>
|
||||
<keybind key="C-S-Down">
|
||||
<keybind key="C-j">
|
||||
<action name="DirectionalCycleWindows"><direction>south</direction></action>
|
||||
</keybind>
|
||||
<keybind key="W-F1">
|
||||
|
|
|
@ -0,0 +1,61 @@
|
|||
conky.config = {
|
||||
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Colors Conky',
|
||||
|
||||
-- own_window_argb_visual yes # Options: yes or no
|
||||
|
||||
|
||||
minimum_width = 480, minimum_height = 50,--## w|h
|
||||
--maximum_width 180
|
||||
|
||||
gap_x = -100,--## l|r
|
||||
gap_y = -113,--## u|d
|
||||
|
||||
alignment = 'bottom_right',
|
||||
|
||||
use_xft = true,
|
||||
|
||||
font = 'Monospace:bold:size=9',
|
||||
--xftfont Fantasque Sans Mono:bold:size=9
|
||||
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
uppercase = false,
|
||||
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#000000',
|
||||
|
||||
default_color = '#C0C0C0',-- Silver
|
||||
draw_borders = false,--yes
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
background = true,
|
||||
|
||||
use_spacer = 'none',
|
||||
|
||||
no_buffers = true,
|
||||
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${image $HOME/.config/conky/images/colors-colorize.png}
|
||||
]];
|
|
@ -0,0 +1,2 @@
|
|||
conky -c ~/.config/conky/shortcuts_gruvbox.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/sysinfo_gruvbox.conkyrc & sleep 1s
|
|
@ -0,0 +1,2 @@
|
|||
conky -c ~/.config/conky/shortcuts_nordic.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/sysinfo_nordic.conkyrc & sleep 1s
|
|
@ -1,6 +1,8 @@
|
|||
~/.config/conky/grey
|
||||
~/.config/conky/green
|
||||
~/.config/conky/gruvbox
|
||||
~/.config/conky/yellow
|
||||
~/.config/conky/blue
|
||||
~/.config/conky/nordic
|
||||
~/.config/conky/pink
|
||||
~/.config/conky/red
|
||||
|
|
|
@ -0,0 +1,103 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Colorize',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#847D50',
|
||||
color2 = '#e0ddc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,102 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Dracula',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#8be9fd',
|
||||
color2 = '#6272a4',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,104 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Green',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#70b433',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,113 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#778899',
|
||||
color3 = '#9ACD32',-- YellowGreen
|
||||
color4 = '#FFA07A',-- LightSalmon
|
||||
color5 = '#FFDEAD',-- NavajoWhite
|
||||
color6 = '#00BFFF',-- DeepSkyBlue
|
||||
color7 = '#5F9EA0',-- CadetBlue
|
||||
color8 = '#BDB76B',-- DarkKhaki
|
||||
color9 = '#CD5C5C',-- IndianRed
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,102 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Gruvbox',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#89b482',
|
||||
color2 = '#d8a657',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal/quake ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,102 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Gruvbox',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d8dee9',
|
||||
color2 = '#4c566a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,106 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Red',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#ff81ca',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,121 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
--alignment mm
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
--default_color 656667 # Waldorf original colour
|
||||
--default_color 7a7a7a # Flame & Bunsen Grey
|
||||
--default_color 929292 # Labs Grey
|
||||
--default_color C0C0C0 # Silver
|
||||
default_color = '#f6cb33',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
--color2 D8BFD8 # Thistle
|
||||
color2 = '#CCCCCC',
|
||||
color3 = '#9ACD32',-- YellowGreen
|
||||
color4 = '#FFA07A',-- LightSalmon
|
||||
color5 = '#FFDEAD',-- NavajoWhite
|
||||
color6 = '#00BFFF',-- DeepSkyBlue
|
||||
color7 = '#5F9EA0',-- CadetBlue
|
||||
color8 = '#BDB76B',-- DarkKhaki
|
||||
color9 = '#CD5C5C',-- IndianRed
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,104 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Red',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#111111',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#ff5e56',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
|
@ -0,0 +1,106 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Yellow',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#efc541',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}toggle Conky ${alignr}${color}super+alt+c
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Places ${alignr} ${color}super+.
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,84 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
--own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
--own_window_argb_visual = true,
|
||||
--own_window_argb_value = 228,
|
||||
own_window_colour = '#162c27',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
-- gap_x = 15,
|
||||
gap_x = 15,
|
||||
gap_y = 40,
|
||||
alignment = 'top_right',
|
||||
--minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#847D50',
|
||||
color3 = '#CDC76D',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#e0ddc7',
|
||||
|
||||
draw_borders = no,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 0,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}${color}${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} $color${font Cantarell:size=20}${time %Y}$font
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
#
|
||||
${voffset 10}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
${voffset 10}$alignr${execi 1200 whoami}@${nodename}
|
||||
${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} available updates ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -0,0 +1,80 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 50,
|
||||
alignment = 'top_right',
|
||||
minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#6272a4',
|
||||
color3 = '#ff79c6',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#8be9fd',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} $color${font Cantarell:size=20}${time %Y}$font
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
#
|
||||
${voffset 10}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
${voffset 10}$alignr${execi 1200 whoami}@${nodename}
|
||||
${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} available updates ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -20,7 +20,7 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#778899',
|
||||
|
|
|
@ -0,0 +1,80 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 50,
|
||||
alignment = 'top_right',
|
||||
minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#d8a657',
|
||||
color3 = '#ea6962',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#89b482',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} $color${font Cantarell:size=20}${time %Y}$font
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
#
|
||||
${voffset 10}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
${voffset 10}$alignr${execi 1200 whoami}@${nodename}
|
||||
${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} available updates ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -0,0 +1,80 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 50,
|
||||
alignment = 'top_right',
|
||||
minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#4c566a',
|
||||
color3 = '#bf616a',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#d8dee9',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} $color${font Cantarell:size=20}${time %Y}$font
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
#
|
||||
${voffset 10}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
${voffset 10}$alignr${execi 1200 whoami}@${nodename}
|
||||
${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} available updates ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -23,7 +23,7 @@ conky.config = {
|
|||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
|
|
|
@ -20,7 +20,7 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#778899',
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
conky -c ~/.config/conky/shortcuts_gruvbox.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/sysinfo_gruvbox.conkyrc & sleep 1s
|
|
@ -0,0 +1,2 @@
|
|||
conky -c ~/.config/conky/shortcuts_nordic.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/sysinfo_nordic.conkyrc & sleep 1s
|
|
@ -1,6 +1,8 @@
|
|||
~/.config/conky/grey
|
||||
~/.config/conky/green
|
||||
~/.config/conky/gruvbox
|
||||
~/.config/conky/yellow
|
||||
~/.config/conky/blue
|
||||
~/.config/conky/nordic
|
||||
~/.config/conky/pink
|
||||
~/.config/conky/red
|
||||
|
|
|
@ -21,7 +21,7 @@ conky.config = {
|
|||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
|
|
|
@ -19,7 +19,7 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
|
|
Loading…
Reference in New Issue