https://github.com/xaymup/my-lemonbar-script
https://github.com/xaymup/my-lemonbar-script
dzen2 lemonbar script
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaymup/my-lemonbar-script
- Owner: xaymup
- Created: 2018-08-31T08:25:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T21:24:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T19:28:01.049Z (6 months ago)
- Topics: dzen2, lemonbar, script
- Language: Shell
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dzen2/Lemonbar script

Script for a nice bar to run through Dzen2 or Lemonbar it shows: uptime, cpu usage,
memory and swap usage, wifi info, network traffic, volume info, current keyboard
layout (you have to install xkblayout-state first), music info using Playerctl and a
clock.Preferred to run with a small Monospace font (to avoid a lot of resizing).
here's my current dzen2 config for it:
```
(bash ~/.config/scripts/lemonbar.sh | dzen2 -dock -ta l -fg '#ffffff' -e
'onstart=uncollapse;key_Escape=ungrabkeys,exit' -fn
'-*-mono-*-*-*-*-10-*-*-*-*-*-*-*' )&
```
or you could use it with Lemonbar:
```
bash ~/.config/scripts/lemonbar.sh | lemonbar
```