Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaymup/my-lemonbar-script
https://github.com/xaymup/my-lemonbar-script
dzen2 lemonbar script
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaymup/my-lemonbar-script
- Owner: xaymup
- Created: 2018-08-31T08:25:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T21:24:32.000Z (over 6 years ago)
- Last Synced: 2024-11-15T08:39:52.048Z (3 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
![Alt text](https://image.ibb.co/dTyuHp/2018_08_31_101003_1366x768_scrot.png)
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
```