Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wabri/polybar-minimal-nord-theme
Minimal polybar nord theme configuration.
https://github.com/wabri/polybar-minimal-nord-theme
arch bar bspwm configuration dotfiles i3 i3wm linux minimal nord nord-polybar nord-theme polybar polybar-config polybar-scripts status-bar statusbar unixporn window-manager wm
Last synced: 27 days ago
JSON representation
Minimal polybar nord theme configuration.
- Host: GitHub
- URL: https://github.com/wabri/polybar-minimal-nord-theme
- Owner: Wabri
- License: mit
- Created: 2022-02-09T09:02:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T15:50:08.000Z (over 1 year ago)
- Last Synced: 2025-01-03T02:44:14.119Z (about 1 month ago)
- Topics: arch, bar, bspwm, configuration, dotfiles, i3, i3wm, linux, minimal, nord, nord-polybar, nord-theme, polybar, polybar-config, polybar-scripts, status-bar, statusbar, unixporn, window-manager, wm
- Language: Shell
- Homepage:
- Size: 51.8 KB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polybar Minimal Nord Theme
I want a minimal setup for polybar that use [nord palettes](https://www.nordtheme.com/), so I take the shade preset from [adi1090x/polybar-themes](https://github.com/adi1090x/polybar-themes#shades) and change it to fit [my setup](https://github.com/Wabri/dotfiles).
This is the main bar:
![main_bar](screenshots/main_bar.png)
This is the second bar:
![second_bar](screenshots/second_bar.png)
I leave even modules not used in my configuration, you never know.
## Requirements
Obviously:
- [Polybar](https://github.com/polybar/polybar)
Fonts:
- Iosevka Nerd Font -> [nerd-fonts_patched-fonts/Iosevka](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Iosevka)
## Install
Simply clone this repo to .confg/polybar:
```Bash
git clone https://github.com/Wabri/polybar-minimal-nord-theme.git ~/.config/polybar
```## How to use
Run the script launch.sh:
```Bash
cd ~/.config/polybar/
./launch.sh
```## Contributions
Open a issue or a pull request.