đģ AwesomeWM
See also AwesomeWM | Floppier DE for more theming
mkdir ~/.config/awesome
cd ~/.config/awesome
git clone --recursive https://github.com/lcpz/awesome-copycats.git
cp ~/.config/awesome/awesome-copycats/rc.lua.template ~/.config/awesome/rc.lua
vim ~/.config/awesome/awesome-copycats/themes/vertex/theme.lua
line ~277
Visit: https://openweathermap.org
Search City
https://openweathermap.org/city/4156404 =
city_id = 4156404,
Gainesville, FL
city_id = 4156404
su
mkdir /etc/awesomebackup
cp /etc/xdg/awesome/rc.lua /etc/awesomebackup
Or:
mkdir ~/.config/awesome && cp /etc/xdg/awesome/rc.lua ~/.config/awesome
sudov /etc/xdg/awesome/rc.lua
Or:
vim ~/.config/awesome/rc.lua
++ -- Autorun programs ++ autorun = true ++ autorunApps = ++ { ++ "redshift", ++ } ++ if autorun then ++ for app = 1, ++ awful.util.spawn(autorunApps[app]) ++ end ++ end
- See also Touchpad