Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)C
Posts
6
Comments
15
Joined
3 yr. ago

  • Thank you!

  • Thank you very much, and I'm sad to hear you had to go through all this pain.

    I also had one doctor told us that she has no problem at all. He said if she can see, and there are no fluids coming out of her eye, than we are overreacting. At the place they told us its melanoma a specialized eye doctor examined her with multiple tools.

  • Thanks for sharing. I agree with you, and you are very responsible for checking it regularly. I hope the spot doesn't grow, as far as I know its entirely possible for it to not grow, and not to cause any issues

  • I'm glad to hear everything went well, and she recovered. Thanks for sharing your experience!

  • Thank you for sharing your experience, and I'm sorry for your loss

  • Thank you, its good to hear not only we think so

  • cats @lemmy.world

    Our cat has a major possibility of having diffuse iris melanoma, and will have a surgery

  • Mechanical Keyboards @lemmy.ml

    Keyboard upgrade and related experiences

  • why do everybody want to make it count letters and stuff like this? isnt this what its worst at? im against ai but this seems like it is being used for what its worst at and not designed to do, like checking how good a bike is by trying to ride it underwater

  • how do you guys manage to cope with the keyboard layout? the ctrl-super-alt is completely different, even if i just remap them, there will be cases they just dont work like on linux (kitty ctrl-keys, firefox ctrl-tab, etc...) even worse that i use hungarian keylayout and now i use 2 different programs (karabiner, ukulele) to have somewhat similar keys like on linux, but still not perfect ...

  • isnt manifest v3 supposed to help with these issues?

  • Hoptal :(

    Jump
  • I know its fake, but this instantly popped in to my mind

  • cats @lemmy.world

    When is it a good idea to get a second cat?

  • Balcony Gardening @slrpnk.net

    What are these guys doing?

  • 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)
    
      
  • git commit -m 'initial commit'

    git commit --amend

    git commit --amend

    git commit --amend

    git commit --amend

    ....

    git commit --amend

  • Neovim @programming.dev

    Looking for an airline replacement

  • also the second generation of plants are mostly way worse than the first (which produced the fruit that you buy)

  • Linux Gaming @lemmy.ml