The newer and much better rice.
- Desktop Icons completely implemented in awesome. Now with drag and drop
- Cool Titlebars
- Modern Panel with windows like taskbar
- Dashboard with pomodoro and Todo
- Control panel
- Configure Widget
- Better right click menu with icons
- Calendar and Weather Widget
- i3lock-color like lockscreen with profile picture
- Minimal no-nonsense exit screen
- Application Launcher
- Good Looking notifications
- Mouse friendly custom ncmpcpp ui
- Screenshotter
- Install these programs
awesome-git zsh pamixer imagemagick ncmpcpp mpd mpDris2 neofetch brightnessctl inotifywait uptime brillo networkmanager bluetoothctl picom redshift wezterm
- Clone the repo
~ $ git clone --depth 1 --branch aura https://github.com/chadcat7/crystal ~/.config/awesome
- Make this executable file
~/.local/bin/lock
#!/bin/sh
playerctl pause
sleep 0.2
awesome-client "awesome.emit_signal('toggle::lock')"
This is something that I do not handle as I use NixOs, but this is a sample function I used when I used Endevaour Os and Void.
local setTheme = function(name)
awful.spawn.with_shell('xrdb -remove')
awful.spawn.with_shell('xrdb -merge ~/.palettes/' .. name .. " && kill -USR1 $(pidof st)")
awful.spawn.with_shell("cp ~/.config/awesome/theme/colors/" .. name .. ".lua ~/.config/awesome/theme/colors.lua")
awful.spawn.with_shell('cp ~/.config/rofi/colors/' .. name .. '.rasi ~/.config/rofi/colors.rasi')
end
- Edit keys in
~/.cache/awesome/json/settings.json
Control Center |
---|
DashBoard |
---|
Notification Center |
---|
Exit Screen And Lock |
---|
Calendar + Weather Widget |
---|
Configure Widget |
---|
App Menu |
---|
Custom Ncmpcppp UI |
---|
Right Click Menu |
---|