conky update

master
Daniel Napora 2022-10-28 14:50:53 +02:00
parent f28071c4d3
commit 60ece95f3f
45 changed files with 172 additions and 167 deletions

View File

@ -1305,12 +1305,17 @@
<action name="Focus"/> <action name="Focus"/>
<action name="Raise"/> <action name="Raise"/>
</mousebind> </mousebind>
<mousebind action="Press" button="Right">
<action name="Execute">
<command>conkyctl contextmenu</command>
</action>
</mousebind>
</context> </context>
<context name="Root"> <context name="Root">
<!-- Menus --> <!-- Menus -->
<!--<mousebind button="Left" action="Press"> <mousebind button="Left" action="Press">
<action name="ToggleShowDesktop"/> <action name="ToggleShowDesktop"/>
</mousebind>--> </mousebind>
<mousebind action="Press" button="Middle"> <mousebind action="Press" button="Middle">
<action name="Execute"> <action name="Execute">
<command>jgdesktops -s</command> <command>jgdesktops -s</command>

View File

@ -9,9 +9,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky', own_window_title = 'Mabox CPU Conky',
alignment = 'top_left', alignment = 'top_right',
gap_x = 1094, gap_x = 30,
gap_y = 752, gap_y = 240,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -34,7 +34,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky', own_window_title = 'Mabox Network Conky',
alignment = 'top_left', alignment = 'bottom_right',
gap_x = 1425, gap_x = 30,
gap_y = 835, gap_y = 60,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -33,7 +33,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky', own_window_title = 'Mabox RAM Conky',
alignment = 'top_left', alignment = 'top_right',
gap_x = 1175, gap_x = 30,
gap_y = 532, gap_y = 420,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -33,7 +33,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Simple Clock and Date', own_window_title = 'Mabox Simple Clock and Date',
alignment = 'top_middle', alignment = 'bottom_middle',
gap_x = 0, gap_x = 0,
gap_y = 60, gap_y = 60,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Simple Clock', own_window_title = 'Mabox Simple Clock',
alignment = 'bottom_right', alignment = 'top_left',
gap_x = 30, gap_x = 30,
gap_y = 360, gap_y = 60,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,15 +8,15 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Logo', own_window_title = 'Mabox Logo',
alignment = 'bottom_right', alignment = 'middle_middle',
gap_x = 30, gap_x = 0,
gap_y = 60, gap_y = 0,
minimum_height = 128, minimum_height = 64,
minimum_width = 128, minimum_width = 64,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -32,7 +32,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = false, draw_borders = false,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
@ -63,7 +63,7 @@ conky.config = {
}; };
conky.text = [[ conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 128x128} ${image ~/.config/conky/images/mabox_3d.png -s 64x64}
]]; ]];

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky', own_window_title = 'Mabox Info Conky',
alignment = 'bottom_right', alignment = 'top_right',
gap_x = 30, gap_x = 30,
gap_y = 60, gap_y = 60,
minimum_width = 240, minimum_width = 240,
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -29,7 +29,7 @@ conky.config = {
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -9,13 +9,13 @@ conky.config = {
own_window_title = 'Mabox Tools Conky', own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left', alignment = 'bottom_left',
gap_x = 260, gap_x = 240,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky', own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_left', alignment = 'bottom_right',
gap_x = 1367, gap_x = 30,
gap_y = 749, gap_y = 240,
-- minimum_height = 64, -- minimum_height = 64,
minimum_width = 240, minimum_width = 240,
@ -32,7 +32,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,14 +8,14 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky', own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_middle', alignment = 'top_middle',
gap_x = 0, gap_x = 0,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -15,7 +15,7 @@ conky.config = {
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -14,7 +14,7 @@ conky.config = {
minimum_width = '200', minimum_width = '200',
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -32,7 +32,7 @@ conky.config = {
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -14,7 +14,7 @@ conky.config = {
minimum_width = '200', minimum_width = '200',
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -32,7 +32,7 @@ conky.config = {
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -15,7 +15,7 @@ conky.config = {
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -319,9 +319,9 @@ button_max_icon_size = 0
button = new button = new
button_icon = system-file-manager button_icon = system-file-manager
button_text = button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.) button_tooltip = L: Places menu (super+.), R: File manager (super + f)
button_lclick_command = exo-open --launch FileManager button_lclick_command = mb-places ipc
button_rclick_command = mb-places ipc button_rclick_command = exo-open --launch FileManager
button_mclick_command = button_mclick_command =
button_uwheel_command = button_uwheel_command =
button_dwheel_command = button_dwheel_command =

View File

@ -9,9 +9,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky', own_window_title = 'Mabox CPU Conky',
alignment = 'top_left', alignment = 'top_right',
gap_x = 1094, gap_x = 30,
gap_y = 752, gap_y = 240,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -34,7 +34,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky', own_window_title = 'Mabox Network Conky',
alignment = 'top_left', alignment = 'bottom_right',
gap_x = 1425, gap_x = 30,
gap_y = 835, gap_y = 60,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -33,7 +33,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky', own_window_title = 'Mabox RAM Conky',
alignment = 'top_left', alignment = 'top_right',
gap_x = 1175, gap_x = 30,
gap_y = 532, gap_y = 410,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -33,7 +33,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Simple Clock and Date', own_window_title = 'Mabox Simple Clock and Date',
alignment = 'top_middle', alignment = 'bottom_middle',
gap_x = 0, gap_x = 10,
gap_y = 60, gap_y = 60,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Simple Clock', own_window_title = 'Mabox Simple Clock',
alignment = 'bottom_right', alignment = 'top_left',
gap_x = 30, gap_x = 20,
gap_y = 360, gap_y = 60,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,15 +8,15 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Logo', own_window_title = 'Mabox Logo',
alignment = 'bottom_right', alignment = 'middle_middle',
gap_x = 30, gap_x = 0,
gap_y = 60, gap_y = 0,
minimum_height = 128, minimum_height = 64,
minimum_width = 128, minimum_width = 64,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -32,7 +32,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = false, draw_borders = false,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
@ -63,7 +63,7 @@ conky.config = {
}; };
conky.text = [[ conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 128x128} ${image ~/.config/conky/images/mabox_3d.png -s 64x64}
]]; ]];

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky', own_window_title = 'Mabox Info Conky',
alignment = 'bottom_right', alignment = 'top_right',
gap_x = 30, gap_x = 30,
gap_y = 60, gap_y = 60,
minimum_width = 240, minimum_width = 240,
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -29,7 +29,7 @@ conky.config = {
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -9,13 +9,13 @@ conky.config = {
own_window_title = 'Mabox Tools Conky', own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left', alignment = 'bottom_left',
gap_x = 340, gap_x = 300,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky', own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_left', alignment = 'bottom_right',
gap_x = 1367, gap_x = 30,
gap_y = 749, gap_y = 240,
-- minimum_height = 64, -- minimum_height = 64,
minimum_width = 240, minimum_width = 240,
@ -32,7 +32,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,14 +8,14 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky', own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_middle', alignment = 'top_middle',
gap_x = 0, gap_x = 0,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -15,7 +15,7 @@ conky.config = {
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -9,12 +9,12 @@ conky.config = {
own_window_title = 'Mabox Sysinfo Graph Conky', own_window_title = 'Mabox Sysinfo Graph Conky',
alignment = 'top_right', alignment = 'top_right',
gap_x = 30, gap_x = 240,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -27,12 +27,12 @@ conky.config = {
default_color = '#309552', default_color = '#309552',
color0 = '#accdc7', color0 = '#accdc7',
color1 = '#61c4bc', color1 = '#61c4bc',
color2 = '#61c4bc', color2 = '#3dd425',
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,
@ -67,7 +67,7 @@ ${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 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
# #
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} ${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
$alignr disco ${color0}${fs_used /} - ${fs_size /} $alignr disco ${color0}${fs_used /} - ${fs_size /}
$alignr$color memoria ${color0}$legacymem - $memmax $alignr$color memoria ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap

View File

@ -14,7 +14,7 @@ conky.config = {
minimum_width = '200', minimum_width = '200',
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -27,12 +27,12 @@ conky.config = {
default_color = '#309552', default_color = '#309552',
color0 = '#accdc7', color0 = '#accdc7',
color1 = '#61c4bc', color1 = '#61c4bc',
color2 = '#61c4bc', color2 = '#3dd425',
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -15,7 +15,7 @@ conky.config = {
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -9,9 +9,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox CPU Conky', own_window_title = 'Mabox CPU Conky',
alignment = 'top_left', alignment = 'top_right',
gap_x = 1094, gap_x = 30,
gap_y = 752, gap_y = 240,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -34,7 +34,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Network Conky', own_window_title = 'Mabox Network Conky',
alignment = 'top_left', alignment = 'bottom_right',
gap_x = 1425, gap_x = 30,
gap_y = 835, gap_y = 60,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -33,7 +33,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
@ -69,11 +69,11 @@ conky.config = {
conky.text = [[ conky.text = [[
${color}SIEĆ ${color}SIEĆ
${color}Urządzenie ${alignr}${color0}enp0s16f1u1 ${color}Urządzenie ${alignr}${color0}enp0s3
${color}Adres IP ${alignr}${color0}${addr enp0s16f1u1} ${color}Adres IP ${alignr}${color0}${addr enp0s3}
${color}Pobieranie $color0${downspeed enp0s16f1u1} ${alignr}${color0}${upspeed enp0s16f1u1}${color} Upload ${color}Pobieranie $color0${downspeed enp0s3} ${alignr}${color0}${upspeed enp0s3}${color} Upload
${color2}${downspeedgraph enp0s16f1u1 30,100 -t} ${alignr} ${upspeedgraph enp0s16f1u1 30,100 -t} ${color2}${downspeedgraph enp0s3 30,100 -t} ${alignr} ${upspeedgraph enp0s3 30,100 -t}
${color}Total Down ${color0}${totaldown enp0s16f1u1} ${alignr}${color0}${totalup enp0s16f1u1}${color} Total Up ${color}Total Down ${color0}${totaldown enp0s3} ${alignr}${color0}${totalup enp0s3}${color} Total Up
${color0}${hr} ${color0}${hr}
${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr} ${execi 30 netstat -ept | grep ESTAB | awk '{print $9}' | cut -d/ -f2 | sort | uniq -c | sort -nr}
]]; ]];

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox RAM Conky', own_window_title = 'Mabox RAM Conky',
alignment = 'top_left', alignment = 'top_right',
gap_x = 1175, gap_x = 30,
gap_y = 532, gap_y = 420,
minimum_height = 64, minimum_height = 64,
minimum_width = 64, minimum_width = 64,
@ -33,7 +33,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Simple Clock and Date', own_window_title = 'Mabox Simple Clock and Date',
alignment = 'top_middle', alignment = 'bottom_middle',
gap_x = 0, gap_x = 0,
gap_y = 60, gap_y = 60,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Simple Clock', own_window_title = 'Mabox Simple Clock',
alignment = 'bottom_right', alignment = 'top_left',
gap_x = 30, gap_x = 30,
gap_y = 360, gap_y = 60,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,15 +8,15 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Logo', own_window_title = 'Mabox Logo',
alignment = 'bottom_right', alignment = 'middle_middle',
gap_x = 30, gap_x = 0,
gap_y = 60, gap_y = 0,
minimum_height = 128, minimum_height = 64,
minimum_width = 128, minimum_width = 64,
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -27,12 +27,12 @@ conky.config = {
default_outline_color = '#222222', default_outline_color = '#222222',
default_color = '#309552', default_color = '#309552',
color0 = '#fbfdfd', color0 = '#accdc7',
-- BORDERS -- BORDERS
draw_borders = false, draw_borders = false,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
@ -63,7 +63,7 @@ conky.config = {
}; };
conky.text = [[ conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 128x128} ${image ~/.config/conky/images/mabox_3d.png -s 64x64}
]]; ]];

View File

@ -8,13 +8,13 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky', own_window_title = 'Mabox Info Conky',
alignment = 'bottom_right', alignment = 'top_right',
gap_x = 30, gap_x = 30,
gap_y = 60, gap_y = 60,
minimum_width = 240, minimum_width = 240,
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -29,7 +29,7 @@ conky.config = {
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -9,13 +9,13 @@ conky.config = {
own_window_title = 'Mabox Tools Conky', own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_left', alignment = 'bottom_left',
gap_x = 260, gap_x = 240,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,9 +8,9 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Mountpoints Conky', own_window_title = 'Mabox Mountpoints Conky',
alignment = 'top_left', alignment = 'bottom_right',
gap_x = 1367, gap_x = 30,
gap_y = 749, gap_y = 240,
-- minimum_height = 64, -- minimum_height = 64,
minimum_width = 240, minimum_width = 240,
@ -32,7 +32,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -8,14 +8,14 @@ conky.config = {
own_window_class = 'Conky', own_window_class = 'Conky',
own_window_title = 'Mabox Tools Conky', own_window_title = 'Mabox Tools Conky',
alignment = 'bottom_middle', alignment = 'top_middle',
gap_x = 0, gap_x = 0,
gap_y = 60, gap_y = 60,
minimum_width = '200', minimum_width = '200',
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -15,7 +15,7 @@ conky.config = {
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -14,7 +14,7 @@ conky.config = {
minimum_width = '200', minimum_width = '200',
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -27,12 +27,12 @@ conky.config = {
default_color = '#309552', default_color = '#309552',
color0 = '#accdc7', color0 = '#accdc7',
color1 = '#61c4bc', color1 = '#61c4bc',
color2 = '#61c4bc', color2 = '#3dd425',
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,
@ -67,7 +67,7 @@ ${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 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
# #
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} ${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
$alignr dysk ${color0}${fs_used /} - ${fs_size /} $alignr dysk ${color0}${fs_used /} - ${fs_size /}
$alignr$color pamięć ${color0}$legacymem - $memmax $alignr$color pamięć ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap

View File

@ -14,7 +14,7 @@ conky.config = {
minimum_width = '200', minimum_width = '200',
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -27,12 +27,12 @@ conky.config = {
default_color = '#309552', default_color = '#309552',
color0 = '#accdc7', color0 = '#accdc7',
color1 = '#61c4bc', color1 = '#61c4bc',
color2 = '#61c4bc', color2 = '#3dd425',
cpu_avg_samples = 2, cpu_avg_samples = 2,
draw_borders = true, draw_borders = true,
stippled_borders = 3, stippled_borders = 0,
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,
border_width = 1, border_width = 1,

View File

@ -15,7 +15,7 @@ conky.config = {
-- FONTS -- FONTS
use_xft = true, use_xft = true,
font = 'Ubuntu:size=9', font = 'Ubuntu:size=8',
xftalpha = 1, xftalpha = 1,
override_utf8_locale = true, override_utf8_locale = true,
@ -31,7 +31,7 @@ conky.config = {
-- BORDERS -- BORDERS
draw_borders = true, draw_borders = true,
-- Stippled borders? -- Stippled borders?
stippled_borders = 3, stippled_borders = 0,
-- border margins -- border margins
border_inner_margin = 8, border_inner_margin = 8,
border_outer_margin = 8, border_outer_margin = 8,

View File

@ -319,9 +319,9 @@ button_max_icon_size = 0
button = new button = new
button_icon = system-file-manager button_icon = system-file-manager
button_text = button_text =
button_tooltip = L: Menadżer plików (super + f), P: Menu Miejsca (super+.) button_tooltip = L: Menu Miejsca (super+.), P: Menadżer plików (super + f)
button_lclick_command = exo-open --launch FileManager button_lclick_command = mb-places ipc
button_rclick_command = mb-places ipc button_rclick_command = exo-open --launch FileManager
button_mclick_command = button_mclick_command =
button_uwheel_command = button_uwheel_command =
button_dwheel_command = button_dwheel_command =