You are not logged in.
hhh wrote:^ Modern problems require modern solutions.
Well we are in modern times
![]()
@altman, it is nice. Not as good as my Nvidia, but it works with no effort on Linux.
That s great news, also, supposedly Intel s ARC Series s GPUs (A750/A770) also good with Linux, but I never tested it .
I read or saw it on YT that they have Linux support in there websire.
TBC; https://www.intel.com/content/www/us/en … phics.html
It might be one of these links also.
https://www.phoronix.com/review/intel-arc-early-2024
https://www.phoronix.com/review/nvidia- … uper-linux
Edit: It looks like I can t find Intel s Linux support s link real quick
Last edited by altman (2024-05-27 21:05:10)
My Linux installs are as in my music; it s on Metal
Offline
@altman
Looks Like Intel ARC only has limited Linux support, & their offerings only talk about Ubuntu 22.04 LTS
At least Judging by this:
https://dgpu-docs.intel.com/driver/client/overview.html
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
@altman
Looks Like Intel ARC only has limited Linux support, & their offerings only talk about Ubuntu 22.04 LTSAt least Judging by this:
https://dgpu-docs.intel.com/driver/client/overview.html
Thx for the link @Bearded_Blunder, that s a start, they might go with Debian one day also !
Link Bookmarked in my Browser for future refs.
Last edited by altman (2024-05-27 21:47:09)
My Linux installs are as in my music; it s on Metal
Offline
Offline
^ What font? Looks fine, just a bit bland.
Waybar (I assume) dotfiles, please?
I just looked at my term font and it looks bland as well. Might have to go back to OCR-B, now that's a font.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
^ What font? Looks fine, just a bit bland.
Waybar (I assume) dotfiles, please?
I just looked at my term font and it looks bland as well.
Might have to go back to OCR-B, now that's a font.
I can't remember as I have now changed to CaskaydiaCove Nerd Font Mono.
Waybar configs:
style.css
@define-color white #a7a7a7;
@define-color black #141414;
@define-color text #BECBCB;
@define-color lightgray #686868;
@define-color darkgray #353535;
@define-color red #F38BA8;
@define-color black-transparent-1 rgba(0, 0, 0, 0.1);
@define-color black-transparent-2 rgba(0, 0, 0, 0.2);
@define-color black-transparent-3 rgba(0, 0, 0, 0.3);
@define-color black-transparent-4 rgba(0, 0, 0, 0.4);
@define-color black-transparent-5 rgba(0, 0, 0, 0.5);
@define-color black-transparent-6 rgba(0, 0, 0, 0.6);
@define-color black-transparent-7 rgba(0, 0, 0, 0.7);
@define-color black-transparent-8 rgba(0, 0, 0, 0.8);
@define-color black-transparent-9 rgba(0, 0, 0, 0.9);
@define-color black-solid rgba(0, 0, 0, 1.0);
* {
font-family:
Iosevka,
Material Design Icons Desktop;
font-size: 30px;
padding: 0;
margin: 0;
}
window#waybar {
background-color: @black-transparent-9;
color: @text;
border-radius: 0;
}
tooltip {
background: @black-solid;
border: 1px solid @darkgray;
border-radius: 0;
}
tooltip label {
color: @text;
}
#workspaces {
}
#workspaces button {
background-color: transparent;
color: @lightgray;
transition: all 0.3s ease;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: transparent;
border: 1px solid rgba(0, 0, 0, 0);
color: @white;
transition: all 0.3s ease;
}
#workspaces button.focused,
#workspaces button.active {
color: @white;
transition: all 0.3s ease;
animation: colored-gradient 10s ease infinite;
}
#workspaces button.urgent {
background-color: @red;
color: @black;
transition: all 0.3s ease;
}
/* -------------------------------------------------------------------------------- */
#submap,
#mode,
#tray,
#cpu,
#memory,
#backlight,
#pulseaudio.audio,
#pulseaudio.microphone,
#network.wlo1,
#network.eno1,
#bluetooth,
#battery,
#clock,
#mpd,
#custom-media,
#custom-notification {
background-color: transparent;
color: @text;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 0;
margin-right: 0;
border-radius: 20px;
transition: all 0.3s ease;
}
#submap {
border: 0;
}
/* -------------------------------------------------------------------------------- */
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces button,
.modules-left > widget:first-child > #tray,
.modules-left > widget:first-child > #cpu,
.modules-left > widget:first-child > #memory,
.modules-left > widget:first-child > #backlight,
.modules-left > widget:first-child > #pulseaudio.audio,
.modules-left > widget:first-child > #pulseaudio.microphone,
.modules-left > widget:first-child > #network.wlo1,
.modules-left > widget:first-child > #network.eno1,
.modules-left > widget:first-child > #bluetooth,
.modules-left > widget:first-child > #battery,
.modules-left > widget:first-child > #clock,
.modules-left > widget:first-child > #custom-notification {
margin-top: 4px;
}
.modules-right > widget:last-child > #workspaces button,
.modules-right > widget:last-child > #tray,
.modules-right > widget:last-child > #cpu,
.modules-right > widget:last-child > #memory,
.modules-right > widget:last-child > #backlight,
.modules-right > widget:last-child > #pulseaudio.audio,
.modules-right > widget:last-child > #pulseaudio.microphone,
.modules-right > widget:last-child > #network.wlo1,
.modules-right > widget:last-child > #network.eno1,
.modules-right > widget:last-child > #bluetooth,
.modules-right > widget:last-child > #battery,
.modules-right > widget:last-child > #clock,
.modules-right > widget:last-child > #custom-notification {
margin-bottom: 4px;
}
/* -------------------------------------------------------------------------------- */
#tray {
background-color: transparent;
padding: 1px 5px;
}
#tray menu {
padding: 2px;
border-radius: 0;
}
config.jsonc
{
"layer": "top",
"position": "right",
"reload_style_on_change": true,
"width": 45,
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 0,
"margin-right": 0,
"spacing": 0,
"gtk-layer-shell": true,
"modules-left": [
"pulseaudio#audio",
"network#wlo1",
"network#enp34s0",
"mpd"
],
"custom/notification": {
"tooltip": false,
"format": "{icon}",
"format-icons": {
"notification": "?",
"none": "?",
"dnd-notification": "?",
"dnd-none": "?",
"inhibited-notification": "?",
"inhibited-none": "?",
"dnd-inhibited-notification": "?",
"dnd-inhibited-none": "?"
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"escape": true
},
"backlight": {
"format": "{icon}",
"format-icons": ["?"],
"on-scroll-up": "brightnessctl set +5%",
"on-scroll-down": "brightnessctl set 5%-",
"on-click": "",
"tooltip": true,
"tooltip-format": "{percent}%"
},
"pulseaudio#audio": {
"format": "{icon}",
"format-bluetooth": "?\n{icon}",
"format-bluetooth-muted": "?\n?",
"format-muted": "?",
"format-icons": {
"headphone": "?",
"hands-free": "?",
"headset": "?",
"phone": "",
"portable": "",
"car": "",
"default": ["?", "?", "?"]
},
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +1%",
"on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -1%",
"tooltip": true,
"tooltip-format": "{icon} {desc} {volume}%"
},
"pulseaudio#microphone": {
"format": "{format_source}",
"format-source": "? {volume}%",
"format-source-muted": "? {volume}%",
"on-click": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
"on-scroll-up": "pactl set-source-volume @DEFAULT_SOURCE@ +1%",
"on-scroll-down": "pactl set-source-volume @DEFAULT_SOURCE@ -1%",
"max-volume": 100,
"tooltip": false
},
"network#wlo1": {
"interval": 1,
"interface": "wlo1",
"format-icons": ["?", "?", "?", "?", "?"],
"format-wifi": "{icon}",
"format-disconnected": "",
"on-click": "nm-connection-editor",
"tooltip": true,
"tooltip-format": "? {ifname}\n? {ipaddr}/{cidr}\n{icon} {essid}\n? {signalStrength}% {signaldBm} dBm {frequency} MHz\n? {bandwidthDownBytes}\n? {bandwidthUpBytes}"
},
"network#enp34s0": {
"interval": 1,
"interface": "enp34s0",
"format-icons": ["?"],
"format-ethernet": "{icon}",
"format-disconnected": "",
"on-click": "",
"tooltip": true,
"tooltip-format": "? {ifname}\n? {ipaddr}/{cidr}\n? {bandwidthDownBytes}\n? {bandwidthUpBytes}"
},
"bluetooth": {
"format-disabled": "",
"format-off": "",
"format-on": "?",
"format-connected": "?",
"format-connected-battery": "?",
"tooltip-format-connected": "{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias} ?{device_battery_percentage}% {device_address}",
"on-click": "blueman-manager",
"tooltip": true
},
"modules-center": [
"hyprland/workspaces",
"hyprland/submap",
],
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"default": "1"
},
"on-click": "activate"
},
"hyprland/submap": {
"format": "{}",
"tooltip": false
},
"hyprland/window": {
"format": " <span font_desc='Iosevka Raven 12'>{:.40}</span> ",
"separate-outputs": false
},
"sway/workspaces": {
"format": "{icon}",
"format-icons": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"default": "1"
},
"on-click": "activate"
},
"sway/mode": {
"format": "{}",
"tooltip": false
},
"wlr/taskbar": {
"format": "{icon}",
"active-first": true
},
"modules-right": [
// "pulseaudio#microphone",
// "battery"
//"tray",
"memory",
"cpu",
"clock"
],
"tray": {
"icon-size": 14,
"spacing": 8
},
"cpu": {
"format": "?",
"on-click": "",
"tooltip": true
},
"memory": {
"format": "?",
"tooltip-format": "? Total: {total:0.1f}GB, Avail: {avail:0.1f}GB, Used: {used:0.1f}GB ({percentage}%)\n? Total: {swapTotal:0.1f}GB, Avail: {swapAvail:0.1f}GB, Used: {swapUsed:0.1f}GB ({swapPercentage}%)",
"on-click": "",
"tooltip": true
},
"mpd": {
"format": "{stateIcon}",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "{artist} - {album} - {title}",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": "? {capacity}%",
"format-plugged": "? {capacity}%",
"format-icons": ["?", "?", "?", "?", "?", "?", "?", "?", "?", "?"],
"on-click": "",
"tooltip": false
},
"clock": {
"interval": 1,
"format": "?\n{:%I\n%M\n%p}",
"format-alt": "?\n{:%d\n%m\n%y\n?\n%I\n%M\n%p}",
"tooltip": true,
"tooltip-format": "{calendar}",
"calendar": {
"mode": "year",
"mode-mon-col": 3,
"format": {
"today": "<span color='#0dbc79'>{}</span>"
}
}
}
}
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
^ Thanks!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Added a bar and I'm really unsure of that terminal font. It looks wrong.
Looks good to me @Dobbie.
My Linux installs are as in my music; it s on Metal
Offline
Dobbie03 wrote:Added a bar and I'm really unsure of that terminal font. It looks wrong.
Looks good to me @Dobbie.
Thank you mate.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
altman wrote:Dobbie03 wrote:Added a bar and I'm really unsure of that terminal font. It looks wrong.
Looks good to me @Dobbie.
Thank you mate.
No problem El Friend !
My Linux installs are as in my music; it s on Metal
Offline
Offline
Top @Dobbie @hhh ( went over it somehow ! You know them old farts ! lol
My Linux installs are as in my music; it s on Metal
Offline
Offline
The last one for this month.
https://live.staticflickr.com/65535/53758127735_f71ae21aa1_m.jpg
Nice. What are the circular graphical widgets on the right side of the taskbar? Suse/Plasma only widget?
Xfce -
You must unlearn what you have learned.
-- yoda
Offline
Nice. What are the circular graphical widgets on the right side of the taskbar? Suse/Plasma only widget?
Thanks, Pie Charts or circular graphical widgets are parts of KDE Plasma, I don't think they're exclusive for SUSE.
They can be installed on desktop or taskbar with a simple right-click menu > Add Widgets..., then choose whatever user needs ie CPU/MEM and others such...
Tumbleweed | KDE Plasma
Offline
Offline
Top fellas !
My Linux installs are as in my music; it s on Metal
Offline