Okay i’m new to arch and linux in general but after some research i dont know if its a bug that can be resolve on my end.
So when i switch workspace the conky “widgets” go on top of all the apps
Here’s my conkyrc (conf created by the creator of the Mirack theme that i’m using) :
conky.config = {
--==============================================================================
-- Created : 2022/Jul/10
-- This theme is for conky version 1.10.8 or newer
--
-- MIRACH
-- ( A part of Scorpio Conky themes pack )
--
-- author : Closebox73
-- license : Distributed under the terms of GPLv3
-- notes : Created on 1366x768 Monitor
--==============================================================================
-- Size and Position settings --
alignment = 'bottom_left',
gap_x = 20,
gap_y = 0,
maximum_width = 500,
minimum_height = 400,
minimum_width = 500,
-- Text settings --
use_xft = true,
override_utf8_locale = true,
font = 'Roboto:light:size=9',
-- Color Settings --
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
color1 = '#ff5b5d',
color2 = '#0081FF',
-- Window Settings --
background = false,
border_width = 1,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
own_window = true,
own_window_colour = '000000',
own_window_class = 'Conky',
own_window_argb_visual = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
stippled_borders = 0,
-- Others --
cpu_avg_samples = 2,
net_avg_samples = 2,
double_buffer = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
update_interval = 1,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
lua_load = '~/.config/conky/Mirach/scripts/rings-v1.2.1.lua',
lua_draw_hook_pre = 'ring_stats',
}
conky.text = [[
${execi 300 ~/.config/.conky/Mirach/scripts/weather.sh}\
${offset 10}${color1}${font League spartan:bold:size=53}${time %^A}${font}
${offset 0}${voffset -25}${color white}${font League spartan:bold:size=50}${time %d}${offset -10}${color1}${font Great Vibes:light:size=29}${execi 300 ~/.config/conky/Mirach/scripts/number}${font}
${offset 0}${voffset 25}${color}${font Dosis:bold:size=13}- - - - - - - - - - ${time %H:%M %^p}${font Dosis:size=1}
${offset 0}${voffset 25}${color}${font Dosis:size=10}Today's weather at ${execi 100 cat ~/.cache/weather.json | jq -r '.name'} : ${execi 100 cat ~/.cache/weather.json | jq -r '.weather[0].main'}, ${execi 100 cat ~/.cache/weather.json | jq '.main.temp' | awk '{print int($1+0.5)}'} °C
${offset 0}${voffset 0}${color}${font Dosis:size=10}Wind speed at your location : ${execi 100 (cat ~/.cache/weather.json | jq '.wind.speed')}m/s
${offset 0}${voffset 0}${color}${font Dosis:size=10}And Humidity : ${execi 100 (cat ~/.cache/weather.json | jq '.main.humidity')}%
${offset 0}${voffset 25}${color}${font Material:size=11}${execi 300 ~/.config/conky/Mirach/scripts/day2dot}
${offset 27}${voffset 20}${font Dosis:size=11}Cpu:${goto 142}Mem:${goto 252}Temp:
${offset 27}${voffset -2}${color1}${font Dosis:bold:size=15}${cpu cpu0}%${goto 142}${memperc} %${goto 252}${acpitemp}°C
]]
and here’s a video showcasing the bug :
using (including things that i think might be useful):
conky 1.18.1_pre compiled 2023-02-24
conky-manager2 v2.73
gnome 43.4
X11 desktop
Nvidia Geforce GTX 1050
(sorry for my english not my native language)
(i might be sleeping when someone respond so sorry if i take too long to respond)