mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Cleaning up the conky.
This commit is contained in:
@@ -17,7 +17,6 @@ conky.config = {
|
||||
temperature_unit = 'fahrenheit', -- fahrenheit or celsius
|
||||
text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256
|
||||
update_interval = 1, -- update interval
|
||||
imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song
|
||||
|
||||
-- Placement (Conky on MIDDLE of THREE monitors at 1920x1080)
|
||||
alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right,
|
||||
@@ -32,7 +31,7 @@ conky.config = {
|
||||
-- Size
|
||||
minimum_height = 200, -- minimum height of window
|
||||
minimum_width = 260, -- minimum width of window
|
||||
maximum_width = 260, -- maximum height of window
|
||||
maximum_width = 260, -- maximum width of window
|
||||
|
||||
--Graphical
|
||||
border_inner_margin = 5, -- margin between border and text
|
||||
@@ -58,12 +57,12 @@ conky.config = {
|
||||
font2 = 'Raleway:bold:size=30', -- font for the time
|
||||
font3 = 'Ubuntu:size=14', -- font for the date
|
||||
font4 = 'Raleway:bold:size=9', -- font for the keybindings heading
|
||||
max_text_width = 0, -- 0 will make sure line does not get broken if width too smal
|
||||
max_text_width = 0, -- 0 will make sure line does not get broken if width too small
|
||||
max_user_text = 16384, -- max text in conky default 16384
|
||||
override_utf8_locale = true, -- force UTF8 requires xft
|
||||
short_units = true, -- shorten units from KiB to k
|
||||
top_name_width = 21, -- width for $top name value default 15
|
||||
top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false.
|
||||
top_name_verbose = false, -- If true, top name shows the full command line of each process.
|
||||
uppercase = false, -- uppercase or not
|
||||
use_spacer = 'none', -- adds spaces around certain objects to align - default none
|
||||
use_xft = true, -- xft font - anti-aliased font
|
||||
@@ -76,15 +75,17 @@ conky.config = {
|
||||
own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop
|
||||
own_window_colour = '#282c34', -- set colour if own_window_transparent no
|
||||
own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0%
|
||||
own_window_title = 'xmonad_conky', -- set the name manually
|
||||
own_window_title = 'qtile_conky', -- set the name manually
|
||||
own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel
|
||||
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it
|
||||
|
||||
--Colors (Doom One)
|
||||
--COLOR CODE BEGIN--
|
||||
--Colorscheme: Doom One
|
||||
color0 = '#c678dd',
|
||||
color1 = '#bbc2cf',
|
||||
color2 = '#51afef',
|
||||
color3 = '#98be65',
|
||||
--COLOR CODE END--
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
@@ -103,7 +104,7 @@ ${goto 12}${color1}${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${voffset 18}${color1}${alignc}${font4}QTILE KEYBINDINGS${font}${color}
|
||||
${color1}${hr}${color}
|
||||
${color1}[S]+[RET]${alignr}${color2}open terminal${color}
|
||||
${color1}[S]+b${alignr}${color2}open browser${color}
|
||||
${color1}[S]+w${alignr}${color2}open browser${color}
|
||||
${color1}[S]+[SHIFT]+[RET]${alignr}${color2}run prompt${color}
|
||||
${color1}[S]+[SHIFT]+c${alignr}${color2}close window${color}
|
||||
${color1}[S]+j/k${alignr}${color2}move win focus${color}
|
||||
|
||||
Reference in New Issue
Block a user