Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Irubataru/seoul256-awesomewm-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

seoul256-awesomewm-theme

A theme for Awesome WM 4.x based on junegunn's seoul256 colour scheme.

Installation

Clone the repository to your awesome config directory

git clone https://github.com/Irubataru/seoul256-awesomewm-theme.git $HOME/.config/awesome

Then add the following to your awesome config file

local homedir      = os.getenv("HOME")
local confdir      = homedir .. "/.config/awesome"
local themedir     = confdir .. "/seoul256-awesomewm-theme"

-- Initialise the theme
beautiful.init( themedir .. "/theme.lua")

-- Call the theme's at_screen_connect
awful.screen.connect_for_each_screen(function(s) beautiful.at_screen_connect(s) end)

Remember to replace the affected code instead of duplicating it.

Dependencies

  • The theme uses lain widgets, so either install the libary using your favourite package manager, or clone the repository somewhere awesome can find it

Assets and inspiration

License

MIT

About

Theme for Awesome WM with seoul256 colour scheme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages