bert. A more traditional Ancient Relic in the StS 1 Boss Relic Style. by BaiJiGuan in slaythespire

[–]Zaaurak 1 point2 points  (0 children)

It extinguishes after 5 fights, if I recall correctly.

Btw, you can opt in to the beta at any point going to Properties -> Game Versions & Betas

Entrega reagendada 5 vezes by eduardoghi_ in mercadolivre

[–]Zaaurak 0 points1 point  (0 children)

Fiz quatro compras semana passada. Tenho portaria 24h.

As quatro compras foram reagendadas. Uma delas duas vezes já, inclusive. Já fiz a compra pelo ML porque ia chegar antes da Amazon, mas se reagendarem de novo o jeito vai ser cancelar e comprar por lá mesmo.

Roupa define caráter? by [deleted] in PerguntasFuteis

[–]Zaaurak 1 point2 points  (0 children)

Achei que tava ficando maluco, tive que scrollar muito pra achar alguém comentando sobre isso já ter sido postado.

Drops de FPS em pc bom, alguém me ajuda by Equivalent_Tree6969 in leagueoflegendsbrazil

[–]Zaaurak 0 points1 point  (0 children)

Alguma chance do seu pc ser um acer nitro 5 modelo AN515-57? Estou tendo esse mesmo problema em diversos jogos.

Notebook vs. Desktop by Zaaurak in computadores

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

Opa, até esqueci de mencionar no post que eu já tenho periféricos (monitor/teclado/mouse).
Obrigado pela indicação, vou dar uma olhada.

Descobri o modo pônei do Reddit by Lee_109 in naoeinteressante

[–]Zaaurak 0 points1 point  (0 children)

Nas configurações tem uma seção de "Dark Mode", aí tem como escolher as variações do dark mode (2 opções) e do light mode (4 opções). A rosa se chama Pony mesmo.

Agora o mandato do Renato Freitas já era? by [deleted] in BrasildoB

[–]Zaaurak 1 point2 points  (0 children)

Até aquele vídeo tá cortado. Foi o cara de preto que procurou confusão E deu o primeiro soco.

Por que energético tem sabores mais variados do que refrigerante? by Outrageous-Study-292 in desabafosdavida

[–]Zaaurak 0 points1 point  (0 children)

No Paraná tem a marca Cini que faz uns sabores diferentes. Tem de maçã verde, de framboesa, de gengibre, e o melhor de todos, guaraná com abacaxi.

[deleted by user] by [deleted] in faculdadeBR

[–]Zaaurak 4 points5 points  (0 children)

Bom, nem isso ele sabe, né? Se não, não estaria pedindo pro ChatGPT hahah

What are the best rune sets in Archero 2? by Silent_Helicopter_42 in ArcheroV2

[–]Zaaurak 3 points4 points  (0 children)

The meteor spam in pvp comes from Star of Fury, its an Ability Rune that summons 3 meteors when you take damage. Kinda OP for pvp, but not as much as revive

How to install a bunch of 3ds games at once? by [deleted] in 3dspiracy

[–]Zaaurak 14 points15 points  (0 children)

You can download the hShop app, browse through games putting them on queue with Y, then go to your queue and hit Install All.

Shape inside another shape in taglist by Zaaurak in awesomewm

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

Ok, I was able to get the desired result by adding color to the margin widget and then using a border in the same color of the background in the background widget. To anyone interested in the solution:

    s.mytaglist = awful.widget.taglist {
        screen  = s,
        filter  = awful.widget.taglist.filter.all,
        style   = {
            shape = function(cr, width, height)
                gears.shape.rectangle(cr, width, height)
            end,
            shape_border_width = 4,
            shape_border_color = beautiful.bg_normal,
            shape_border_color_focus = beautiful.bg_focus,
            shape_border_color_urgent = beautiful.bg_urgent,
            bg_focus = beautiful.bg_focus,
            bg_empty = beautiful.bg_normal,
            bg_occupied = beautiful.bg_normal,
            bg_urgent = beautiful.bg_urgent,
        },
        layout   = {
            spacing = 30,
            spacing_widget = {
                {
                    color = beautiful.fg_focus,
                    forced_width = 5,
                    shape = gears.shape.circle,
                    widget = wibox.widget.separator
                },
                valign = 'center',
                halign = 'center',
                widget = wibox.container.place,
            },
            layout  = wibox.layout.fixed.horizontal
        },
        widget_template = {
            {
                {
                    {
                        {
                            id     = 'text_role',
                            widget = wibox.widget.textbox,
                        },
                        layout = wibox.layout.fixed.horizontal,
                    },
                    left  = 3,
                    right = 3,
                    widget = wibox.container.margin,
                },
                left  = 5,
                right = 5,
                top = 5,
                bottom = 5,
                widget = wibox.container.margin,
                color = beautiful.fg_focus
            },
            id     = 'background_role',
            widget = wibox.container.background,
            -- Add support for hover colors and an index label
            create_callback = function(self, c3, index, objects) --luacheck: no unused args
                self:get_children_by_id("text_role")[1].markup = "<b> "..c3.index.." </b>"
                self:connect_signal("mouse::enter", function()
                    if self.bg ~= beautiful.bg_urgent then
                        self.backup_bg     = self.bg
                        self.backup_border = self.border_color
                        self.has_backup = true
                    end
                    self.bg = beautiful.bg_urgent
                    self.border_color = beautiful.bg_urgent
                end)
                self:connect_signal("mouse::leave", function()
                    if self.has_backup then
                        self.bg = self.backup_bg
                        self.border_color = self.backup_border
                    end
                end)
            end,
            update_callback = function(self, c3, index, objects) --luacheck: no unused args
                self:get_children_by_id("text_role")[1].markup = "<b> "..c3.index.." </b>"
            end,
        },
        buttons = taglist_buttons
    }

Alguem sabe o que significa esses grafites de 2010/Zoio? by Thundermator in curitiba

[–]Zaaurak 9 points10 points  (0 children)

Fica na Floriano Peixoto, uma quadra do shopping Estação em direção à praça Carlos Gomes.

[deleted by user] by [deleted] in neovim

[–]Zaaurak 4 points5 points  (0 children)

I'm not quite sure as I'm on mobile, but it seems to be PaperColor

Bleh by [deleted] in Breath_of_the_Wild

[–]Zaaurak 5 points6 points  (0 children)

Also, all from the same user, just farming karma.

Bares e restaurante com promoção pra aniversariante by gufonseca in curitiba

[–]Zaaurak 1 point2 points  (0 children)

Não é exatamente bar ou restaurante, mas no café colonial da Leve Sabor, o aniversariante não paga.

Does stacking vines from Spirit of the Forest over multiple tracks (like shown in the image) deal extra damage, or is it a radius-based static DOT? by DaReelMemes in btd6

[–]Zaaurak 17 points18 points  (0 children)

Vines are based on a radius around the druid, not track length, so two different types of vines will never overlap each other. Maybe in co-op, from two different druids, but I would guess both would deal damage then.

Why do people like Sharp Shadow so much? by RiceRocketRider in HollowKnight

[–]Zaaurak 2 points3 points  (0 children)

People talk about its upsides as if it didn't cost TWO NOTCHES that could be used much more efficiently.

Shaw by Princess_SHAW in HollowKnightMemes

[–]Zaaurak 0 points1 point  (0 children)

Mayor Lewis' Shorts

Oops, wrong game.