adding polybar setup

This commit is contained in:
2023-03-09 10:21:15 +01:00
parent c2ae3d5fa0
commit 6f35662f0c
15 changed files with 427 additions and 30 deletions

View File

@@ -4,16 +4,17 @@ This repository holds my Linux config files.
## Mandatory unixporn screenshots
New version as of Nov 2022:
New version as of January 2023:
[![dotfiles](media/dotfiles5.png)](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles5.png)
[![dotfiles](media/dotfiles6.png)](media/dotfiles6.png)
I changed color of the terminal to match the i3bar:
I changed the color of the terminal to match the i3bar:
<img src = "media/dotfiles-small-5.png" width="200">
Older versions:
- [dotfiles5](media/dotfiles5.png)
- [dotfiles4](https://raw.githubusercontent.com/Mastermindzh/dotfiles/master/media/dotfiles4.jpg)
- [dotfiles3](media/dotfiles3.png)
- [dotfiles2](media/dotfiles2.png)
@@ -24,6 +25,7 @@ Older versions:
| Purpose | Tool |
| ---------------- | ---------------------------------------------------------------------- |
| WM | i3 (i3-gaps) |
| bar | polybar |
| App launcher | rofi |
| Shell | Bash |
| Package managers | Pacman & Trizen |
@@ -32,13 +34,12 @@ Older versions:
| Editor | nano |
| Code editor | vscode |
| Browser | Firefox |
| File manager | If I have to use one ... Thunar |
| File manager | If I have to use one ... Thunar |
| Music | Tidal through [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) |
| | |
## computer specifc setup
Nowadays I use a few different computers and I'd used to apply the base config and configure each pc on its own.
Nowadays I use a few different computers and I used to apply the base config and configure each pc on its own.
I've grown tired of this approach however so I added a "pc specific" setup in the installer.
The pc specific setup bit will read the folder names in computers, offer you a choice, and execute the install.sh inside that folder.
@@ -46,14 +47,17 @@ This allows me to get pc specific settings synced with git and applied easily.
## Getting x info to use in i3
Some things are handled by window class/title or have custom resolutions set, the tools below help obtaining the info required:
Some things are handled by window class/title or have custom resolutions set, the tools below help obtain the info required:
- xprop -> displays static xwindow info including Window class
- xwininfo -> displays xwindow info including current size/position
## getting icons
Copy/paste icons from this url: [https://fontawesome.com/v5/cheatsheet](https://fontawesome.com/v5/cheatsheet)
Copy/paste icons from these URLs:
- [https://fontawesome.com/v5/cheatsheet](https://fontawesome.com/v5/cheatsheet)
- [https://fonts.google.com/noto/specimen/Noto+Color+Emoji/glyphs?noto.query=noto+color+emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji/glyphs?noto.query=noto+color+emoji)
## after-install