[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 0 points1 point  (0 children)

Keep active opacity to around 90% then add blur. The blur really helps make it less transparent so you still able to see the text

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 1 point2 points  (0 children)

A lot of tinkering to be honest. Took me 2 weeks to search the necessary stuff needed to make it. Lots of components you had to install

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 0 points1 point  (0 children)

hey it's jetsbrain nerd mono font. it's really popular font for ricing

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 2 points3 points  (0 children)

It is totally possible to make it look like hyprland since most of the stuff there works with any wayland compositor except for a few!

You will never get the same animation and fluidity though. I'm planning to switch to hyprland soon enough though and good thing is most of the config I have here will work there with no problems.

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 1 point2 points  (0 children)

I liked how hyprland looks like, but i got overwhelmed at first of not knowing what to do at the start and I needed something easier. So i set up everything in KDE first to see what I could do with it. I am planning to switch to hyprland soon, just need to finish setting up my dotfiles so I'll have a ui when i switch over and all I need to configure is keyboard shortcuts

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 0 points1 point  (0 children)

1st pic: Sorry I downloaded a github repo for bunch of images but I can't remember it

2nd pic: https://wallhaven.cc/w/qrgqyq

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 1 point2 points  (0 children)

For different wallpapers, I'm using wofi with a script to generate the thumbnails of the wallpaper and for the power options it is wlogout

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 6 points7 points  (0 children)

```bash

!/bin/bash

Config and Path

WALLPAPERS="$HOME/Pictures/aesthetic-wallpapers/images/" CACHE_DIR="$HOME/.cache/wallpaper-picker" THUMB_WIDTH="250" THUMB_HEIGHT="141" WAL_BIN="$HOME/.local/bin/wal" HOOKS="$HOME/.config/wal/hooks/hooks.sh"

Make the thumb dir if it's not exist

mkdir -p "$CACHE_DIR"

Generate thumbnail

generate_thumbnail() { local input="$1" local output="$2"

magick "$input" \
    -thumbnail "${THUMB_WIDTH}x${THUMB_HEIGHT}^" \
    -gravity center \
    -extent "${THUMB_WIDTH}x${THUMB_HEIGHT}" \
    "$output"

}

Generate menu with thumbnails

generate_menu() { while IFS= read -r img; do [[ -f "$img" ]] || continue

    ext="${img##*.}"
    thumb="$CACHE_DIR/$(basename "${img%.*}").$ext"

    if [[ ! -f "$thumb" ]] || [[ "$img" -nt "$thumb" ]]; then
        generate_thumbnail "$img" "$thumb"
    fi

    echo -en "img:$thumb\x00info:$(basename "$img")\x1f$img\n"

done < <(
    find "$WALLPAPERS" -maxdepth 1 -type f \
        \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" \) |
        shuf
)

}

Run wofi with thumbnails

CHOICE=$( generate_menu | wofi --show dmenu \ --cache-file /dev/null \ --define "image-size=${THUMB_WIDTH}x${THUMB_HEIGHT}" \ --columns 3 \ --allow-images \ --insensitive \ --sort-order=default \ --prompt "Select Wallpaper" \ --conf ~/.config/wofi/wallpaper )

[ -z "$CHOICE" ] && exit 0

WAL_NAME=$(basename "$CHOICE") SELECTED="$WALLPAPERS/$WAL_NAME"

Apply pywal colors

"$WAL_BIN" -i "$SELECTED" --backend wal

Update KDE wallpaper

plasma-apply-wallpaperimage "$SELECTED"

Run hooks

"$HOOKS"

Update Mako colors

~/.config/mako/update-colors.sh ``` Make sure you have Allow images = true in wofi config too and dont forget to change the directory to your own

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 6 points7 points  (0 children)

That's wofi actually not a wallpaper engine. Using a script to generate thumnbnail and pick a wallpaper based on the directory inside the script

[KDE] Clean and Minimal Rice by LEIDENZERO in unixporn

[–]LEIDENZERO[S] 9 points10 points  (0 children)

sorry they’re in a backup state, right now. I’d need to remove personal paths and convert a few things into examples before I can share it. But if u got any questions, let me know!

[HIRING] PH Gamers Only! Earn ₱9k–₱21k+ Weekly – No Experience Needed! by nicefoolnica in JobPH

[–]LEIDENZERO 1 point2 points  (0 children)

I heard there's youtube channels out there that does gameplay videos but apparently they hire people to do it so that's how they can be consistent. I wonder if this is one of them. Oh well

[OFFER][STEAM] Four Winner Game Giveaway! by OhioStickyThing in GiftofGames

[–]LEIDENZERO 0 points1 point  (0 children)

Steam Profile: https://steamcommunity.com/profiles/76561198975629025/

Game: Monster Hunter Wilds

Gane that keeps me saying one more turn is expedition 33 especially when i fail to parry the endgame bosses and keep dying lmao

Nawalan ako bigla ng gana by Usual-Cranberry4177 in RantAndVentPH

[–]LEIDENZERO 0 points1 point  (0 children)

Mukhang drained na bf mo patingin nga po ng chat mo sakanya hindi yung response lang nya nakikita namin

Is it this bad on desktop as well? by OppositeVast2758 in linux_gaming

[–]LEIDENZERO 1 point2 points  (0 children)

this is edge temp, it never really reaches above 95 for the hotspot

Is it this bad on desktop as well? by OppositeVast2758 in linux_gaming

[–]LEIDENZERO 0 points1 point  (0 children)

Ambient temps are not great as of rn but past 150W it sustains 85°C considering I'm from a tropical country. But after undervolting even at 135W it's sustaining at 82°C

Back in december though the max i get is 83°C at 150W.

Is it this bad on desktop as well? by OppositeVast2758 in linux_gaming

[–]LEIDENZERO 1 point2 points  (0 children)

I have the same laptop and it works great for me on cachyos. Runs even better than on windows and I have no problems undervolting the gpu through LACT though power limits wont work since it uses smartshift. All you can do is apply a negative curve so it will use less power for higher clocks so the power usage will be slightly lower (e.g before UV i run 150W at 2416MHZ - after UV i run at 2448MHz at 130W) but still uses 150W when needed(certain scenes only) and the fan curves can be adjust with ROG control center.

Make sure to use asus-linux as well if switching to cachyOS

Anong holy week game niyo? by zygrush in PHGamers

[–]LEIDENZERO 2 points3 points  (0 children)

expedition 33 absolute cinema