mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
styling
This commit is contained in:
parent
ca789d4eea
commit
9b9191043d
1 changed files with 6 additions and 6 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"output": "HDMI-A-1",
|
"output": "HDMI-A-1",
|
||||||
"modules-left": ["custom/logo", "clock", "custom/weather", "custom/bitcoin", "memory", "cpu", "temperature"],
|
"modules-left": [ "custom/logo", "clock", "custom/weather", "custom/bitcoin", "memory", "cpu" ],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": [ "hyprland/workspaces" ],
|
||||||
"modules-right": ["tray", "pulseaudio", "network"],
|
"modules-right": [ "tray", "pulseaudio", "network" ],
|
||||||
"reload_style_on_change":true,
|
"reload_style_on_change":true,
|
||||||
|
|
||||||
"custom/logo": {
|
"custom/logo": {
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/bitcoin": {
|
"custom/bitcoin": {
|
||||||
"format": "<span color='#ef8e19'> </span><span color='#ffffff'>:{}</span>",
|
"format": "<span color='#ef8e19'> </span><span color='#ffffff'>{}</span>",
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
"exec": "~/.config/waybar/scripts/getBlock",
|
"exec": "~/.config/waybar/scripts/getBlock",
|
||||||
"on-click": "xdg-open https://www.mempool.space",
|
"on-click": "xdg-open https://www.mempool.space",
|
||||||
|
|
@ -68,14 +68,14 @@
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "<span color='#ffd808'> </span><span color='#ffffff'>:{usage}%</span>",
|
"format": "<span color='#ffd808'> </span><span color='#ffffff'>{usage}%</span>",
|
||||||
"min-length": 6,
|
"min-length": 6,
|
||||||
"max-length": 6,
|
"max-length": 6,
|
||||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
||||||
},
|
},
|
||||||
|
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "<span color='#cc63ff'></span><span color='#ffffff'>:{percentage}%</span>"
|
"format": "<span color='#cc63ff'></span><span color='#ffffff'>{percentage}%</span>"
|
||||||
},
|
},
|
||||||
|
|
||||||
"temperature": {
|
"temperature": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue