Git Product home page Git Product logo

crystal's Introduction

crystal's People

Contributors

chadcat7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crystal's Issues

Missing desktop.json

Clean Nix installation results in Awesome refusing to load. After creating the json folder as directed here it stops complaining over settings.json (which it creates) however Awesome then spits out an error over desktop.json (which does not exist and is not created). What is supposed to be in this file? Simply creating an empty json doesn't solve it.

I would show the full error if I could but as I'm not entirely sure how to get Zephyr to work on Nix and as the notification styling - which seem to limit the number of letters allowed - does load, all I can see is the first few lines:

/home/namish/.config/awesome/ui/desktop/init.lua: 394:.cache/awesome/json/desktop.j is all that's shown but presumably it is because the file is missing.

Timer, Pomodoro Timer count down

Hello, for the Pomodoro Timer, does it suppose to show the seconds counting down? because I just see 4:00 and the minute/seconds , seconds doesn't show counting down. Is it suppose to do that?

home-manager not found

Hi, I installed your flake, rebooted and changed the password for user later when I try to use home-manager switch --flake .#<username> It says home-manager not found.

Top bar

I'd like to use a top bar like that on dwm.
Can you tell me more?
Is that dwm top bar? Or is it some other bar e.g. polybar?

eww uses GTK theme.

I have cloned the repo into ~/.config/eww/and ran eww open bar and the eww bar opens but uses the gtk theme for all widgets and colours, I have experienced this before sometimes with my own eww configs, and I think it is when there is a css component used in the .scss that eww does not support.

$ eww --version    
eww 0.4.0 4f1f853b5f9ef17da0e01e23e82cfcb2f718373d

Any way to fix this?

idk how to fork

chadcat i apologize for the disturbance if i accidentally proposed changes dont mind it plas

Just some drive by encouragement

Great work with the awesome configuration.

Sorry to open the issue but I'm hoping that this impresses that your work is appreciated immensely by someone out there even in this most specific of niches that is our battling with the awesome window manager API using lua as once Beowulf used swords to slay similar monsters.

Scrotter issue

Hi there.
i replaced maim with scrot in you scrotter script. But idk why, only the "window" script seems to works.
The "selection" have a problem too: it works only one time on 10.
Is maim very important for the code ? Or am i just shitty ?
here is the snippet:

  local fullscreen = createButton('󰍹', 'Fullscreen', function()
    close()
    local name = getName()
    local cmd = "scrot " .. name
    awful.spawn.easy_async_with_shell(cmd, function()
      copyScrot(name)
    end)
  end, beautiful.green)

  local selection = createButton('󰩭', 'Selection', function()
    close()
    local name = getName()
    local cmd = "scrot -s " .. name
    awful.spawn.easy_async_with_shell(cmd, function()
      copyScrot(name)
    end)
  end, beautiful.blue)

  local window = createButton('󰘔', 'Window', function()
    close()
    local name = getName()
    local cmd = "scrot -u " .. name
    awful.spawn.easy_async_with_shell(cmd, function()
      copyScrot(name)
    end)
  end, beautiful.red)
local getName = function()
  local string = "~/Images/" .. os.date("%d-%m-%Y-%H:%M:%S") .. ".jpg"
  return string
end

Thank you Cat7, some suggestions.

Hello sir, I don't know where to post suggestions so here goes. Sorry if my english is not so great.

Is it possible to add video players like the music player UI ? so ncmpcpp+awesome UI, but with like mpv+awesome UI ?

Can we get video record as well, having screenshot is nice, thank you for that!

I don't know what else to suggest... the work you do is very good!

I will try to see if I can add a screen-record from your previous awesome-config 'blizzard'

Have a wonderful day!

And thank you again for your hardwork!

[QUESTION] OpenWeather api requests

Hi !
I've setup the weather widget but I notice that I quickly get notified by OpenWeather API that I reach daily API request limit after a few hours. Is it a normal behavior ? I didn't look at the code directly yet so I'm sorry if the answer is obvious

Thanks !

Dribblish Spicetify Theme

Hello, the custom Dribblish skin looks bugged. Not sure which CSS is causing this or if there's a bind i'm missing

28-07-2023-09:21:06

Use with ArchOS?

I really like your rice and I use awesome with Arch so is there a way I can use certain parts of your rice with Arch?
I looked through the code and i can't find anything awesome specific so any help would be great!

Error while running function awesome

Just clean install nicks using your conf, but when I started showing error while running function
Stack traceback:
[c]: in function 'assert'
/Home/nekox/.config/awesome/setup/init.lua:21 : in function 'generate'
/Home/nekox/.config/awesome)rc.lua:6: in main chunk
error: /home/.config/awesome/setup.init.lua:21: /home/nekox/.cache/awesome/json/settings.json: No such file

How to generate settings.json?

Icons get cropped out / Lock crashes

Hi, first of all I wanted to say that your awesome config is a work of art. I've been using it for a few weeks and seeing the evolution is so cool.

Today I've ran into an issue, my icons are suddently cut in the right corner. Do you have any idea what could be causing this ?
Thank you very much

2023-05-06_14-47

Here's an example with the menu but it's literraly everywhere, bar, lock menu etc

Icon theme path

Hello, I have kind of a dumb question but it might be useful for other people too.
I set my iconTheme path to this
image
Yet it's still not showing any icon. Am I missing something ?

Thank you for your help

OpenweatherAPI

Do I have to purchase an api key for specific location? the weather temp shows under Moments calender is in wrong temperature. I input the API from openweather and the password needed.

No home-manager after reboot / Theme switch not working

Hey !
I finally want to learn Nix and try starting to use NixOS. I've followed your installation tutorial to start from your configuration. However, once I install your flake and reboot, I don't seem to have home-manager installed. Am I missing on something ?
Thanks a lot

[BUG] bar still visible when using fullscreen

Hi, there is a weird behaviour and I can't seem to explain. When turning on fullscreen, the bar is still visible. I haven't found a way to hide it. I guess it's not something that should be happening so do you have any idea what could cause this issue for me ? Thank you.

Here's the link to my dots (it's not using your latest commit but i dont think you changed anything related to this recently)

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.