File:Captain-K-conky-2024.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Captain-K-conky-2024.png(800 × 480 pixels, file size: 188 KB, MIME type: image/png)

Captions

Captions

Screenshot of Bunsenlab Boron with Conky

Summary[edit]

Description
Français : Copie d'écran Linux Bunsenlab Boron avec Conky
Date
Source Own work
Author Kou07kou
-- conky.conf

--[[ conky configuration
 ------------------------------
 Pour en savoir plus sur les commandes possible avec conky dans le terminal passez la commande:

 $man conky

 ------------------------------
 BunsenLabs conky threads

 Dans Busenlab l'utilisation et le paramétrage de Conky sont documenté :
 https://forums.bunsenlabs.org/viewtopic.php?id=516

 https://forums.bunsenlabs.org/viewforum.php?id=4

 https://forums.bunsenlabs.org/viewtopic.php?id=512

 ------------------------------
 Plusieurs scripts sont disponibles et peuvent être testés avec:
 Openbox Menu/Preferences/Conky/Conky Manager Help

 Voir aussi d'autres scripts possible:
 
 https://www.howtogeek.com/what-is-conky-for-linux-desktop/
 https://www.linuxpedia.fr/doku.php/personaliser/conky 
 https://www.linuxtricks.fr/wiki/conky-des-variables-systeme-sur-le-bureau

]]


conky.config = {

--  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 = 'BunsenLabs Yeti Conky',

-- ARGB can be used for real transparency
--own_window_argb_visual = true, -- Options: true|false

-- NOTE that a composite manager is required for real transparency and ARGB will not
-- work as desired (in most cases) in conjunction with 'own_window_type override'.
-- Use with: own_window_type = 'normal',
-- Use with: own_window_transparent = false,

-- When ARGB visuals are enabled, use the following to modify the alpha value. 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 = -29,-- left | right
    gap_y = 10,-- up | down

    alignment = 'tm',
--  End Window Settings


--  Font Settings
-- Use Xft (anti-aliased font and stuff)
    use_xft = true,

--font = 'Liberation Mono:bold:size=10',
--font = '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,
    default_shade_color = '000000',

    draw_outline = false,-- amplifies text if true
    default_outline_color = '000000',

    default_color = '202326', -- Yeti Dark Base
--default_color = '656667', -- Waldorf original colour
--default_color = '7a7a7a', -- Flame  & BunsenLabs Grey
--default_color = '929292', -- BunsenLabs Grey
--default_color = 'C0C0C0', -- BunsenLabs 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 = '607d8b',-- Dark BlueGrey
--  End Color 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_height = 15,
--default_graph_width = 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,

-- 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',

-- Update interval in seconds
    update_interval = 1,

--  End Miscellaneous Section
};


conky.text = [[
${color}RAM: ${color4}${memperc}% / ${memmax}     ${color}Disk usage: ${color4}${fs_used_perc /}% / ${fs_size /}     ${color}CPU Average: ${color4}${cpu cpu0}%     ${color}UTC: ${color4}${utime %H:%M}
]];

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:27, 2 April 2024Thumbnail for version as of 13:27, 2 April 2024800 × 480 (188 KB)Kou07kou (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.