Hmm… Interesting , you have two bars , one at top , another at bottom !!!
Yep, they are two different Waybars I think?
Summary
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### DUAL TOP and BOTTOM ### //
[{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 1,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"cpu",
"temperature",
"memory",
"disk",
],
"modules-center": [
"idle_inhibitor",
"hyprland/workspaces#4",
"custom/light_dark",
],
"modules-right": [
"custom/weather",
"battery",
"backlight",
"bluetooth",
"network",
//"custom/updater",
"custom/cycle_wall",
"custom/lock",
],
},
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "bottom",
"spacing": 5,
"fixed-center": true,
"ipc": true,
"height": 0,
"margin-left": 8,
"margin-right": 8,
//"margin-bottom": 0,
"modules-left": [
"custom/menu",
"wlr/taskbar",
],
"modules-center": [
"clock",
],
"modules-right": [
"hyprland/window",
"tray",
"mpris",
"keyboard-state",
"pulseaudio",
//"wireplumber",
"pulseaudio#microphone",
"custom/power",
],
}]
Just share with the hyprland community . Please.
It is not his own configs I think ,
see :
I didn’t say anything about own works.
The experiment is so old that I almost forgot
Just caught it when I mistyped a command on my terminal and got to know that I long time ago experimented with some docks for hyprland and forgot to remove the package
never mind , it wasn’t working at that time but now it is
(sorry this thing is only for me )
You are in Screenshots | Garuda Linux preferred master
not in “Show off your pimped Garuda Hyprland Edition”
Don’t let yourself be distracted from your studies.
3 posts were merged into an existing topic: Off Topic Chit Chat - (Silliness factor 5)
can I have your conky
conky.config = {
background = true,
update_interval = 1,
cpu_avg_samples = 2,
net_avg_samples = 2,
temperature_unit = 'celsius',
if_up_strictness = 'address',
double_buffer = true,
no_buffers = true,
text_buffer_size = 2048,
own_window = true,
own_window_class = 'conky',
own_window_type = 'override',
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
--own_window_colour = '#555555',
own_window_transparent = true,
--own_window_argb_visual = true,
own_window_argb_value = 0,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
alignment = 'top_left',
gap_x = 50,
gap_y = 40,
minimum_width = 400,
minimum_height = 700,
maximum_width = 420,
border_inner_margin = 0,
border_outer_margin = 20,
--xinerama_head = 0,
override_utf8_locale = true,
use_xft = true,
font = 'monospace:size=9',
xftalpha = 0.8,
uppercase = false,
-- Defining colors
default_color = '#FFFFFF',
-- Shades of Gray
color1 = '#DDDDDD',
color2 = '#AAAAAA',
color3 = '#FFFFFF',
color4 = '#808080',
color5 = '#EF5A29',
color6 = '#b2c8d8',
color7 = '#b2c8d8',
color8 = '#697987',
color9 = '#2d3b41',
}
conky.text = [[
# focused_workspace background #16a085 to #5D7B86
# border backgr. text
# focused_workspace #F9FAF9 #16a085 #292F34
${image /usr/share/icons/garuda/garuda-white.png -p 10,0 -s 78x59 -f 5}${font sans mono:size=10}${alignr}${color6}${alignc}
${alignr}${font sans mono:size=20}${color1}${time %r}${color}
${alignr}${font sans mono:size=12}${color1}${time %a %d-%b-%Y}${color}
${color1} ${font}
${alignr}${color3}${color}
${goto 12}+-----------------------------------------------------------+
${goto 12}${color1}+----System ${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}+-- ${color3}Os:${alignr}${color6}${execi 130000 awk -F= '/DESCRIPTION=/{print $2}' /etc/lsb-release}${color}
${goto 15}|${goto 38}+-- ${color3}Kernel:${alignr}${color6}${kernel}${color}
${goto 15}|${goto 38}+-- ${color3}User:${alignr}${color6}${execi 11003 whoami}${color}
#${goto 15}|${goto 38}+-- ${color3}Node:${alignr}${color6}${nodename}${font}${color}
#${goto 15}|${goto 38}+-- ${color3}Machine:${alignr}${color6}${machine}${color}
${goto 15}|${goto 38}+-- ${color3}Uptime:${alignr}${color6}${uptime_short}${color}
${goto 15}|${goto 38}+-- ${color3}Entropy${alignr}${color1}${entropy_perc}% ${color6}(${entropy_avail}/${entropy_poolsize})${color}
${goto 15}|
${goto 12}${color1}+----Status${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}${color1}+-- Cpu ${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Usage${alignr}${color1}${cpu cpu0}% ${color6}- ${freq_g}GHz${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}LoadAvg${alignr}${color6}${loadavg}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Temp${alignr}${color1}${execi 10 sensors | grep 'Core 0' | awk {'print $3'}}${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}+-- ${color1}Ram${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Total${alignr}${color6}${memmax}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}In Use${alignr}${color6}${mem} ${color1}(${memperc}%)${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Free${alignr}${color6}${memfree}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Up to${alignr}${color6}${memeasyfree}${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}+-- ${color1}Swap${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Total${alignr}${color6}${swapmax}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Used${alignr}${color6}${swap} - ${swapperc}%${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Free${alignr}${color6}${swapfree}${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}${color1}+-- Storage ${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Total${alignr}${color6}${fs_size /}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Used${alignr}${color6}${fs_used /} ${color1}(${fs_used_perc}%)
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Free${alignr}${color6}${fs_free /}${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}${color1}+-- Diskio ${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Read${alignr}${color6}${diskio_read}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}Write${alignr}${color6}${diskio_write}${color}
${goto 15}|${goto 40}|
${goto 12}${color1}+----Processes ${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}+-- ${color3}Total${alignr}${color6}${processes}${color}
${goto 15}|${goto 38}+-- ${color3}Running${alignr}${color6}${running_processes}${color}
${goto 15}|${goto 40}|
${goto 15}|${goto 38}+-- ${color1}Cpu${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}${top name 1}${alignr}${color6}${top cpu 1}${top mem 1}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}${top name 2}${alignr}${color6}${top cpu 2}${top mem 2}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}${top name 3}${alignr}${color6}${top cpu 3}${top mem 3}${color}
${goto 15}|
${goto 15}|${goto 38}+-- ${color1}Mem${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}${top_mem name 1}${alignr}${color6}${top_mem cpu 1}${top_mem mem 1}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}${top_mem name 2}${alignr}${color6}${top_mem cpu 2}${top_mem mem 2}${color}
${goto 15}|${goto 40}|${goto 60}+-- ${color3}${top_mem name 3}${alignr}${color6}${top_mem cpu 3}${top_mem mem 3}${color}
${goto 15}|
${goto 12}+-----------------------------------------------------------+
]];
conky.config = {
background = true,
update_interval = 1,
cpu_avg_samples = 2,
net_avg_samples = 2,
temperature_unit = 'celsius',
if_up_strictness = 'address',
double_buffer = true,
no_buffers = true,
text_buffer_size = 2048,
own_window = true,
own_window_class = 'conky',
own_window_type = 'override',
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
--own_window_colour = '#555555',
own_window_transparent = true,
--own_window_argb_visual = true,
own_window_argb_value = 0,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
alignment = 'top_right',
gap_x = 50,
--von oben |
gap_y = 50,
minimum_width = 350,
minimum_height = 450,
maximum_width = 400,
border_inner_margin = 0,
border_outer_margin = 20,
--xinerama_head = 0,
override_utf8_locale = true,
use_xft = true,
font = 'monospace:size=8',
xftalpha = 0.8,
uppercase = false,
-- Defining colors
default_color = '#FFFFFF',
-- Shades of Gray
color1 = '#DDDDDD',
color2 = '#AAAAAA',
color3 = '#FFFFFF',
-- Orange EF5A29 green 159a7f
color4 = '#808080',
-- Green Pihole
color5 = '#EF5A29',
--color0
color6='#b2c8d8',
-- color1
color7='#b2c8d8',
color8 = '#697987', -- DeepSkyBlue 00BFFF grau=323232
color9 = '#2d3b41', -- CadetBlue 5F9EA0, light grey
}
conky.text = [[
${font Play:size=10:style=normal}
${color2}open terminal - ${alignr}${color}super+enter
${color2}open browser - ${alignr}${color}super+F1
${color2}open mail - ${alignr}${color}super+F2
${color2}open filemanager - ${alignr}${color}super+F3
${color2}open text - ${alignr}${color}super+F4
#rofi
${color2}application launcher ... - ${alignr}${color}super+d
${color2}screenshot - ${alignr}${color}print
${color2}resize window - ${alignr}${color}super+r
${color2}kill focused - ${alignr}${color}super+c | super+q
${color2}toggle split direction - ${alignr}${color}super+shift+q
${color2}toggle floating - ${alignr}${color}super+space
${color2}toggle fullscreen - ${alignr}${color}super+f
# switch to workspace
${color2}switch to workspace 1-8 - ${alignr}${color}super+1-8
# move focused container to workspace
${color2}send to workspace 1-8 - ${alignr}${color}super+shift+1-8
# Move to workspace with focused container
${color2}move to workspace 1-8 - ${alignr}${color}alt+shift+1-8
${color2}navigate workspaces - ${alignr}${color}super+ctrl+arrowkeys
${color2}navigate windows - ${alignr}${color}super+shift+arrowkeys
${color2}change focus - ${alignr}${color}super+arrowkeys
${color2}restart i3 inplace - ${alignr}${color}super+shift+r
${color2}reload config file - ${alignr}${color}super+shift+c
${color2}logout, reboot, shutdown ... - ${alignr}${color}super+0
]];
Will update the screenshot since my improving my apps UI (and they’ll still need a UI overhaul later)
I couldn’t live without that META+TAB desktop switching
just trying(noob) hyprland on a very old intel 3rd gen laptop … and experiences is smooth (better than kde plasma dragonized)
can someone please tell me how to do night-light in hyprland ?
And is kde-connect not works in hyprland?
@appu
Please open new help request. Stay on topic
Time for some change!
Real reason
Did this…
Show off your pimped Garuda Hyprland Edition 🎭 - #17 by IUSELINUX
but forgot to backup old config files before
Style looks like from @TilliDie , but … it’s an old one, right ?
Yep, its Tillidie-88, an old one! Still haven’t seen all in the Show your artwork thread…
( I’ve downloaded some wallpapers and stored them in an sdcard with my other files so I won’t have to download them every time )
Nice GDI Base wallpaper.
Garuda and GDI goes well since both have an Eagle logo, although I’m a NODdy.
Hi!
It is Garuda on dual monitor desktop with the Waybar across them (with razer and steel-series battery plugins as well as netatmo weather station plugin too).
Love this OS but unfortunately didn’t find a way to make a good Logo sign for it so make an Archi one.
Left
Right