mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added goober, say hello to goober
This commit is contained in:
parent
259aa1dd5e
commit
0035f0f1fa
36 changed files with 1708 additions and 269 deletions
15
home-manager/dotfiles/waybar/config.jsonc
Normal file
15
home-manager/dotfiles/waybar/config.jsonc
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["wireplumber","bluetooth", "clock"],
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{volume}%",
|
||||
"format-muted": "",
|
||||
"max-volume": 120,
|
||||
"scroll-step": 0.2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue