- 15 Posts
- 31 Comments
ColdWater@lemmy.cato
Mildly Interesting@lemmy.world•At the Internet Archive, this is how we digitize a book—one page at a time, by hand.
2·9 days agoThis comment didn’t age well
ColdWater@lemmy.cato
Linux Gaming@lemmy.world•Does it make Sense to switch from dx11 to Vulkan on proton?English
6·10 days agoVulkan should be faster, but only one way to find out is install mangohud and check the performance yourself sometime rarely the games has bad native vulkan implementation and translating from DX to vulkan maybe faster.
ColdWater@lemmy.cato
Technology@lemmy.world•New "Siri Recap" Feature for Apple Watches Can Create Summaries of Your Conversations Throughout the Day, Apple SaysEnglish
4·12 days agoNot creepy at all
ColdWater@lemmy.cato
Linux Gaming@lemmy.world•Is Linux on a laptop with an Intel Processor + an NVidia GPU still the absolute fucking nightmare it was 10 years ago?English
2·15 days agoYou might wanna look on the used market, I live in a 3rd world country and I can still find RX7700S laptop for 700$ or RX6800M for 770$ but yeah AMD laptops are rare, or you can get Nvidia laptop but you will loss 10-20fps compared to Windows so you really need a sort of beefy Nvidia laptop if you wanna play modern unoptimized AAA games (rtx 3070, rtx4060, rtx5050)
ColdWater@lemmy.cato
Linux Gaming@lemmy.world•Is Linux on a laptop with an Intel Processor + an NVidia GPU still the absolute fucking nightmare it was 10 years ago?English
2·16 days agoAsus advantage edition laptop has all AMD
ColdWater@lemmy.cato
Linux Gaming@lemmy.world•How big of a problem is Denuvo on Linux?English
13·18 days agoWait until it got cracked and pirated it
Nas is expensive and old laptop is free
ColdWater@lemmy.cato
Technology@lemmy.world•Google Has Removed Manifest V2 Extensions From the Chrome Web Store, Including uBlock OriginEnglish
18·22 days agoA browser forked from KHTML by KDE
This might give you botulism
ColdWater@lemmy.cato
Technology@lemmy.world•Torvalds: AI Is the New Compiler, Not the New ProgrammerEnglish
71·1 month agoI hope this new adoption didn’t contributed to recent AMD GPU driver bugs
deleted by creator
deleted by creator
deleted by creator
ColdWater@lemmy.caOPtoUnixporn@lemmy.ml•Android 16 "style" volume and brightness OSD, created with Waybar and Niri
3·2 months agoIt’s also more convenient to just use KDE ;) but honestly any shell that’s related to quickshell look like a pain to config and I probably stuck with the layout or style it come with, but with waybar I can make anything from scratch in just a few hours while quickshell require programming skill I don’t have and I also got a real life job.
ColdWater@lemmy.caOPtoUnixporn@lemmy.ml•Android 16 "style" volume and brightness OSD, created with Waybar and Niri
1·2 months agosorry for giant text dump as I don’t know how to explain it better than this, you can download my config instead if you wanted https://filebin.net/15u7piyurnl5klr5
ColdWater@lemmy.caOPtoUnixporn@lemmy.ml•Android 16 "style" volume and brightness OSD, created with Waybar and Niri
1·2 months agobasically every time I change volume or brightness Niri will call Waybar to spawn with its own config and style (it has to be a separate config and style or it will be a nightmare manage) to show up and use flock to stop Waybar from spamming/running again if it already running with the same spawn command here is my Niri keybind (if you wanna make your own you only have to edit file path to your waybar osd config and waybar style css and change “1%” for how much you want volume to change each time) :
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ -l 1.0 && flock -n /tmp/waybar_vol.lock -c 'timeout 7s waybar -c ~/.config/waybar/configvolumeosd -s ~/.config/waybar/style2osd.css'"; } XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- && flock -n /tmp/waybar_vol.lock -c 'timeout 7s waybar -c ~/.config/waybar/configvolumeosd -s ~/.config/waybar/style2osd.css'"; } XF86AudioMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && flock -n /tmp/waybar_mic.lock -c 'timeout 7s waybar -c ~/.config/waybar/configvolumeosd -s ~/.config/waybar/style2osd.css'"; }—this is my waybar config for osd (you can use any module you want):
{ “layer”: “overlay”, “position”: “bottom”, “margin-bottom”: 100, “height”: 33, “spacing” : 0, “exclusive”: false, “passthrough”: false, “width”: 200,
“modules-left”: [
],
“modules-center”: [
],
“modules-right”: [
"custom/exit", "custom/playerctlprevious", "custom/playerctlplaypause", "custom/playerctlnext", "pulseaudio/slider", "wireplumber",],
“pulseaudio/slider”: { “min”: 0, “max”: 100, “orientation”: “horizontal” },
“wireplumber”: { “format”: “{icon} {volume}%”, “format-muted”: “”, “format-icons”: { “default”: [“”, “”, " "] }, “on-click”: “easyeffects”, },
“mpris”: { “format”: “{player_icon} {dynamic}”, “format-paused”: “{status_icon} <i>{dynamic}</i>”, “player-icons”: { “default”: “▶”, “mpv”: “🎵” }, “status-icons”: { “paused”: “”, }, // “ignored-players”: [“firefox”] “interval”: 1, },
"custom/playerctlplaypause": { "format": "", "on-click": "playerctl play-pause", "tooltip": false,},
"custom/playerctlnext": { "format": "", "on-click": "playerctl next", "tooltip": false,},
"custom/playerctlprevious": { "format": "", "on-click": "playerctl previous", "tooltip": false,},
“custom/exit”: { “format”: “”, “on-click”: “sh /home/coldwater/.config/waybar/scripts/exit.sh”, },
“custom/name”: { “format”: “Media Control”, },
“mpris”: { “format”: “{player_icon} {artist} - {title}”, “format-paused”: “{player_icon} <i>{artist} - {title}</i>”, “max-length”: 40, },
}
Gray theme suck I rather use light theme, I flashed LineageOS specifically for true black theme no eyes strain for me






You don’t have to do anything just click play on Steam most of the time :)