Code Monkey home page Code Monkey logo

Comments (3)

worron avatar worron commented on August 20, 2024 1

but it is interesting for me why you don't have such problems as me here

Good question. Firstly the config have been expanding for years, it easy to miss some bug for me alone. And secondary I just stuck to my daily routes and habits, and some settings can be pretty personal and unobvious.

Anyway any reports are welcome, I will try to fix real bug or point to config part if it's matter of personal setting.

from redflat.

worron avatar worron commented on August 20, 2024

The error popup is very small

Yes, it is by design, my personal theme preferences. I used to check any error message in debug mode with Xephyr. So I really want to cut my normal dbus messages to this size. Unfortunately seems there no clear way to set autosize for crit message while normal one are strick sized. The closed solution I can see set forced height for error messages in 'ercheck-config.lua' something like

naughty.notify({
	preset  = naughty.config.presets.critical,
	height  = 500,
	title   = "Oops, an error happened!",
	text    = err
})

from redflat.

iddm avatar iddm commented on August 20, 2024

Yes, I have fixed it inside this file before, changed it's size. Just wondered how do you read them, so I thought this popup is small only for me :)

from redflat.

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.