https://github.com/husseinhareb/polybar-config
My first Polybar configuration on Linux
https://github.com/husseinhareb/polybar-config
Last synced: 3 months ago
JSON representation
My first Polybar configuration on Linux
- Host: GitHub
- URL: https://github.com/husseinhareb/polybar-config
- Owner: husseinhareb
- Created: 2023-07-22T21:29:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T19:34:31.000Z (over 1 year ago)
- Last Synced: 2025-01-30T08:15:50.153Z (4 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polybar-Config
My first Polybar configuration on Linux.Polybar is a popular and highly customizable status bar for Linux desktop environments. It is designed to sit at the top or bottom of the screen, providing users with important system information and notifications.
The Polybar configuration would be under `/config/polybar/`.
I created two scripts that i used for some functionalities of the bar, for example muting the mic,getting fan speed,getting mic volume...

[Wallpaper Used](https://wallhaven.cc/w/qzljo7)
Note:The file where the speed of fans gets storred can differ from a computer to another. You will have to look it up and change the path of it in the bash file fan_speed.sh
Note:If the icons didn't load try installing [Symbols Nerd Fonts](https://www.nerdfonts.com/)
Note:Don't forget to make the bash files executable by using
chmod +x filename