diff --git a/lang/en/.config/conky/CB-Left.conkyrc b/lang/en/.config/conky/CB-Left.conkyrc deleted file mode 100644 index 003daa3..0000000 --- a/lang/en/.config/conky/CB-Left.conkyrc +++ /dev/null @@ -1,167 +0,0 @@ -conky.config = { --- For commands above TEXT check: --- http://conky.sourceforge.net/config_settings.html - --- For commands available below TEXT check: --- http://conky.sourceforge.net/variables.html - --- Bunsen Labs Conky help threads --- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 - --- beta tested by: smacz --- Enjoy! :) - --- pkill -xf "conky -c $HOME/.config/conky/CB-Left.conkyrc" & ---## Begin Window Settings ##################### - own_window = true, - own_window_type = 'desktop', - own_window_transparent = true, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Bunsen Labs CB Left Conky', - ---## ARGB can be used for real transparency ---## NOTE that a composite manager is required for real transparency. ---## This option will not work as desired (in most cases) in conjunction with ---## own_window_type normal --- own_window_argb_visual yes # Options: yes or no - ---## When ARGB visuals are enabled, this use this to modify the alpha value ---## Use: own_window_type normal ---## Use: own_window_transparent no ---## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. --- own_window_argb_value 150 - - minimum_width = 200, minimum_height = 0,--## width | height - maximum_width = 200, - - gap_x = 20,--## l|r - gap_y = 45,--## u|d - - alignment = 'top_left', ---###################### End Window Settings ### ---## Font Settings ############################# --- Use Xft (anti-aliased font and stuff) - use_xft = true, ---xftfont Liberation Mono:bold:size=10 ---xftfont Liberation Sans:size=10 - font = 'Sans-serif:size=10', - --- Alpha of Xft font. Must be a value at or between 1 and 0 - xftalpha = 1, --- Force UTF8? requires XFT ### - override_utf8_locale = true, - - uppercase = false, ---######################## End Font Settings ### ---## Color Settings ############################ - draw_shades = false,--yes - default_shade_color = '#000000', - - draw_outline = false,-- amplifies text if yes - default_outline_color = '#000000', - ---default_color 656667 # Waldorf original colour ---default_color 7a7a7a # Flame & Bunsen Grey ---default_color 929292 # Labs Grey - default_color = '#C0C0C0',-- Silver - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray - color2 = '#D8BFD8',-- Thistle - color3 = '#9ACD32',-- YellowGreen - color4 = '#FFA07A',-- LightSalmon - color5 = '#FFDEAD',-- NavajoWhite - color6 = '#00BFFF',-- DeepSkyBlue - color7 = '#5F9EA0',-- CadetBlue - color8 = '#BDB76B',-- DarkKhaki - color9 = '#CD5C5C',-- IndianRed ---###################### End Colour Settings ### ---## Borders Section ########################### - draw_borders = false, --- Stippled borders? - stippled_borders = 5, --- border margins - border_inner_margin = 5, - border_outer_margin = 0, --- border width - border_width = 2, --- graph borders - draw_graph_borders = false, ---default_graph_size 15 40 ---###################### End Borders Section ### ---## Miscellaneous Section ##################### --- 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', - --- Default and Minimum size is 256 - needs more for single commands that --- "call" a lot of text IE: bash scripts ---text_buffer_size 6144 - --- Subtract (file system) buffers from used memory? - no_buffers = true, - --- change GiB to G and MiB to M - short_units = true, - --- Like it says, ot pads the decimals on % values --- doesn't seem to work since v1.7.1 - pad_percents = 2, - --- 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, - --- Maximum size of user text buffer, i.e. layout below TEXT line in config file --- (default is 16384 bytes) --- max_user_text 16384 - --- Desired output unit of all objects displaying a temperature. Parameters are --- either "fahrenheit" or "celsius". The default unit is degree Celsius. --- temperature_unit Fahrenheit - ---################ End Miscellaneous Section ### - - update_interval = 1, - -}; - -conky.text = [[ -${alignr}S Y S T E M I N F O -${membar 0} -Host:${alignr}${nodename} -Uptime:${alignr}${uptime} -RAM:$alignr${mem} / ${memmax} -Swap usage:${alignr}${swap} / ${swapmax} -Root usage:$alignr${fs_used /} / ${fs_size /} -Home usage:$alignr${fs_used /home} / ${fs_size /home} -CPU Average:${alignr}${cpu cpu0}% - - -${alignr}S H O R T C U T K E Y S -${membar 0} -Alt + F2${alignr}Run Dialog -Alt + F3${alignr}Alt Menu -Super + Space${alignr}Main Menu -Super + Tab${alignr}Client Menu -Super + t${alignr}Terminal -Super + f${alignr}File Manager -Super + e${alignr}Editor -Super + m${alignr}Media Player -Super + w${alignr}Web Browser -Super + h${alignr}Task Manager -Super + l${alignr}Lock Screen -Super + v${alignr}Volume Control -Super + x${alignr}Logout -PrtSc${alignr}Screenshot -]]; diff --git a/lang/en/.config/conky/CB-Right.conkyrc b/lang/en/.config/conky/CB-Right.conkyrc deleted file mode 100644 index f87efa1..0000000 --- a/lang/en/.config/conky/CB-Right.conkyrc +++ /dev/null @@ -1,167 +0,0 @@ -conky.config = { --- For commands above TEXT check: --- http://conky.sourceforge.net/config_settings.html - --- For commands available below TEXT check: --- http://conky.sourceforge.net/variables.html - --- Bunsen Labs Conky help threads --- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 - --- beta tested by: smacz --- Enjoy! :) - --- pkill -xf "conky -c $HOME/.config/conky/CB-Right.conkyrc" & ---## Begin Window Settings ##################### - own_window = true, - own_window_type = 'desktop', - own_window_transparent = true, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Bunsen Labs CB Right Conky', - ---## ARGB can be used for real transparency ---## NOTE that a composite manager is required for real transparency. ---## This option will not work as desired (in most cases) in conjunction with ---## own_window_type normal --- own_window_argb_visual yes # Options: yes or no - ---## When ARGB visuals are enabled, this use this to modify the alpha value ---## Use: own_window_type normal ---## Use: own_window_transparent no ---## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. --- own_window_argb_value 150 - - minimum_width = 200, minimum_height = 0,--## width | height - maximum_width = 200, - - gap_x = 20,--## left | right - gap_y = 45,--## up | down - - alignment = 'top_right', ---###################### End Window Settings ### ---## Font Settings ############################# --- Use Xft (anti-aliased font and stuff) - use_xft = true, ---xftfont Liberation Mono:bold:size=10 ---xftfont Liberation Sans:bold:size=10 - font = 'Sans-serif:bold:size=10', - --- Alpha of Xft font. Must be a value at or between 1 and 0 - xftalpha = 1, --- Force UTF8? requires XFT ### - override_utf8_locale = true, - - uppercase = false, ---######################## End Font Settings ### ---## Color Settings ############################ - draw_shades = false,--yes - default_shade_color = '#000000', - - draw_outline = false,-- amplifies text if yes - default_outline_color = '#000000', - ---default_color 656667 # Waldorf original colour ---default_color 7a7a7a # Flame & Bunsen Grey ---default_color 929292 # Labs Grey - default_color = '#C0C0C0',-- Silver - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray - color2 = '#D8BFD8',-- Thistle - color3 = '#9ACD32',-- YellowGreen - color4 = '#FFA07A',-- LightSalmon - color5 = '#FFDEAD',-- NavajoWhite - color6 = '#00BFFF',-- DeepSkyBlue - color7 = '#5F9EA0',-- CadetBlue - color8 = '#BDB76B',-- DarkKhaki - color9 = '#CD5C5C',-- IndianRed ---###################### End Colour Settings ### ---## Borders Section ########################### - draw_borders = false, --- Stippled borders? - stippled_borders = 5, --- border margins - border_inner_margin = 5, - border_outer_margin = 0, --- border width - border_width = 2, --- graph borders - draw_graph_borders = false, ---default_graph_size 15 40 ---###################### End Borders Section ### ---## Miscellaneous Section ##################### --- 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', - --- Default and Minimum size is 256 - needs more for single commands that --- "call" a lot of text IE: bash scripts ---text_buffer_size 6144 - --- Subtract (file system) buffers from used memory? - no_buffers = true, - --- change GiB to G and MiB to M - short_units = true, - --- Like it says, ot pads the decimals on % values --- doesn't seem to work since v1.7.1 - pad_percents = 2, - --- 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, - --- Maximum size of user text buffer, i.e. layout below TEXT line in config file --- (default is 16384 bytes) --- max_user_text 16384 - --- Desired output unit of all objects displaying a temperature. Parameters are --- either "fahrenheit" or "celsius". The default unit is degree Celsius. --- temperature_unit Fahrenheit - ---################ End Miscellaneous Section ### - - update_interval = 1, - -}; - -conky.text = [[ -S Y S T E M I N F O -${hr} -Host:${alignr}${nodename} -Uptime:${alignr}${uptime} -RAM:$alignr${mem} / ${memmax} -Swap usage:${alignr}${swap} / ${swapmax} -Root usage:$alignr${fs_used /} / ${fs_size /} -Home usage:$alignr${fs_used /home} / ${fs_size /home} -CPU Average:${alignr}${cpu cpu0}% - - -S H O R T C U T K E Y S -${hr} -Alt + F2${alignr}Run Dialog -Alt + F3${alignr}Alt Menu -Super + Space${alignr}Main Menu -Super + Tab${alignr}Client Menu -Super + t${alignr}Terminal -Super + f${alignr}File Manager -Super + e${alignr}Editor -Super + m${alignr}Media Player -Super + w${alignr}Web Browser -Super + h${alignr}Task Manager -Super + l${alignr}Lock Screen -Super + v${alignr}Volume Control -Super + x${alignr}Logout -PrtSc${alignr}Screenshot -]]; diff --git a/lang/en/.config/conky/manjaro.conkyrc b/lang/en/.config/conky/manjaro.conkyrc deleted file mode 100644 index 9f63554..0000000 --- a/lang/en/.config/conky/manjaro.conkyrc +++ /dev/null @@ -1,73 +0,0 @@ -conky.config = { ---# ManjaroBox Conky Configuration Script ---# ---# Written by Carl Duff & Ugo Yak ---# Modified by Aaditya Bagga (aaditya_gnulinux@zoho.com) ---# ---# Website: www.manjaro.org - Forum: http://forum.manjaro.org/ ---# - --- Basic Settings - - background = true, - use_xft = true, - font = 'sans:size=11', - xftalpha = 1, - update_interval = 1.0, - total_run_times = 0, - own_window = true, - own_window_transparent = true, - own_window_type = 'desktop', - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_class = 'Conky', - double_buffer = true, - minimum_width = 300, minimum_height = 1, - maximum_width = 600, - draw_shades = false, - draw_outline = false, - draw_borders = false, - draw_graph_borders = false, - default_color = 'Black', - default_shade_color = '#000000', - default_outline_color = '#d9d7d6', - alignment = 'top_right', ---conkymove, original value for gap_x: 5 - gap_x = 12, ---conkymove, original value for gap_y: 40 - gap_y = 70, - no_buffers = true, - uppercase = false, - cpu_avg_samples = 2, - override_utf8_locale = true, - ---# ---# ManjaroBox Conky Display ---# -}; - -conky.text = [[ -${font sans:bold:size=18}${alignr}${color #35BF5C}${time %e} ${color #BEBEBE}${time %B}${color #35BF5C} ${time %Y}${color #BEBEBE} -${alignr}${time %l:%M}${font sans:bold:size=15}${time %p}${voffset -8} -${color #BEBEBE}${hr 1}${voffset -4} -${font sans:bold:size=9}${alignr}${color #35BF5C}CPU ${color #BEBEBE}${cpu cpu0}% - ${color #35BF5C}RAM ${color #BEBEBE}$mem / $memmax -${alignr}${color #35BF5C}HD ${color #BEBEBE}$fs_used / $fs_size${voffset 2} - ${color #35BF5C}Uptime ${color #BEBEBE}$uptime_short -${hr 1}${voffset 6} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + f -${alignr}${color #BEBEBE}File Manager${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + w -${alignr}${color #BEBEBE}Web Browser${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + m -${alignr}${color #BEBEBE}Dmenu${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + x -${alignr}${color #BEBEBE}Oblogout${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + d -${alignr}${color #BEBEBE}Show Desktop${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + t -${alignr}${color #BEBEBE}Terminal${voffset -5} -]]; diff --git a/lang/en/.config/conky/sysinfo_rainforest.conkyrc b/lang/en/.config/conky/sysinfo_rainforest.conkyrc index 7a40e5c..a6873dd 100644 --- a/lang/en/.config/conky/sysinfo_rainforest.conkyrc +++ b/lang/en/.config/conky/sysinfo_rainforest.conkyrc @@ -51,14 +51,14 @@ $color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} #${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C # ${voffset 10}${goto 10}${color}CPU$alignr$cpu% -$color2${goto 10}$alignr${cpubar 4,165} +$color2${goto 10}$alignr${cpubar 4,195} ${voffset 5}${goto 15}$font$color2${top name 1}$alignr$color${top cpu 1}% ${goto 15}$color2${top name 2}$alignr$color${top cpu 2}% ${goto 15}$color2${top name 3}$alignr$color${top cpu 3}% ${goto 15}$color2${top name 4}$alignr$color${top cpu 4}% # ${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax -$color2${goto 10}$alignr${membar 4,165} +$color2${goto 10}$alignr${membar 4,195} ${goto 15}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} ${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} ${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} diff --git a/lang/es/.config/conky/CB-Left.conkyrc b/lang/es/.config/conky/CB-Left.conkyrc deleted file mode 100644 index a5421af..0000000 --- a/lang/es/.config/conky/CB-Left.conkyrc +++ /dev/null @@ -1,167 +0,0 @@ -conky.config = { --- For commands above TEXT check: --- http://conky.sourceforge.net/config_settings.html - --- For commands available below TEXT check: --- http://conky.sourceforge.net/variables.html - --- Bunsen Labs Conky help threads --- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 - --- beta tested by: smacz --- Enjoy! :) - --- pkill -xf "conky -c $HOME/.config/conky/CB-Left.conkyrc" & ---## Begin Window Settings ##################### - own_window = true, - own_window_type = 'desktop', - own_window_transparent = true, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Bunsen Labs CB Left Conky', - ---## ARGB can be used for real transparency ---## NOTE that a composite manager is required for real transparency. ---## This option will not work as desired (in most cases) in conjunction with ---## own_window_type normal --- own_window_argb_visual yes # Options: yes or no - ---## When ARGB visuals are enabled, this use this to modify the alpha value ---## Use: own_window_type normal ---## Use: own_window_transparent no ---## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. --- own_window_argb_value 150 - - minimum_width = 200, minimum_height = 0,--## width | height - maximum_width = 200, - - gap_x = 20,--## l|r - gap_y = 45,--## u|d - - alignment = 'top_left', ---###################### End Window Settings ### ---## Font Settings ############################# --- Use Xft (anti-aliased font and stuff) - use_xft = true, ---xftfont Liberation Mono:bold:size=10 ---xftfont Liberation Sans:size=10 - font = 'Sans-serif:size=10', - --- Alpha of Xft font. Must be a value at or between 1 and 0 - xftalpha = 1, --- Force UTF8? requires XFT ### - override_utf8_locale = true, - - uppercase = false, ---######################## End Font Settings ### ---## Color Settings ############################ - draw_shades = false,--yes - default_shade_color = '#000000', - - draw_outline = false,-- amplifies text if yes - default_outline_color = '#000000', - ---default_color 656667 # Waldorf original colour ---default_color 7a7a7a # Flame & Bunsen Grey ---default_color 929292 # Labs Grey - default_color = '#C0C0C0',-- Silver - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray - color2 = '#D8BFD8',-- Thistle - color3 = '#9ACD32',-- YellowGreen - color4 = '#FFA07A',-- LightSalmon - color5 = '#FFDEAD',-- NavajoWhite - color6 = '#00BFFF',-- DeepSkyBlue - color7 = '#5F9EA0',-- CadetBlue - color8 = '#BDB76B',-- DarkKhaki - color9 = '#CD5C5C',-- IndianRed ---###################### End Colour Settings ### ---## Borders Section ########################### - draw_borders = false, --- Stippled borders? - stippled_borders = 5, --- border margins - border_inner_margin = 5, - border_outer_margin = 0, --- border width - border_width = 2, --- graph borders - draw_graph_borders = false, ---default_graph_size 15 40 ---###################### End Borders Section ### ---## Miscellaneous Section ##################### --- 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', - --- Default and Minimum size is 256 - needs more for single commands that --- "call" a lot of text IE: bash scripts ---text_buffer_size 6144 - --- Subtract (file system) buffers from used memory? - no_buffers = true, - --- change GiB to G and MiB to M - short_units = true, - --- Like it says, ot pads the decimals on % values --- doesn't seem to work since v1.7.1 - pad_percents = 2, - --- 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, - --- Maximum size of user text buffer, i.e. layout below TEXT line in config file --- (default is 16384 bytes) --- max_user_text 16384 - --- Desired output unit of all objects displaying a temperature. Parameters are --- either "fahrenheit" or "celsius". The default unit is degree Celsius. --- temperature_unit Fahrenheit - ---################ End Miscellaneous Section ### - - update_interval = 1, - -}; - -conky.text = [[ -INFORMACIÓN DEL SISTEMA -${hr} -Sistema:${alignr}${nodename} -tiempo de uso:${alignr}${uptime} -uso de RAM:$alignr${mem} / ${memmax} -uso de Swap:${alignr}${swap} / ${swapmax} -directorio raíz:$alignr${fs_used /} / ${fs_size /} -carpeta personal:$alignr${fs_used /home} / ${fs_size /home} -uso de CPU:${alignr}${cpu cpu0}% - - -S H O R T C U T K E Y S -${hr} -Alt + F2${alignr}Ejecutar orden -Alt + F3${alignr}Menu izquierdo -Super + Space${alignr}Menu principal -Super + Tab${alignr}Menu derecho -Super + t${alignr}Terminal -Super + f${alignr}Gestor de archivos -Super + e${alignr}Editor -Super + m${alignr}Reproductor de medios -Super + w${alignr}Navegador Web -Super + h${alignr}Administrador de tareas -Super + l${alignr}Bloquear pantalla -Super + v${alignr}Control de volumen -Super + x${alignr}Salir -PrtSc${alignr}Captura pantalla -]]; diff --git a/lang/es/.config/conky/CB-Right.conkyrc b/lang/es/.config/conky/CB-Right.conkyrc deleted file mode 100644 index b8e9aa1..0000000 --- a/lang/es/.config/conky/CB-Right.conkyrc +++ /dev/null @@ -1,167 +0,0 @@ -conky.config = { --- For commands above TEXT check: --- http://conky.sourceforge.net/config_settings.html - --- For commands available below TEXT check: --- http://conky.sourceforge.net/variables.html - --- Bunsen Labs Conky help threads --- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 - --- beta tested by: smacz --- Enjoy! :) - --- pkill -xf "conky -c $HOME/.config/conky/CB-Right.conkyrc" & ---## Begin Window Settings ##################### - own_window = true, - own_window_type = 'desktop', - own_window_transparent = true, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Bunsen Labs CB Right Conky', - ---## ARGB can be used for real transparency ---## NOTE that a composite manager is required for real transparency. ---## This option will not work as desired (in most cases) in conjunction with ---## own_window_type normal --- own_window_argb_visual yes # Options: yes or no - ---## When ARGB visuals are enabled, this use this to modify the alpha value ---## Use: own_window_type normal ---## Use: own_window_transparent no ---## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. --- own_window_argb_value 150 - - minimum_width = 200, minimum_height = 0,--## width | height - maximum_width = 200, - - gap_x = 20,--## left | right - gap_y = 45,--## up | down - - alignment = 'top_right', ---###################### End Window Settings ### ---## Font Settings ############################# --- Use Xft (anti-aliased font and stuff) - use_xft = true, ---xftfont Liberation Mono:bold:size=10 ---xftfont Liberation Sans:bold:size=10 - font = 'Sans-serif:bold:size=10', - --- Alpha of Xft font. Must be a value at or between 1 and 0 - xftalpha = 1, --- Force UTF8? requires XFT ### - override_utf8_locale = true, - - uppercase = false, ---######################## End Font Settings ### ---## Color Settings ############################ - draw_shades = false,--yes - default_shade_color = '#000000', - - draw_outline = false,-- amplifies text if yes - default_outline_color = '#000000', - ---default_color 656667 # Waldorf original colour ---default_color 7a7a7a # Flame & Bunsen Grey ---default_color 929292 # Labs Grey - default_color = '#C0C0C0',-- Silver - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray - color2 = '#D8BFD8',-- Thistle - color3 = '#9ACD32',-- YellowGreen - color4 = '#FFA07A',-- LightSalmon - color5 = '#FFDEAD',-- NavajoWhite - color6 = '#00BFFF',-- DeepSkyBlue - color7 = '#5F9EA0',-- CadetBlue - color8 = '#BDB76B',-- DarkKhaki - color9 = '#CD5C5C',-- IndianRed ---###################### End Colour Settings ### ---## Borders Section ########################### - draw_borders = false, --- Stippled borders? - stippled_borders = 5, --- border margins - border_inner_margin = 5, - border_outer_margin = 0, --- border width - border_width = 2, --- graph borders - draw_graph_borders = false, ---default_graph_size 15 40 ---###################### End Borders Section ### ---## Miscellaneous Section ##################### --- 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', - --- Default and Minimum size is 256 - needs more for single commands that --- "call" a lot of text IE: bash scripts ---text_buffer_size 6144 - --- Subtract (file system) buffers from used memory? - no_buffers = true, - --- change GiB to G and MiB to M - short_units = true, - --- Like it says, ot pads the decimals on % values --- doesn't seem to work since v1.7.1 - pad_percents = 2, - --- 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, - --- Maximum size of user text buffer, i.e. layout below TEXT line in config file --- (default is 16384 bytes) --- max_user_text 16384 - --- Desired output unit of all objects displaying a temperature. Parameters are --- either "fahrenheit" or "celsius". The default unit is degree Celsius. --- temperature_unit Fahrenheit - ---################ End Miscellaneous Section ### - - update_interval = 1, - -}; - -conky.text = [[ -INFORMACIÓN DEL SISTEMA -${hr} -Sistema:${alignr}${nodename} -tiempo de uso:${alignr}${uptime} -uso de RAM:$alignr${mem} / ${memmax} -uso de Swap:${alignr}${swap} / ${swapmax} -directorio raíz:$alignr${fs_used /} / ${fs_size /} -carpeta personal:$alignr${fs_used /home} / ${fs_size /home} -uso de CPU:${alignr}${cpu cpu0}% - - -S H O R T C U T K E Y S -${hr} -Alt + F2${alignr}Ejecutar orden -Alt + F3${alignr}Menu izquierdo -Super + Space${alignr}Menu principal -Super + Tab${alignr}Menu derecho -Super + t${alignr}Terminal -Super + f${alignr}Gestor de archivos -Super + e${alignr}Editor -Super + m${alignr}Reproductor de medios -Super + w${alignr}Navegador Web -Super + h${alignr}Administrador de tareas -Super + l${alignr}Bloquear pantalla -Super + v${alignr}Control de volumen -Super + x${alignr}Salir -PrtSc${alignr}Captura pantalla -]]; diff --git a/lang/es/.config/conky/manjaro_JWM.conkyrc b/lang/es/.config/conky/manjaro_JWM.conkyrc deleted file mode 100644 index 1cae732..0000000 --- a/lang/es/.config/conky/manjaro_JWM.conkyrc +++ /dev/null @@ -1,88 +0,0 @@ -conky.config = { - - own_window = true, - own_window_type = 'desktop', --- own_window_argb_visual yes --- own_window_argb_value 125 - own_window_transparent = true, - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Mabox Quakeworld Monitor Conky', - - gap_x = 15, - gap_y = 50, - alignment = 'top_right', - minimum_width = '200', - minimum_width = 200, - - - - - use_xft = true, - font = 'Cantarell:size=9', - xftalpha = 1, - override_utf8_locale = true, - draw_shades = false,--yes - default_shade_color = '#000000', - draw_outline = false, - default_outline_color = '#000000', - - - color2 = '#2ECC71', - color3 = '#db6823', - cpu_avg_samples = 2, - default_color = '#CCCCCC', - - draw_borders = false,--yes - - stippled_borders = 5, - border_inner_margin = 5, - border_outer_margin = 0, - border_width = 2, - - - background = true, - no_buffers = true, - imlib_cache_size = 0, - - double_buffer = true, - update_interval = 1, - - -}; - -conky.text = [[ -${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}$font -$color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} $color${font Cantarell:size=20}${time %Y}$font -#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C -# -${voffset 10}${goto 40}${color}CPU$alignr$cpu% -$color2${goto 40}$alignr${cpubar 4,165} -${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}% -${goto 40}$color2${top name 2}$alignr$color${top cpu 2}% -${goto 40}$color2${top name 3}$alignr$color${top cpu 3}% -${goto 40}$color2${top name 4}$alignr$color${top cpu 4}% -# -${voffset 10}${goto 40}${color}RAM$alignr$mem/$memmax -$color2${goto 40}$alignr${membar 4,165} -${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} -${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} -# -${voffset 10}$disco usado ${color2}${fs_used /} - ${fs_size /} -$alignr$color memoria cargada ${color2}$mem - $memmax -#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap -# -${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} -# -${voffset 10}$alignr${execi 1200 whoami}@${nodename} -${alignr}${color2}${font Cantarell:size=9}tiempo de uso ${color}${uptime_short} -${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel} -${alignr}${color2}${font Cantarell:size=9}${alignr}arquitectura ${color}${machine} -${alignr}${color2}${font Cantarell:size=9}${alignr}sistema de archivos ${color}${fs_type} -${voffset 10}${alignr}${color} actualizaciones ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color} -${alignr}${color} paquetes instalados: ${color2}${execi 10000 pacman -Q | wc -l} -${alignr}${color} rama: ${color2}${execi 10000 pacman-mirrors -G} -]]; diff --git a/lang/es/.config/conky/sysinfo_quakeworld.conkyrc b/lang/es/.config/conky/sysinfo_quakeworld.conkyrc index f44ae67..2242dc9 100644 --- a/lang/es/.config/conky/sysinfo_quakeworld.conkyrc +++ b/lang/es/.config/conky/sysinfo_quakeworld.conkyrc @@ -71,7 +71,7 @@ ${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} ${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} # -${voffset 10}$disco usado ${color2}${fs_used /} - ${fs_size /} +${voffset 10}disco usado ${color2}${fs_used /} - ${fs_size /} $alignr$color memoria cargada ${color2}$mem - $memmax #${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/es/.config/conky/sysinfo_rainforest.conkyrc b/lang/es/.config/conky/sysinfo_rainforest.conkyrc index 3b3e902..d4bc66e 100644 --- a/lang/es/.config/conky/sysinfo_rainforest.conkyrc +++ b/lang/es/.config/conky/sysinfo_rainforest.conkyrc @@ -52,20 +52,20 @@ $color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} #${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C # ${voffset 10}${goto 10}${color}CPU$alignr$cpu% -$color2${goto 10}$alignr${cpubar 4,165} +$color2${goto 10}$alignr${cpubar 4,195} ${voffset 5}${goto 15}$font$color2${top name 1}$alignr$color${top cpu 1}% ${goto 15}$color2${top name 2}$alignr$color${top cpu 2}% ${goto 15}$color2${top name 3}$alignr$color${top cpu 3}% ${goto 15}$color2${top name 4}$alignr$color${top cpu 4}% # ${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax -$color2${goto 10}$alignr${membar 4,165} +$color2${goto 10}$alignr${membar 4,195} ${goto 15}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} ${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} ${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} ${goto 15}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} # -${voffset 10}$disco usado ${color2}${fs_used /} - ${fs_size /} +${voffset 10}disco usado ${color2}${fs_used /} - ${fs_size /} $alignr$color memoria cargada ${color2}$mem - $memmax #${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap # diff --git a/lang/pl/.config/conky/CB-Left.conkyrc b/lang/pl/.config/conky/CB-Left.conkyrc deleted file mode 100644 index 003daa3..0000000 --- a/lang/pl/.config/conky/CB-Left.conkyrc +++ /dev/null @@ -1,167 +0,0 @@ -conky.config = { --- For commands above TEXT check: --- http://conky.sourceforge.net/config_settings.html - --- For commands available below TEXT check: --- http://conky.sourceforge.net/variables.html - --- Bunsen Labs Conky help threads --- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 - --- beta tested by: smacz --- Enjoy! :) - --- pkill -xf "conky -c $HOME/.config/conky/CB-Left.conkyrc" & ---## Begin Window Settings ##################### - own_window = true, - own_window_type = 'desktop', - own_window_transparent = true, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Bunsen Labs CB Left Conky', - ---## ARGB can be used for real transparency ---## NOTE that a composite manager is required for real transparency. ---## This option will not work as desired (in most cases) in conjunction with ---## own_window_type normal --- own_window_argb_visual yes # Options: yes or no - ---## When ARGB visuals are enabled, this use this to modify the alpha value ---## Use: own_window_type normal ---## Use: own_window_transparent no ---## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. --- own_window_argb_value 150 - - minimum_width = 200, minimum_height = 0,--## width | height - maximum_width = 200, - - gap_x = 20,--## l|r - gap_y = 45,--## u|d - - alignment = 'top_left', ---###################### End Window Settings ### ---## Font Settings ############################# --- Use Xft (anti-aliased font and stuff) - use_xft = true, ---xftfont Liberation Mono:bold:size=10 ---xftfont Liberation Sans:size=10 - font = 'Sans-serif:size=10', - --- Alpha of Xft font. Must be a value at or between 1 and 0 - xftalpha = 1, --- Force UTF8? requires XFT ### - override_utf8_locale = true, - - uppercase = false, ---######################## End Font Settings ### ---## Color Settings ############################ - draw_shades = false,--yes - default_shade_color = '#000000', - - draw_outline = false,-- amplifies text if yes - default_outline_color = '#000000', - ---default_color 656667 # Waldorf original colour ---default_color 7a7a7a # Flame & Bunsen Grey ---default_color 929292 # Labs Grey - default_color = '#C0C0C0',-- Silver - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray - color2 = '#D8BFD8',-- Thistle - color3 = '#9ACD32',-- YellowGreen - color4 = '#FFA07A',-- LightSalmon - color5 = '#FFDEAD',-- NavajoWhite - color6 = '#00BFFF',-- DeepSkyBlue - color7 = '#5F9EA0',-- CadetBlue - color8 = '#BDB76B',-- DarkKhaki - color9 = '#CD5C5C',-- IndianRed ---###################### End Colour Settings ### ---## Borders Section ########################### - draw_borders = false, --- Stippled borders? - stippled_borders = 5, --- border margins - border_inner_margin = 5, - border_outer_margin = 0, --- border width - border_width = 2, --- graph borders - draw_graph_borders = false, ---default_graph_size 15 40 ---###################### End Borders Section ### ---## Miscellaneous Section ##################### --- 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', - --- Default and Minimum size is 256 - needs more for single commands that --- "call" a lot of text IE: bash scripts ---text_buffer_size 6144 - --- Subtract (file system) buffers from used memory? - no_buffers = true, - --- change GiB to G and MiB to M - short_units = true, - --- Like it says, ot pads the decimals on % values --- doesn't seem to work since v1.7.1 - pad_percents = 2, - --- 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, - --- Maximum size of user text buffer, i.e. layout below TEXT line in config file --- (default is 16384 bytes) --- max_user_text 16384 - --- Desired output unit of all objects displaying a temperature. Parameters are --- either "fahrenheit" or "celsius". The default unit is degree Celsius. --- temperature_unit Fahrenheit - ---################ End Miscellaneous Section ### - - update_interval = 1, - -}; - -conky.text = [[ -${alignr}S Y S T E M I N F O -${membar 0} -Host:${alignr}${nodename} -Uptime:${alignr}${uptime} -RAM:$alignr${mem} / ${memmax} -Swap usage:${alignr}${swap} / ${swapmax} -Root usage:$alignr${fs_used /} / ${fs_size /} -Home usage:$alignr${fs_used /home} / ${fs_size /home} -CPU Average:${alignr}${cpu cpu0}% - - -${alignr}S H O R T C U T K E Y S -${membar 0} -Alt + F2${alignr}Run Dialog -Alt + F3${alignr}Alt Menu -Super + Space${alignr}Main Menu -Super + Tab${alignr}Client Menu -Super + t${alignr}Terminal -Super + f${alignr}File Manager -Super + e${alignr}Editor -Super + m${alignr}Media Player -Super + w${alignr}Web Browser -Super + h${alignr}Task Manager -Super + l${alignr}Lock Screen -Super + v${alignr}Volume Control -Super + x${alignr}Logout -PrtSc${alignr}Screenshot -]]; diff --git a/lang/pl/.config/conky/CB-Right.conkyrc b/lang/pl/.config/conky/CB-Right.conkyrc deleted file mode 100644 index f87efa1..0000000 --- a/lang/pl/.config/conky/CB-Right.conkyrc +++ /dev/null @@ -1,167 +0,0 @@ -conky.config = { --- For commands above TEXT check: --- http://conky.sourceforge.net/config_settings.html - --- For commands available below TEXT check: --- http://conky.sourceforge.net/variables.html - --- Bunsen Labs Conky help threads --- http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 - --- beta tested by: smacz --- Enjoy! :) - --- pkill -xf "conky -c $HOME/.config/conky/CB-Right.conkyrc" & ---## Begin Window Settings ##################### - own_window = true, - own_window_type = 'desktop', - own_window_transparent = true, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Bunsen Labs CB Right Conky', - ---## ARGB can be used for real transparency ---## NOTE that a composite manager is required for real transparency. ---## This option will not work as desired (in most cases) in conjunction with ---## own_window_type normal --- own_window_argb_visual yes # Options: yes or no - ---## When ARGB visuals are enabled, this use this to modify the alpha value ---## Use: own_window_type normal ---## Use: own_window_transparent no ---## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. --- own_window_argb_value 150 - - minimum_width = 200, minimum_height = 0,--## width | height - maximum_width = 200, - - gap_x = 20,--## left | right - gap_y = 45,--## up | down - - alignment = 'top_right', ---###################### End Window Settings ### ---## Font Settings ############################# --- Use Xft (anti-aliased font and stuff) - use_xft = true, ---xftfont Liberation Mono:bold:size=10 ---xftfont Liberation Sans:bold:size=10 - font = 'Sans-serif:bold:size=10', - --- Alpha of Xft font. Must be a value at or between 1 and 0 - xftalpha = 1, --- Force UTF8? requires XFT ### - override_utf8_locale = true, - - uppercase = false, ---######################## End Font Settings ### ---## Color Settings ############################ - draw_shades = false,--yes - default_shade_color = '#000000', - - draw_outline = false,-- amplifies text if yes - default_outline_color = '#000000', - ---default_color 656667 # Waldorf original colour ---default_color 7a7a7a # Flame & Bunsen Grey ---default_color 929292 # Labs Grey - default_color = '#C0C0C0',-- Silver - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray - color2 = '#D8BFD8',-- Thistle - color3 = '#9ACD32',-- YellowGreen - color4 = '#FFA07A',-- LightSalmon - color5 = '#FFDEAD',-- NavajoWhite - color6 = '#00BFFF',-- DeepSkyBlue - color7 = '#5F9EA0',-- CadetBlue - color8 = '#BDB76B',-- DarkKhaki - color9 = '#CD5C5C',-- IndianRed ---###################### End Colour Settings ### ---## Borders Section ########################### - draw_borders = false, --- Stippled borders? - stippled_borders = 5, --- border margins - border_inner_margin = 5, - border_outer_margin = 0, --- border width - border_width = 2, --- graph borders - draw_graph_borders = false, ---default_graph_size 15 40 ---###################### End Borders Section ### ---## Miscellaneous Section ##################### --- 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', - --- Default and Minimum size is 256 - needs more for single commands that --- "call" a lot of text IE: bash scripts ---text_buffer_size 6144 - --- Subtract (file system) buffers from used memory? - no_buffers = true, - --- change GiB to G and MiB to M - short_units = true, - --- Like it says, ot pads the decimals on % values --- doesn't seem to work since v1.7.1 - pad_percents = 2, - --- 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, - --- Maximum size of user text buffer, i.e. layout below TEXT line in config file --- (default is 16384 bytes) --- max_user_text 16384 - --- Desired output unit of all objects displaying a temperature. Parameters are --- either "fahrenheit" or "celsius". The default unit is degree Celsius. --- temperature_unit Fahrenheit - ---################ End Miscellaneous Section ### - - update_interval = 1, - -}; - -conky.text = [[ -S Y S T E M I N F O -${hr} -Host:${alignr}${nodename} -Uptime:${alignr}${uptime} -RAM:$alignr${mem} / ${memmax} -Swap usage:${alignr}${swap} / ${swapmax} -Root usage:$alignr${fs_used /} / ${fs_size /} -Home usage:$alignr${fs_used /home} / ${fs_size /home} -CPU Average:${alignr}${cpu cpu0}% - - -S H O R T C U T K E Y S -${hr} -Alt + F2${alignr}Run Dialog -Alt + F3${alignr}Alt Menu -Super + Space${alignr}Main Menu -Super + Tab${alignr}Client Menu -Super + t${alignr}Terminal -Super + f${alignr}File Manager -Super + e${alignr}Editor -Super + m${alignr}Media Player -Super + w${alignr}Web Browser -Super + h${alignr}Task Manager -Super + l${alignr}Lock Screen -Super + v${alignr}Volume Control -Super + x${alignr}Logout -PrtSc${alignr}Screenshot -]]; diff --git a/lang/pl/.config/conky/manjaro.conkyrc b/lang/pl/.config/conky/manjaro.conkyrc deleted file mode 100644 index 9f63554..0000000 --- a/lang/pl/.config/conky/manjaro.conkyrc +++ /dev/null @@ -1,73 +0,0 @@ -conky.config = { ---# ManjaroBox Conky Configuration Script ---# ---# Written by Carl Duff & Ugo Yak ---# Modified by Aaditya Bagga (aaditya_gnulinux@zoho.com) ---# ---# Website: www.manjaro.org - Forum: http://forum.manjaro.org/ ---# - --- Basic Settings - - background = true, - use_xft = true, - font = 'sans:size=11', - xftalpha = 1, - update_interval = 1.0, - total_run_times = 0, - own_window = true, - own_window_transparent = true, - own_window_type = 'desktop', - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_class = 'Conky', - double_buffer = true, - minimum_width = 300, minimum_height = 1, - maximum_width = 600, - draw_shades = false, - draw_outline = false, - draw_borders = false, - draw_graph_borders = false, - default_color = 'Black', - default_shade_color = '#000000', - default_outline_color = '#d9d7d6', - alignment = 'top_right', ---conkymove, original value for gap_x: 5 - gap_x = 12, ---conkymove, original value for gap_y: 40 - gap_y = 70, - no_buffers = true, - uppercase = false, - cpu_avg_samples = 2, - override_utf8_locale = true, - ---# ---# ManjaroBox Conky Display ---# -}; - -conky.text = [[ -${font sans:bold:size=18}${alignr}${color #35BF5C}${time %e} ${color #BEBEBE}${time %B}${color #35BF5C} ${time %Y}${color #BEBEBE} -${alignr}${time %l:%M}${font sans:bold:size=15}${time %p}${voffset -8} -${color #BEBEBE}${hr 1}${voffset -4} -${font sans:bold:size=9}${alignr}${color #35BF5C}CPU ${color #BEBEBE}${cpu cpu0}% - ${color #35BF5C}RAM ${color #BEBEBE}$mem / $memmax -${alignr}${color #35BF5C}HD ${color #BEBEBE}$fs_used / $fs_size${voffset 2} - ${color #35BF5C}Uptime ${color #BEBEBE}$uptime_short -${hr 1}${voffset 6} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + f -${alignr}${color #BEBEBE}File Manager${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + w -${alignr}${color #BEBEBE}Web Browser${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + m -${alignr}${color #BEBEBE}Dmenu${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + x -${alignr}${color #BEBEBE}Oblogout${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + d -${alignr}${color #BEBEBE}Show Desktop${voffset -5} - -${font sans:bold:size=9}${alignr}${color #35BF5C}Super + t -${alignr}${color #BEBEBE}Terminal${voffset -5} -]]; diff --git a/lang/pl/.config/conky/manjaro_JWM.conkyrc b/lang/pl/.config/conky/manjaro_JWM.conkyrc deleted file mode 100644 index 82b026c..0000000 --- a/lang/pl/.config/conky/manjaro_JWM.conkyrc +++ /dev/null @@ -1,84 +0,0 @@ -conky.config = { - own_window = true, - own_window_type = 'desktop', --- own_window_argb_visual yes --- own_window_argb_value 125 - own_window_transparent = true, - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#000000', - own_window_class = 'Conky', - own_window_title = 'Mabox Quakeworld Monitor Conky', - - gap_x = 15, - gap_y = 50, - alignment = 'top_right', - minimum_width = '200', - minimum_width = 200, - - use_xft = true, - font = 'Cantarell:size=9', - xftalpha = 1, - override_utf8_locale = true, - draw_shades = false,--yes - default_shade_color = '#000000', - draw_outline = false, - default_outline_color = '#000000', - - - color2 = '#2ECC71', - color3 = '#db6823', - cpu_avg_samples = 2, - default_color = '#CCCCCC', - - draw_borders = false,--yes - - stippled_borders = 5, - border_inner_margin = 5, - border_outer_margin = 0, - border_width = 2, - - - background = true, - no_buffers = true, - imlib_cache_size = 0, - - double_buffer = true, - update_interval = 1, - - -}; - -conky.text = [[ -${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e} -$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B} -${voffset -30}${goto 40}$color${font Cantarell:size=20}${time %Y} -#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C -${font Cantarell:size=9}${goto 40}${color}CPU$alignr$cpu% -$color2${goto 40}$alignr${cpubar 4,165} -${voffset 5}${goto 40}$color2${top name 1}$alignr$color${top cpu 1}% -${goto 40}$color2${top name 2}$alignr$color${top cpu 2}% -${goto 40}$color2${top name 3}$alignr$color${top cpu 3}% -${goto 40}$color2${top name 4}$alignr$color${top cpu 4}% -# -${voffset 10}${goto 40}${color}RAM$alignr$mem/$memmax -$color2${goto 40}$alignr${membar 4,165} -${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} -${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} -# -${voffset 10}$alignr dysk ${color2}${fs_used /} - ${fs_size /} -$alignr$color pamięć ${color2}$mem - $memmax -#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap -# -${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release} -# -$alignr${execi 1200 whoami}@${nodename} -${voffset 10}${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short} -${alignr}${color2}${font Cantarell:size=9}${alignr}jądro ${color}${kernel} -${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine} -${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type} -${voffset 10}${alignr}${color} dostępne aktualizacje: ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq | wc -l}${color} -${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l} -${alignr}${color} gałąź: ${color2}${execi 10000 pacman-mirrors -G} -]]; diff --git a/lang/pl/.config/jgmenu/prepend.csv b/lang/pl/.config/jgmenu/prepend.csv index 4f8040a..31c21f2 100644 --- a/lang/pl/.config/jgmenu/prepend.csv +++ b/lang/pl/.config/jgmenu/prepend.csv @@ -1,5 +1,6 @@ @text,,10,6,150,20,0,left,top,auto,#000000, @search,,44,6,150,20,2,left,top,auto,#000000 0,Pisz aby wyszukać +^sep() Terminal,exo-open --launch TerminalEmulator,utilities-terminal Przeglądarka WWW,exo-open --launch WebBrowser,firefox Menedżer plików,exo-open --launch FileManager,system-file-manager