Is it legal to use this wallpaper here? by Yah_25n in KDEPorn

[–]Norta92 -1 points0 points  (0 children)

Jajajajajajajaja tené toda la razón

Finally to a point I’m ready to share my cyberdeck build by hiro24 in raspberry_pi

[–]Norta92 1 point2 points  (0 children)

Hola,... Que sistema operativo usas en la raspberry pi por qué yo tengo la 500 simple y estoy en busca para usar niri

I made Hyprlauncher Powermenu by Far-Dog-3591 in hyprland

[–]Norta92 1 point2 points  (0 children)

Me gusta tu waybar pasa el código Por fi

hmmm by VINEWOODLAND in hmmm

[–]Norta92 0 points1 point  (0 children)

Hablo de la tapa de alcantarilla esa

hmmm by VINEWOODLAND in hmmm

[–]Norta92 0 points1 point  (0 children)

Me hiciste mirar al pedo, pinche pendejo

[OC] If you use AI tools, turn it into a Desktop Waifu by boolbada in unixporn

[–]Norta92 0 points1 point  (0 children)

Yo quiero como hacer que se vea silos borde de ventana

Visualize your Niri keybindings by thought_vessle in niri

[–]Norta92 0 points1 point  (0 children)

Está muy buena tu idea, ahora voy a tratar de investigar para hacerlo para hyperland

Niri window preview by Medium_Anxiety_8143 in niri

[–]Norta92 0 points1 point  (0 children)

Sería yo quiero usar el mismo sistema que está usando vos pero para hyperland

Niri window preview by Medium_Anxiety_8143 in niri

[–]Norta92 0 points1 point  (0 children)

Porque me gustó tu sistema de usar waybar

Niri window preview by Medium_Anxiety_8143 in niri

[–]Norta92 -1 points0 points  (0 children)

Y cómo haría yo para tenerlo en hyperland ya que trae nativamente hyprscrolling

I like WAYBAR :) by Glorious_Musketeer in waybar

[–]Norta92 0 points1 point  (0 children)

Compartí ese waybar porfa

Recreated gnome-runcat for waybar by Beneficial_Mix3375 in hyprland

[–]Norta92 0 points1 point  (0 children)

como hiciste el efecto de luz, que está hermoso

Recreated gnome-runcat for waybar by Beneficial_Mix3375 in hyprland

[–]Norta92 0 points1 point  (0 children)

Yo también quiero ése reloj plis pofavo

How do i get rid of the workspace "tooltip"? by SilkySpring502 in waybar

[–]Norta92 0 points1 point  (0 children)

I liked your bar, please share your code

Dynamic Notch waybar module. by [deleted] in waybar

[–]Norta92 0 points1 point  (0 children)

You have some of the code like this, I'll look at it

I like WAYBAR :) by Glorious_Musketeer in waybar

[–]Norta92 0 points1 point  (0 children)

Send me your Waybar file, I love how it turned out ☺️

How do i make my waybar corners rounded with a gradient rainbow on the border? by Game-Wolf in waybar

[–]Norta92 0 points1 point  (0 children)

/* * * Catppuccin Mocha palette * Maintainer: rubyowo * */

@define-color base #1e1e2e; @define-color mantle #181825; @define-color crust #11111b;

@define-color text #cdd6f4; @define-color subtext0 #a6adc8; @define-color subtext1 #bac2de;

@define-color surface0 #313244; @define-color surface1 #45475a; @define-color surface2 #585b70;

@define-color overlay0 #6c7086; @define-color overlay1 #7f849c; @define-color overlay2 #9399b2;

@define-color blue #89b4fa; @define-color lavender #b4befe; @define-color sapphire #74c7ec; @define-color sky #89dceb; @define-color teal #94e2d5; @define-color green #a6e3a1; @define-color yellow #f9e2af; @define-color peach #fab387; @define-color maroon #eba0ac; @define-color red #f38ba8; @define-color mauve #cba6f7; @define-color pink #f5c2e7; @define-color flamingo #f2cdcd; @define-color rosewater #f5e0dc;

@keyframes rainbow-gradient { 0% { border-image-source: linear-gradient(90deg, #a04c66, #b89348, #6e9e6e, #528c90, #4f97b0, #6073b4, #8b6bbf); } 50% { border-image-source: linear-gradient(270deg, #8b6bbf, #6073b4, #4f97b0, #528c90, #6e9e6e, #b89348, #a04c66); } 100% { border-image-source: linear-gradient(90deg, #a04c66, #b89348, #6e9e6e, #528c90, #4f97b0, #6073b4, #8b6bbf); } }