You are not logged in.

#141 2024-05-27 20:43:39

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: May 2024 Screenshot Thread

Dobbie03 wrote:
hhh wrote:

^ Modern problems require modern solutions.

Well we are in modern times big_smile

@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

#142 2024-05-27 21:28:05

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: May 2024 Screenshot Thread

@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

#143 2024-05-27 21:43:37

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: May 2024 Screenshot Thread

Bearded_Blunder wrote:

@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

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

#144 2024-05-28 02:04:10

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: May 2024 Screenshot Thread

Added a bar and I'm really unsure of that terminal font. It looks wrong.

UVi1trd5_t.png


"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

#145 2024-05-28 03:03:23

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: May 2024 Screenshot Thread

^ 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. tongue 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

#146 2024-05-28 03:15:56

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: May 2024 Screenshot Thread

That's better, somehow in all my screwing around it got switched to the default font. Monofur Nerd has quite a bit more personality (neofetch gets it wrong in this scrot)...

hVdhexbt.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#147 2024-05-28 04:12:22

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: May 2024 Screenshot Thread

hhh wrote:

^ 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. tongue 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

#148 2024-05-28 05:32:38

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: May 2024 Screenshot Thread

^ Thanks!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#149 2024-05-28 22:12:45

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: May 2024 Screenshot Thread

Dobbie03 wrote:

Added a bar and I'm really unsure of that terminal font. It looks wrong.

https://thumbs2.imgbox.com/fa/fe/UVi1trd5_t.png

Looks good to me @Dobbie.


My Linux installs are as in my music; it s on Metal

Offline

#150 2024-05-28 23:56:30

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: May 2024 Screenshot Thread

altman wrote:
Dobbie03 wrote:

Added a bar and I'm really unsure of that terminal font. It looks wrong.

https://thumbs2.imgbox.com/fa/fe/UVi1trd5_t.png

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

#151 2024-05-29 11:35:53

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: May 2024 Screenshot Thread

Dobbie03 wrote:
altman wrote:
Dobbie03 wrote:

Added a bar and I'm really unsure of that terminal font. It looks wrong.

https://thumbs2.imgbox.com/fa/fe/UVi1trd5_t.png

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

#152 2024-05-30 00:42:31

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: May 2024 Screenshot Thread

Same wallpaper but updated bar.  I'm now using eww via @cog's goober tool.

62RZQrL0_t.png


"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

#153 2024-05-30 11:25:18

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: May 2024 Screenshot Thread

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

#154 2024-05-30 16:27:19

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: May 2024 Screenshot Thread

The last one for this month.
53758127735_f71ae21aa1_m.jpg


Tumbleweed | KDE Plasma

Offline

#155 2024-05-30 17:45:24

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: May 2024 Screenshot Thread

Nice. What are the circular graphical widgets on the right side of the taskbar? Suse/Plasma only widget?

Xfce -

MdtStSu2_t.png aRV9g1mB_t.png


You must unlearn what you have learned.
    -- yoda

Offline

#156 2024-05-30 19:09:04

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: May 2024 Screenshot Thread

PackRat wrote:

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

#157 2024-05-30 20:30:12

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: May 2024 Screenshot Thread

Last one for May, some final tweaks to my eww bar.  Very happy with the result on Hyprland.

a8fVyNGA_t.png


"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

#158 2024-05-31 05:45:51

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: May 2024 Screenshot Thread

Top fellas !


My Linux installs are as in my music; it s on Metal

Offline

#159 2024-05-31 15:19:34

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: May 2024 Screenshot Thread

473585810_screenshot_31-mai_16-57-49_10779.png   473587744_screenshot_31-mai_17-13-16_19289.png

Debian-Hyprland on siduction-nox   wink

Last edited by unklar (2024-05-31 15:23:20)

Offline

Board footer

Powered by FluxBB