8000 GitHub - namishh/crystal at aura
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

namishh/crystal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aura

The newer and much better rice.

Features

  • 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

Setup on other distros

  1. Install these programs
awesome-git zsh pamixer imagemagick ncmpcpp mpd mpDris2 neofetch brightnessctl inotifywait uptime brillo networkmanager bluetoothctl picom redshift wezterm
  1. Clone the repo
~ $ git clone --depth 1 --branch aura https://github.com/chadcat7/crystal ~/.config/awesome
  1. Make this executable file ~/.local/bin/lock
#!/bin/sh
playerctl pause
sleep 0.2
awesome-client "awesome.emit_signal('toggle::lock')"

Changing Themes

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
  1. Edit keys in ~/.cache/awesome/json/settings.json

Screenshots

Control Center
bottom panel preview
DashBoard
bottom panel preview
Notification Center
bottom panel preview
bottom panel preview
Exit Screen And Lock
bottom panel preview
bottom panel preview
Calendar + Weather Widget
bottom panel preview
Configure Widget
bottom panel preview
App Menu
bottom panel preview
Custom Ncmpcppp UI
bottom panel preview
bottom panel preview
Right Click Menu
bottom panel preview

About

nix dotfiles for chilly people

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0