# my_leftwm_theme **Repository Path**: QUSTZPN/my_leftwm_theme ## Basic Information - **Project Name**: my_leftwm_theme - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-21 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My_letfwm_theme ![arch-one-dark](https://github.com/jamesbaker1901/leftwm-arch-one-dark/blob/main/screenshot.png?raw=true) A simple polybar theme for leftwm based on the one-dark color scheme. Also included is my alacritty config with [one-dark colors](https://github.com/eendroroy/alacritty-theme/blob/master/themes/one_dark.yaml) and BlexMono Nerd Font (included and installed by the theme). ## Requirements * [picom](https://wiki.archlinux.org/title/picom) * [dunst](https://wiki.archlinux.org/title/dunst) * [polybar](https://wiki.archlinux.org/title/Polybar) * [playerctl](https://man.archlinux.org/man/community/playerctl/playerctl.1.en) * [spotify (AUR)](https://aur.archlinux.org/packages/spotify) * [leftwm](https://github.com/leftwm/leftwm/tree/main) ### leftwm install with: ``` bash # Archlinux paru -S lemonbar sudo pacman -S feh compton picom polybar xmobar conky dmenu # dependencies paru -S leftwm ``` leftwm them ``` bash git clone https://github.com/leftwm/leftwm-theme ~/Downloads/leftwm-theme cd ~/Downloads/left-theme cargo build --release # for developer installations (updates when recompiled) sudo ln -s "$(pwd)"/target/release/leftwm-theme /usr/bin/leftwm-theme leftwm-theme update ``` ### Install them with: ``` bash $ sudo pacman -S picom dunst polybar playerctl rofi # you can build the spotify package from the AUR manually, or just use an AUR helper like yay $ yay -S spotify ``` ## TODO -[x] powermenu:delete sh, use`reboot/poweroff`; -[x] rofi-theme; ## Credit This theme was initially a fork of the lovely port of [Forest](https://github.com/lex148/forest) to leftwm by [lex148](https://github.com/lex148), which in turn was heavily influenced by the great theme forest over at [adi1090x / polybar-themes](https://github.com/adi1090x/polybar-themes). The main similarities lie in the polybar config. I changed it quite a bit to achieve the look and feel I wanted, but it's still largely based on what [lex148](https://github.com/lex148) ported from [adi1090x / polybar-themes](https://github.com/adi1090x/polybar-themes).