My eyes, they're bleeeeding...
It is a STRONG orange isn't it?! Still better than an Ubuntu one, though...
(quick search for screen brightness...)
Oh - to be young enough to look at that for more than 5 seconds....
My retinas melted after 2...
Shades sold separately.
Ah, I want 50 shades.
( darker preferred )
takes out sunglasses
It's not the WHOLE desktop, but enjoy:
https://drive.google.com/file/d/1yXULLAm6Eal32uL7J-mMYpeyVb5TF06t/view?usp=sharing
Not a masterpiece by any means, but what are expecting from a conky?
Can you give me your Conky Config file? @akr1602
thats a nice conky ....care to share ?
@ mmsaeed509
@ Yamato
Here you go:
https://drive.google.com/file/d/1B79FA85C1jV8z8diB9MvKKtM3U1USvVX/view?usp=sharing
You would need to change both (conkyrc and clock rings lua) based on your system like number of cores, sensor ids, voffset etc
My current Garuda Gnome setup. Just a basic conky and minimal desktop.
Conky Info:
Summary
conky.config = {
alignment = 'top_middle',
background = false,
border_inner_margin = 15,
border_width = 5,
default_color = 'b99a63', --ffffff # grey 5f5f5f 3F3F3F 183149 3B3B3B 26211F
double_buffer = true,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
gap_x = 30,
gap_y = 60,
maximum_width = 650,
double_buffer = true,
override_utf8_locale = true,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'normal',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_argb_visual = true,
own_window_argb_value = 0,
text_buffer_size = 8000,
total_run_times = 0,
update_interval = 1,
uppercase = false,
use_xft = true,
xftalpha = 1,
short_units = false,
font = 'Raleway:style=Light:pixelsize=16',
color1 = '505139',
color2 = '005929',
color3 = '005929',
}
conky.text = [[
${font Raleway:weight=Light:size=68}${alignc}${time %I:%M}${font}
${goto 15}${font Signerica Medium:pixelsize=28}${alignc} ${time %A %B %d}${font}
${alignc}${voffset 6}${offset 12}${font GE_Inspira:pixelsize=14}${color 50432c}HD ${offset 6}$color${fs_free /} / ${fs_size /}${offset 30}${color 50432c}RAM ${offset 6}$color$mem / $memmax${offset 30}${color 50432c}CPU ${offset 6}$color${cpu cpu0}%
]]