Giter Site home page Giter Site logo

Comments (12)

szorfein avatar szorfein commented on August 18, 2024

thanks for the issue, i'll make some commit in the next few days, there will be plenty of things to fix :)

In resume:

  • the left bar sound slider - do you use pulseaudio? you have to configure correctly the default device with 'set-default-sink' (https://wiki.archlinux.org/index.php/PulseAudio)
  • github, reddit, twitter buttons on start screen not working - The default try to launch 'brave', i will correct this too
  • the lock screen - weird, it work fine for me, you type the default pass 'awesome' and 'enter'.
  • start screen, as I would expect the images, torrents, movies - the default use 'nnn', i have to make this customizable too, what do you use as file browser?

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

thanks for the reply.
I haven't installed yet any file manager, but I decided to test 'nnn'. Now it's working fine.

The lock screen was my mistake, I was entering the wrong password xD. But I think I found a bug, if I miss the password the overlay screen doesn't go away, but ... I can still have control of my desktop, I can do for example 'super + w' and restart awesome wm even with the screen locked.

About the link buttons ... I found the right file and hardcoded it to /usr/bin/firefox and now its fixed.

I'm using 'Alsa' for the sound, it's the default for arch so it just needs to be unmuted with amixer or alsamixer (I choose alsamixer).

So the 2 main things I still need to fix is the sound slider and the footer icons. Also where can I increase the font size, the icons are too small for my screen.

from dotfiles.

szorfein avatar szorfein commented on August 18, 2024

for the footer icons, edit the file: ~/.config/awesome/themes/morpho/theme.lua and change:

theme.widget_icon_font = theme.myfont.." Mono 12" 

Just increase the number here :)

About alsa, you have to change the env.sound_card_alsa = "hw:Pro" from the env.config, you can try, it depend of your system:

  • env.sound_card_alsa = "default:PCH"
  • env.sound_card_alsa = "default"

Card name can be found with:

 $ cat /proc/asound/cards
 0 [Loopback       ]: Loopback - Loopback
                      Loopback 1
 1 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xd0810000 irq 93
 2 [Pro            ]: USB-Audio - SB X-Fi Surround 5.1 Pro
                      Creative Technology Ltd SB X-Fi Surround 5.1 Pro at usb-0000:00:14.0-1, full sp

I use the 2 [Pro ], so for me, it's env.sound_card_alsa = "hw:Pro".

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

Thanks, the icons are now okay for me.

About alsa, I changed it to default but it still didn't work. I noticed there are some lines of code with "amixer -D" in:
/awesome/daemons/volume.lua -> line 10
/awesome/keys.lua -> lines 195, 202
/awesome/widgets/volume.lua -> line 69

Since I'm using alsamixer to manage the volume, I changed it to alsamixer -D default but still no success, any thoughts?

from dotfiles.

szorfein avatar szorfein commented on August 18, 2024

Unfortunately, there are no way to use alsamixer with the command line. You can test in a terminal to see the debug message with and without the -D option like:

amixer -D 'hw:loopback' sset Master 10%
amixer set Master 5%+
amixer set Master 5%-

Look at https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture for help with amixer

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

Got it, I thought I could set this up with alsamixer because when I type on terminal "alsamixer -D default", it opens up the sound config for my default device. Anyway I reverted it back to amixer and now it's working.

The other thing I'll have to fix is the middle icons on the footer (https://imgur.com/X6jwkHx), 2 icons aren't showing up and 1 is unknown but I think it has something to do with the fact that I'm in desktop. I'll see tomorrow if I can hardcode it to a static icon or maybe remove the battery/brightness bars.

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

Before I had replaced 'unknown' with another Icon but I changed here to look similar to yours, thanks.
Now there's just this brightness icon issue.

Also do you know why the glyph/icons size are too small on terminal? e.g

from dotfiles.

szorfein avatar szorfein commented on August 18, 2024

Your icon size seem related to ryanoasis/nerd-fonts#127, you can try with an other terminal or try differents nerd font.
About the brightness icon, no idea why it didn't display, you can try to increase the widget size in ~/.config/awesome/bars/morpho.lua

      108    boxes(widget.box('vertical', { w1, w2 }), 360),

And i found your icons very small in the awesome widgets :)

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

Yeah I figured it would be related to the font as well, I'm gonna try with other fonts later.
About the brightness, I found a workaround but maybe the issue is related to notebook as well (similar to the battery thing). And yeah I just increased a bit the icon size.

Anyway, if I find any other bugs/issues I'll let you know and I'll also be looking forward for future updates and releases, thanks.

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

Hi again, I think I found a small bug with morpho.
If I toggle floating super + s and then maximize/unmaximize the window super + m, the borders seems to dissapears. This print shows well

I also installed rofi to use with your theme and I had to replace "launcher" on keys.lua with the following below, because for some reason it wasn't opening.
key({ modkey }, "p", function() awful.spawn("rofi -show run") end,

from dotfiles.

szorfein avatar szorfein commented on August 18, 2024

the launcher script is in your ~/bin directory normally, awesome don't see it unless you add the directory to your PATH variable somewhere in your zshrc or bashrc:

export PATH=$HOME/bin:$PATH

I will update the wiki page :)
And about the border, yep it's happen sometime, i have too look how correct that.

from dotfiles.

4SW3 avatar 4SW3 commented on August 18, 2024

got it thanks

from dotfiles.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.