- 6 Posts
- 31 Comments
catlover@sh.itjust.worksto
Linux@lemmy.world•What software setup do you use for playing music?English
3·2 years agoI wrote my own music player using qt
catlover@sh.itjust.worksto
Linux@lemmy.world•ISOs Explained + four programs to make Linux boot mediaEnglish
4·2 years agoMy fav is cat
catlover@sh.itjust.worksto
Gaming@lemmy.ml•Riot Games Now Requires Kernel-Level Anti-Cheat Software for League of Legends, Following Valorant's Implementation
5·2 years agois cheaters in lol this bad? are there more cheaters compared to for ex.: dota? and if yes, why? does the lol game implementation allow it?
After hours of trying out different plugins the closest I could find is the lualine & tabby combination:

About to test it during work, at first look it looks like it has everything I need, only shows current buffers in tab, and in correct order
local lualine_theme = require("highlight").lualine_theme require("lualine").setup({ options = { icons_enabled = true, theme = lualine_theme, component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, disabled_filetypes = { statusline = {}, winbar = {}, }, ignore_focus = {}, globalstatus = true, refresh = { statusline = 1000, tabline = 1000, winbar = 1000, }, }, sections = { lualine_a = { "branch" }, lualine_b = { empty_section }, lualine_c = {}, lualine_x = {}, lualine_y = { { "diagnostics", sections = { "error", "warn" } } }, lualine_z = { "location" }, }, inactive_sections = {}, tabline = {}, winbar = {}, inactive_winbar = {}, extensions = { "fugitive", "nvim-tree" }, }) local theme = { fill = "TabLineFill", -- Also you can do this: fill = { fg='#f2e9de', bg='#907aa9', style='italic' } head = "TabLine", current = "TabLineSel", tab = "TabLine", win = "TabLine", tail = "TabLine", } vim.o.showtabline = 2 local tabby_theme = require("highlight").tabby_theme require("tabby.tabline").set(function(line) return { line.tabs().foreach(function(tab) local hl = tab.is_current() and tabby_theme.current or tabby_theme.tab return { line.sep("", hl, tabby_theme.fill), tab.number(), tab.name(), line.sep("", hl, tabby_theme.fill), hl = hl, margin = " ", } end), line.spacer(), line.wins_in_tab(line.api.get_current_tab()).foreach(function(win) local hl = win.is_current() and tabby_theme.current or tabby_theme.tab return { line.sep("", hl, tabby_theme.fill), win.buf_name(), line.sep("", hl, tabby_theme.fill), hl = hl, margin = " ", } end), hl = tabby_theme.fill, } end)
catlover@sh.itjust.worksto
Programmer Humor@programming.dev•git commit -m "minor fixes" +26858 -69429
23·2 years agogit commit -m ‘initial commit’
git commit --amend
git commit --amend
git commit --amend
git commit --amend
…
git commit --amend
what is all that stuff
catlover@sh.itjust.worksto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Youtube’s Anti-adblock and uBlock OriginEnglish
322·3 years agoheh, youtube could do some fake accounts and spam them with help requests
last time (~ half year ago) they thaught me this they said chest compression is more than enough. there should be enough oxygen in the lungs and blood till professional help arrives, and as you said most of the time airway is blocked in these situations
also most people are extremely unconfortable to blow air through someones nose/mouth, so it incrreases the number of people that are willing to help
at least sa far as i know
alias d=“cd ~/Downloads”
catlover@sh.itjust.worksto
Technology@lemmy.world•This week’s dead Google products: Google Podcasts, basic Gmail, and more!English
4·3 years agogreat. gotta use some e-mail client then
catlover@sh.itjust.worksto
Technology@lemmy.world•This week’s dead Google products: Google Podcasts, basic Gmail, and more!English
14·3 years agothey removed gmails basic html? i used it yeserday (and evey day before)
love the shadows. updated my config to look similar
wow cube world sure evolved a lot
edit: after checking it out realized it isnt cube world. will check it out
Does it affect performance that the gpu is connected with that long of a cable?
catlover@sh.itjust.worksOPto
Linux Gaming@lemmy.ml•Looks like you can't even download the Battle.net client for Linux now
2·3 years agoThanks for the info, I just tried and with proton 8 everything worked fine. I guess I have to use steam to play battle.net :D
dota game coordinator is down











isnt manifest v3 supposed to help with these issues?