mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
adding waybar config
This commit is contained in:
parent
d385d86af7
commit
3b4f65768f
2 changed files with 97 additions and 0 deletions
38
waybar/config
Normal file
38
waybar/config
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
// -*- mode: jsonc -*-
|
||||
{
|
||||
"position": "bottom",
|
||||
"height": 34,
|
||||
"spacing": 0, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
"modules-center": [
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"cpu",
|
||||
"memory",
|
||||
"clock"
|
||||
],
|
||||
// Modules configuration
|
||||
"hyprland/workspaces": {
|
||||
"format": "{name}",
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 24,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"format": "{:%H:%M:%S %Y-%m-%d}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue