Coder Social home page Coder Social logo

Comments (9)

worron avatar worron commented on July 28, 2024

Brightness widget can use gnome-settings-daemon (default) or xbacklight as backend. As Xubuntu user you should set xbacklight support in config.

In keys-config.lua find code

-- brightness functions
local brightness = function(args)
	-- redflat.float.brightness:change_with_xbacklight(args) -- use xbacklight utility
	redflat.float.brightness:change_with_gsd(args) -- use gnome settings deamon
end

remove change_with_gsd line and activate change_with_xbacklight.

from awesome-config.

worron avatar worron commented on July 28, 2024

Closed since no recent activity. Feel free to reopen if any new details come out.

from awesome-config.

xxxvik-xakerxxx avatar xxxvik-xakerxxx commented on July 28, 2024

the error disappeared but no notify

from awesome-config.

worron avatar worron commented on July 28, 2024

Does brightness control work without notify? Does xbacklight work from command line?

Please show awesome error log (pastebin or similar service will be useful), usually it's ~/.xsession-errors file.

from awesome-config.

xxxvik-xakerxxx avatar xxxvik-xakerxxx commented on July 28, 2024

Oh, well an error file
https://gist.github.com/xxxvik-xakerxxx/3577589fc0a157b29c78fe873736c748
dotfile
https://github.com/xxxvik-xakerxxx/awesomeWMtheme-adapt
I have not worked even notify updates

from awesome-config.

worron avatar worron commented on July 28, 2024

Sorry, I can't see any brightness widget errors. By the way, you definitely should install pacmd utility for volume control widget.

Does xbacklight work itself? Can you show output for xbacklight -get?

Also, for testing notify add this lines to the end of rc-blue.lua and check if testing message will appear after restart

local rednotify = require("redflat.float.notify")
rednotify:show({ text = "Test", value = 0.5 })

from awesome-config.

xxxvik-xakerxxx avatar xxxvik-xakerxxx commented on July 28, 2024

I don't use Pulseaudio, I love ALSA, I would like to customize it
xbacklight -get:
2017-06-29-143810_1024x600_scrot

local rednotify = require("redflat.float.notify")
rednotify:show({ text = "Test", value = 0.5 })

white square displays as a notification

from awesome-config.

worron avatar worron commented on July 28, 2024

I don't use Pulseaudio

Then you should disable volume widget, it causes errors. Remove "PA volume control" section and panel widget.

Brightness control with xbackloght doesn't work on your system. Hotkeys will not work unless you fix this problem. Normally brightness should be changed from command line with

xbacklight -inc 5
xbacklight -dec 5

Sorry, I can't reproduce bug with notify and I have no clue where problem is. May be trying rc-colorless as main config will give some positive results.

from awesome-config.

worron avatar worron commented on July 28, 2024

Closed since no recent activity. Feel free to reopen if any new details come out.

from awesome-config.

Related Issues (20)

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.