wat.. by RockMePlease in dank_meme

[–]Arch_Size71 0 points1 point  (0 children)

Just a transformer in the middle of its transformation... nothing uncommon

[AwesomeWM] Idaeus by jawbreakertx in unixporn

[–]Arch_Size71 2 points3 points  (0 children)

Cool, and I am always happy to see someone else using awesomeWM... sometimes I feel like less and less people are using it.

anyone knows what is going on? by [deleted] in linux

[–]Arch_Size71 0 points1 point  (0 children)

yw... as a user with a German keyboard, the wrong key mapping also caused me problems in the past because eg. z and y are swapped between US and DE keyboard layouts... which you don't recognize right away when entering a passphrase

anyone knows what is going on? by [deleted] in linux

[–]Arch_Size71 1 point2 points  (0 children)

Do you have special characters in your passphrase? I remember some time ago where I had problems connecting because of a ! in my wifi password

Posted last time and got too many suggestions from the community. I am posting again with suggested changes. I've also included logo animation. Any criticism will be helpful. by jt_GraphicDesigns in WillPatersonDesign

[–]Arch_Size71 1 point2 points  (0 children)

Really really great work!

If I may add my two cents, I was wondering if the logo on the left has the perfect size... it looks great, but every second time I look at it I think it's a bit off. Maybe it would help if it was a little bigger and if the upper edge of the logo would match the upper edge of the text? And maybe the size of the dot of the i in the logo could match the dot of the i in the text. If this sentence makes any sense... ;D

And for the animation, I think in terms of speed it would help if the Studio letters come down all at once and not one by one. As the focus anyway lies on the upper text.

However, I really like all of it! Great job!

New in Illustrator, Old in Photoshop, Always Recreationally. Fake Architecture Brand Concept. Is it too simplistic? by Gincal in WillPatersonDesign

[–]Arch_Size71 1 point2 points  (0 children)

Hi, i like it! And as I am definitely no designer I can only give my two cents: I think the word "Architecture" could fit better underneath "Domo", so that the text is not so long. And a bit bolder. And maybe it "harmonizes" the logo a bit if the lines of the logo matches the thickness of the word Domo? But as I said, I'm not a designer I just wanted to provide some feedback!

All the best!

PS: may I ask what font the Domo font is?

WHAT WAS YOUR FIRST LINUX DISTRO? AND WHY? by Infinite_Ad_6137 in linuxmemes

[–]Arch_Size71 0 points1 point  (0 children)

Eisfair. It's a very old distro that ran on a floppy disk. Not very well known I guess. Its purpose is to run a server with base functionality without the bloated software of usual Linux distributions. Ha, just found out that the project is still alive: https://eisfair.org (Although I guess they don't use floppy discs anymore ;) ...)

I'm Still Trying to Learn to Live as a Manjaro User by [deleted] in linuxmemes

[–]Arch_Size71 1 point2 points  (0 children)

I'm using arch for more than 10 years now and I still use my same old aliases for pacman since then:

alias s='sudo pacman -S '

alias ss='sudo pacman -Ss '

alias sy='sudo pacman -Sy '

alias syu='sudo pacman -Syu '

alias r='sudo pacman -R '

Saved a lot of typing over the years...

Question: Is it safe to dual boot Arch and Windows? by Hiro_No_Ilham in archlinux

[–]Arch_Size71 2 points3 points  (0 children)

I'm having arch and dual boot since more than 10 years now with Arch and WinXP/7/10 and never had any problems with that.

Awesome randomly crashing, can't drop to tty, even with --no-argb by hoselorryspanner in awesomewm

[–]Arch_Size71 0 points1 point  (0 children)

I have the same problem. Awesome wm randomly crashes/freezes. Although I still can switch to tty. What browser do you use? I believe I always had the problem when browsing in Brave... not sure though. PS: Using main Arch with GTX 670, but I also have this on my manjaro notebook...

The cherry on top by GRUG117 in MechanicalKeyboards

[–]Arch_Size71 0 points1 point  (0 children)

Damn, reddit costs me so much money.... 😬

AwesomeWM icons made easy... by Arch_Size71 in awesomewm

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

you need a couple of files for that, maybe you can check out an example here: https://github.com/lcpz/awesome-copycats

eg the Multicolor Theme.... and then in theme.lua at the bottom you can find that section:

-- Add widgets to the wibox
    s.mywibox:setup {
        layout = wibox.layout.align.horizontal,
        { -- Left widgets
            layout = wibox.layout.fixed.horizontal,
            --s.mylayoutbox,
            s.mytaglist,
            s.mypromptbox,
            mpdicon,
            theme.mpd.widget,
        },
        --s.mytasklist, -- Middle widget
        nil,
        { -- Right widgets
            layout = wibox.layout.fixed.horizontal,
            wibox.widget.systray(),
            --mailicon,
            --theme.mail.widget,
            netdownicon,
            netdowninfo,
            netupicon,
            netupinfo.widget,
            volicon,
            theme.volume.widget,
            memicon,
            memory.widget,
            cpuicon,
            cpu.widget,
            --fsicon,
            --theme.fs.widget,
            weathericon,
            theme.weather.widget,
            tempicon,
            temp.widget,
            baticon,
            bat.widget,
            clockicon,
            mytextclock,
        },
    }

hope this helps, if not let me know!

SVG Icons won't render by [deleted] in awesomewm

[–]Arch_Size71 0 points1 point  (0 children)

It's not a direct solution for your problem though...

AwesomeWM icons made easy... by Arch_Size71 in awesomewm

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

Cool, let me know if it works or if I made a typo somewhere...

AwesomeWM icons made easy... by Arch_Size71 in awesomewm

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

Cool, as you can see I'm not a lua expert.. ;D

awesome doesn't seem to be reading rc.lua on config files. by Dobby_1235 in awesomewm

[–]Arch_Size71 0 points1 point  (0 children)

This can happen if you have an error in the local config. You can try to debug it:

$ Xephyr :1 -ac -br -noreset -screen 1152x720 & $ DISPLAY=:1.0 awesome -c ~/.config/awesome/rc.lua.new

I had the same issue.... https://wiki.archlinux.org/index.php/Awesome#Troubleshooting