PL conkies
parent
b9d8989667
commit
9b65e840d9
|
@ -7,11 +7,11 @@
|
|||
<b><tt> super-g </tt></b> <i> Galculator</i>,galculator
|
||||
<b><tt> super-h </tt></b> <i> Btop resource monitor</i>,^term(btop)
|
||||
<b><tt> super-/ </tt></b> <i> File Search</i>,fsearch
|
||||
<b><tt> super-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
||||
<b><tt> super-r </tt></b> <i> PyRadio</i>,terminator -e 'pyradio'
|
||||
<b><tt> super-v </tt></b> <i> Volume control</i>,pavucontrol
|
||||
<b><tt> super-p </tt></b> <i> toggle Picom</i>,compton_toggle
|
||||
<b><tt> super-c </tt></b> <i> Color Picker</i>,mbxcolors
|
||||
<b><tt> super-alt-c </tt></b> <i> toggle Conky</i>,conky_toggle
|
||||
<b><tt> super-c </tt></b> <i> toggle Conky</i>,conky_toggle
|
||||
<b><tt> super-l </tt></b> <i> ScreenLocker</i>,mbscreenlocker
|
||||
<b><tt> super-x </tt></b> <i> Logout dialog</i>,mb-jgtools mblogout
|
||||
|
||||
|
@ -44,6 +44,8 @@
|
|||
<b><tt> super-alt-t </tt></b> <i> Tile helper</i>,jgtile,,,#pipemenu
|
||||
<b><tt> super-alt-h </tt></b> <i> History helper</i>,jghistory-pipe -s,,,#pipemenu
|
||||
<b><tt> super-alt-e </tt></b> <i> Espanso - text expander</i>,jgespanso-pipe -s,,,#pipemenu
|
||||
<b><tt> super-alt-c </tt></b> <i> Color Menu</i>,mbxcolors
|
||||
<b><tt> super-alt-o </tt></b> <i> Colorizer</i>,colorizer -s
|
||||
<b><tt> super-alt-m </tt></b> <i> Configure Menu/Sidepanels</i>,jgmenusettings-pipe -s,,,#pipemenu
|
||||
<b><tt> super-alt-w </tt></b> <i> Configure Wallpaper and ScreenLocker</i>,jgwallpaperchanger -s,,,#pipemenu
|
||||
<b><tt> super-alt-k </tt></b> <i> Configure Conky</i>,jgconky-pipe -s,,,#pipemenu
|
||||
|
|
|
|
@ -0,0 +1,73 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock and Date',
|
||||
|
||||
alignment = 'top_middle',
|
||||
gap_x = 0,
|
||||
gap_y = 60,
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
color1 = '#50fafa',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
short_units = true,
|
||||
|
||||
-- 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 = [[
|
||||
${voffset -10}${color0}${font Cantarell:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color1}${font Cantarell:pixelsize=42}${time %d} ${voffset -15}${color0}${font Cantarell:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Cantarell:pixelsize=58}${offset -148}${time %A}${font}
|
||||
${voffset 10}${offset 12}${font Cantarell:pixelsize=14}${color1}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color1}RAM ${offset 9}$color$mem / $memmax${offset 30}${color1}CPU ${offset 9}$color${cpu cpu0}%
|
||||
|
||||
|
||||
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 360,
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
color1 = '#50fafa',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
short_units = true,
|
||||
|
||||
-- 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 = [[
|
||||
|
||||
${font Ubuntu:size=100:bold}${color1}${time %k:%M}${font}
|
||||
${voffset 20}${alignr}${color} $cpu% $legacymem
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,69 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Logo',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_height = 128,
|
||||
minimum_width = 128,
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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 = [[
|
||||
${image ~/.config/conky/images/mabox_3d.png -s 128x128}
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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 = [[
|
||||
${execpi 1800 quote.sh}
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
color1 = '#50fafa',
|
||||
color2 = '#50fafa',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
color1 = '#50fafa',
|
||||
color2 = '#50fafa',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#108e71',
|
||||
color0 = '#63625a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -8,8 +8,8 @@ conky.config = {
|
|||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock',
|
||||
|
||||
alignment = 'bottom_middle',
|
||||
gap_x = 0,
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
|
||||
-- FONTS
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#bbbdbe',
|
||||
color0 = '#c8ac69',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#bbbdbe',
|
||||
color0 = '#c8ac69',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#bbbdbe',
|
||||
color0 = '#c8ac69',
|
||||
color1 = '#da9b5d',
|
||||
color2 = '#6cabcd',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#bbbdbe',
|
||||
color0 = '#c8ac69',
|
||||
color1 = '#da9b5d',
|
||||
color2 = '#6cabcd',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#141414',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#bbbdbe',
|
||||
color0 = '#c8ac69',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -19,9 +19,9 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
|
|
|
@ -26,7 +26,7 @@ conky.config = {
|
|||
|
||||
default_color = '#9a3e81',
|
||||
color0 = '#303bd1',
|
||||
color1 = '#fbfdfc',
|
||||
color1 = '#da9b5d',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
conky -c /home/dn/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||
conky -c /home/dn/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||
conky -c /home/dn/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
||||
conky -c /home/dn/.config/conky/sysinfo_graph_mbcolor.conkyrc & sleep .5
|
||||
conky -c /home/dn/.config/conky/quoter_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep 1s
|
||||
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep 1s
|
||||
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#130f2d',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
color0 = '#303bd1',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -8,8 +8,8 @@ conky.config = {
|
|||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
alignment = 'bottom_middle',
|
||||
gap_x = 0,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
|
@ -20,9 +20,9 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
|
|
|
@ -0,0 +1,94 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#130f2d',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
color0 = '#303bd1',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#130f2d',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
color0 = '#303bd1',
|
||||
color1 = '#da9b5d',
|
||||
color2 = '#7fb6d3',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#130f2d',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
color0 = '#303bd1',
|
||||
color1 = '#da9b5d',
|
||||
color2 = '#7fb6d3',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#130f2d',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#9a3e81',
|
||||
color0 = '#303bd1',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock and Date',
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock',
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Logo',
|
||||
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5d617d',
|
||||
color0 = '#896eb5',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
|
|
|
@ -0,0 +1,94 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5d617d',
|
||||
color0 = '#896eb5',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5d617d',
|
||||
color0 = '#896eb5',
|
||||
color1 = '#c76199',
|
||||
color2 = '#552e66',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5d617d',
|
||||
color0 = '#896eb5',
|
||||
color1 = '#c76199',
|
||||
color2 = '#552e66',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5d617d',
|
||||
color0 = '#896eb5',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d4be98',
|
||||
color0 = '#5e5445',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'top_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d4be98',
|
||||
color0 = '#5e5445',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d4be98',
|
||||
color0 = '#5e5445',
|
||||
color1 = '#88593a',
|
||||
color2 = '#8e6106',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d4be98',
|
||||
color0 = '#5e5445',
|
||||
color1 = '#88593a',
|
||||
color2 = '#8e6106',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#2a2c39',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d4be98',
|
||||
color0 = '#5e5445',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
conky -c ~/.config/conky/logo_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/mabox_tools_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/shortcuts_mbcolor.conkyrc & sleep .5
|
||||
conky -c ~/.config/conky/sysinfo_mbcolor.conkyrc & sleep .5
|
|
@ -0,0 +1,86 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = false,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
color2 = '#61c4bc',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = true,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = false,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
color2 = '#61c4bc',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = true,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = true,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -19,9 +19,9 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#69a677',
|
||||
|
|
|
@ -19,9 +19,9 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#69a677',
|
||||
|
|
|
@ -21,9 +21,9 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#69a677',
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'top_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -20,9 +20,9 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#69a677',
|
||||
|
|
|
@ -0,0 +1,94 @@
|
|||
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 = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
color2 = '#61c4bc',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
color1 = '#61c4bc',
|
||||
color2 = '#61c4bc',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#142c2c',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#309552',
|
||||
color0 = '#accdc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock and Date',
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Simple Clock',
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Logo',
|
||||
|
||||
|
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5e81ac',
|
||||
color0 = '#f2deb6',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}MENU/PANELE BOCZNE ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Menu główne ${alignr}${color}super / super+spacebar
|
||||
${color0}Menu ustawień ${alignr} ${color}super+s
|
||||
${color0}Lewy panel ${alignr} ${color}ctrl+super+left
|
||||
${color0}Prway panel ${alignr} ${color}ctrl+super+right
|
||||
${color0}Miejsca ${alignr} ${color}super+.
|
||||
${color}MENU KONFIGURACJI ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Tint2 ${alignr}${color}super+alt+p
|
||||
${color0}Conky ${alignr}${color}super+alt+k
|
||||
${color0}Menu/Panele ${alignr}${color}super+alt+m
|
||||
${color0}Tapeta ${alignr}${color}super+alt+w
|
||||
${color0}Blokada ekranu ${alignr}${color}super+alt+l
|
||||
${color}Narzędzia Mabox Linux ${color0} ${hr 1}${voffset -2}
|
||||
${color0}Paleta Komend ${alignr}${color}super+F1
|
||||
${color0}Colorizer ${alignr}${color}super+alt+o
|
||||
${color0}Color Menu ${alignr}${color}super+alt+c
|
||||
${color0}Espanso - text expander ${alignr}${color}super+alt+e
|
||||
${color0}Dialog wylogowana ${alignr}${color}super+x
|
||||
${color0}Zrzuty ekranu ${alignr}${color}super+PrtScr
|
||||
]];
|
||||
|
||||
|
|
@ -4,7 +4,7 @@ conky.config = {
|
|||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#142c2c',
|
||||
own_window_colour = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Tools Conky',
|
||||
|
||||
|
|
|
@ -0,0 +1,94 @@
|
|||
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 = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5e81ac',
|
||||
color0 = '#f2deb6',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}URUCHOM${alignr}${color0}super = windows key${voffset -8}
|
||||
${color0}${hr 1}${voffset -4}
|
||||
${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color0}fmenadżer plików ${alignr}${color}super+f
|
||||
${color0}przeglądarka www ${alignr}${color}super+w
|
||||
${color0}edytor tekstu ${alignr}${color}super+e
|
||||
${color0}wyszukiwanie plików ${alignr}${color}super+/
|
||||
${color0}galculator ${alignr}${color}super+g
|
||||
${color0}radio internetowe ${alignr}${color}super+r
|
||||
${color0}ustawienia głośności ${alignr}${color}super+v
|
||||
${color0}przełącz Picom ${alignr}${color}super+p
|
||||
${color0}przełącz Conky ${alignr}${color}super+c
|
||||
${color0}blokada ekranu ${alignr}${color}super+l
|
||||
${color0}wyjście ${alignr}${color}super+x
|
||||
${color}OKNA ${color0} ${hr 1}${voffset -2}
|
||||
${color0}zamknij ${alignr} ${color}alt+F4
|
||||
${color0}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color0}maksymalizuj ${alignr} ${color}alt+F6
|
||||
${color0}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color0}wł/wył dekorcje okien ${alignr} ${color}super+b
|
||||
${color0}pełny ekran ${alignr} ${color}F11
|
||||
${color}rozmieszczanie okien:
|
||||
${color0} - połowa ekranu ${alignr} ${color}super+arrows
|
||||
${color0} - 1/4 ekranu ${alignr} ${color}super+numpad[1..9]
|
||||
${color}PULPITY ${color0} ${hr 1}${voffset -2}
|
||||
${color0}idź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
||||
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
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 = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Graph Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 260,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5e81ac',
|
||||
color0 = '#f2deb6',
|
||||
color1 = '#bf616a',
|
||||
color2 = '#8fbcbb',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 10}${goto 20}${color} RAM${alignr 4}$legacymem / $memmax ${voffset -24}
|
||||
$color2$alignr${memgraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
#
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -g}${font}${color}
|
||||
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Bar Conky',
|
||||
|
||||
alignment = 'top_right',
|
||||
gap_x = 30,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
|
||||
draw_shades = true,
|
||||
default_shade_color = '#222222',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5e81ac',
|
||||
color0 = '#f2deb6',
|
||||
color1 = '#bf616a',
|
||||
color2 = '#8fbcbb',
|
||||
cpu_avg_samples = 2,
|
||||
|
||||
|
||||
draw_borders = false,
|
||||
stippled_borders = 3,
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
border_width = 1,
|
||||
draw_graph_borders = true,
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
short_units = true,
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
$color${font Cantarell:size=16}${time %A}$font\
|
||||
${voffset -20}$alignr$color1${font Cantarell:size=38}${time %e}$font
|
||||
$color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
||||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${goto 18}${color}CPU$alignr$cpu%
|
||||
${voffset -2}$color2$alignr${cpubar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$font$color0${top name 1}${alignr}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
${goto 18}$color0${top name 5}$alignr$color${top cpu 5}%
|
||||
#
|
||||
${voffset 8}${goto 18}${color}RAM${alignr}$legacymem / $memmax
|
||||
${voffset -2}$color2$alignr${membar 4,190 -l -t}${voffset -2}
|
||||
${goto 18}$color0${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 18}$color0${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color0}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color0}$legacymem - $memmax
|
||||
#${alignr}${color0}${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}
|
||||
$alignr${execi 10000 whoami}@${nodename}
|
||||
${alignr}${color0}uptime ${color}${uptime_short}
|
||||
${alignr}${color0}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color0}${alignr}arch ${color}${machine}
|
||||
${alignr}${color0}${alignr}system plików ${color}${fs_type}${voffset 10}
|
||||
${alignr}${color}${execpi 1800 checkupdates.sh -s}${font}${color}
|
||||
${alignr}${color} zainstalowane pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
|
||||
${voffset -50}
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
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 = '#252b35',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Terminator Conky',
|
||||
|
||||
alignment = 'bottom_right',
|
||||
gap_x = 300,
|
||||
gap_y = 60,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
use_xft = true,
|
||||
font = 'Ubuntu:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#5e81ac',
|
||||
color0 = '#f2deb6',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,
|
||||
-- Stippled borders?
|
||||
stippled_borders = 3,
|
||||
-- border margins
|
||||
border_inner_margin = 8,
|
||||
border_outer_margin = 8,
|
||||
-- border width
|
||||
border_width = 1,
|
||||
|
||||
-- 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}PRACA Z TILING TERMINALEM
|
||||
${color}URUCHOM ${color0}${hr 1}
|
||||
${voffset -2}${color0}terminal ${alignr}${color}super+t
|
||||
${color0}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color}PODZIEL ${color0}${hr 1}
|
||||
${voffset -2}${color0}poziomo ${alignr}${color}ctrl+shift+o
|
||||
${color0}pionowo ${alignr}${color}ctrl+shift+e
|
||||
${color}AKCJE ${color0}${hr 1}
|
||||
${voffset -2}${color0}aktywacja${alignr}${color}alt+arrows
|
||||
${color0}zmiana rozmiaru ${alignr}${color}ctrl+shift+arrows
|
||||
${color0}zoom ${alignr}${color}ctrl+shift+x
|
||||
${color0}pełny ekran ${alignr}${color}super+enter,F11
|
||||
${color0}zamknij ${alignr}${color}ctrl+shift+w
|
||||
${color}ROZMIAR CZCIONKI ${color0}${hr 1}${voffset -2}
|
||||
${color0}powiększ ${alignr}${alignr}${color}ctrl++
|
||||
${color0}pomniejsz ${alignr}${color}ctrl+-
|
||||
${color0}resetuj ${alignr}${color}ctrl+0
|
||||
]];
|
||||
|
||||
|
|
@ -7,11 +7,10 @@
|
|||
<b><tt> super-g </tt></b> <i> Galculator</i>,galculator
|
||||
<b><tt> super-h </tt></b> <i> Btop monitor zasobów</i>,^term(btop)
|
||||
<b><tt> super-/ </tt></b> <i> FSearch wyszukiwanie plików</i>,fsearch
|
||||
<b><tt> super-r </tt></b> <i> PyRadio</i>,sakura -e 'pyradio'
|
||||
<b><tt> super-r </tt></b> <i> PyRadio</i>,terminator -e 'pyradio'
|
||||
<b><tt> super-v </tt></b> <i> Kontrola głośności</i>,pavucontrol
|
||||
<b><tt> super-p </tt></b> <i> włącz/wyłącz Picom</i>,compton_toggle
|
||||
<b><tt> super-c </tt></b> <i> Kolor picker</i>,mbxcolors
|
||||
<b><tt> super-alt-c </tt></b> <i> włącz/wyłącz Conky</i>,conky_toggle
|
||||
<b><tt> super-c </tt></b> <i> włącz/wyłącz Conky</i>,conky_toggle
|
||||
<b><tt> super-l </tt></b> <i> Blokada ekranu</i>,mbscreenlocker
|
||||
<b><tt> super-x </tt></b> <i> Ekran wylogowania</i>,mb-jgtools mblogout
|
||||
|
||||
|
@ -44,6 +43,8 @@
|
|||
<b><tt> super-alt-t </tt></b> <i> Tile helper</i>,jgtile,,,#pipemenu
|
||||
<b><tt> super-alt-h </tt></b> <i> Historia</i>,jghistory-pipe -s,,,#pipemenu
|
||||
<b><tt> super-alt-e </tt></b> <i> Espanso - text expander</i>,jgespanso-pipe -s,,,#pipemenu
|
||||
<b><tt> super-alt-c </tt></b> <i> Menu Kolorów</i>,mbxcolors
|
||||
<b><tt> super-alt-o </tt></b> <i> Colorizer</i>,colorizer -s
|
||||
<b><tt> super-alt-m </tt></b> <i> Konfiguracja Menu/Paneli</i>,jgmenusettings-pipe -s,,,#pipemenu
|
||||
<b><tt> super-alt-w </tt></b> <i> Konfiguracja Tapety i Blokady Ekranu</i>,jgwallpaperchanger -s,,,#pipemenu
|
||||
<b><tt> super-alt-k </tt></b> <i> Konfiguracja Conky</i>,jgconky-pipe -s,,,#pipemenu
|
||||
|
@ -67,7 +68,7 @@
|
|||
<b><tt> </tt></b> Wystrój i ikony,lxappearance,,,#theme
|
||||
<b><tt> </tt></b> Rozdzielczość ekranu,arandr,,,#monitor
|
||||
<b><tt> </tt></b> Rozdzielczość ekranu (LXRandR),lxrandr,,,#monitor
|
||||
<b><tt> </tt></b> Ustawienia zasilania,mate-power-preferences,,,
|
||||
<b><tt> </tt></b> Ustawienia zasilania,xfce4-power-manager-settings,,,
|
||||
<b><tt> </tt></b> Powiadomienia,xfce4-notifyd-config,,,
|
||||
<b><tt> </tt></b> Mysz i Klawiatura,lxinput,,,
|
||||
<b><tt> </tt></b> Przewodnik użytkownika (online),xdg-open https://maboxlinux.org/users-guide/,,,#mabox#pomoc#support
|
||||
|
|
|
Loading…
Reference in New Issue