First commit
This commit is contained in:
commit
b99375976e
24 changed files with 855 additions and 0 deletions
100
private_dot_config/waybar/config
Normal file
100
private_dot_config/waybar/config
Normal file
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
|
||||
"modules-left": [ "niri/workspaces" ],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"idle_inhibitor",
|
||||
"network#ethernet",
|
||||
"network#wifi",
|
||||
"battery#bat0",
|
||||
"battery#bat1",
|
||||
"wireplumber",
|
||||
"clock"
|
||||
],
|
||||
|
||||
"tray": {
|
||||
"icon-size": 13,
|
||||
"spacing": 8,
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"tooltip": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": "",
|
||||
},
|
||||
},
|
||||
|
||||
"niri/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"browser": "",
|
||||
"work": "",
|
||||
"games": "",
|
||||
"media": "",
|
||||
"chat": "",
|
||||
"notes": "",
|
||||
"default": "",
|
||||
},
|
||||
},
|
||||
|
||||
"network#ethernet": {
|
||||
"interface": "enp0s31f6",
|
||||
"tooltip": false,
|
||||
"format": "",
|
||||
"format-disconnected": "",
|
||||
},
|
||||
|
||||
"network#wifi": {
|
||||
"interface": "wlp3s0",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{essid}",
|
||||
"format": "{icon}",
|
||||
"format-disconnected": "",
|
||||
"format-icons": [ "", "", "", "" ],
|
||||
"on-click": "nm-connection-editor",
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{:%A %d %B}",
|
||||
"format": " {:%H:%M}",
|
||||
},
|
||||
|
||||
"wireplumber": {
|
||||
"on-click": "pavucontrol -t 3",
|
||||
"tooltip": false,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"format-icons": [ "", "", "" ],
|
||||
},
|
||||
|
||||
"battery#bat0": {
|
||||
"bat": "BAT0",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "BAT0: {capacity}%",
|
||||
"states": {
|
||||
"warning": 30,
|
||||
"critical": 15,
|
||||
},
|
||||
"format-icons": [ "","", "", "", "", "", "", "", "", "" ],
|
||||
"format": "{icon}",
|
||||
"format-charging": "",
|
||||
},
|
||||
|
||||
"battery#bat1": {
|
||||
"bat": "BAT1",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "BAT1: {capacity}%",
|
||||
"states": {
|
||||
"warning": 30,
|
||||
"critical": 15,
|
||||
},
|
||||
"format-icons": [ "","", "", "", "", "", "", "", "", "" ],
|
||||
"format": "{icon}",
|
||||
"format-charging": "",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue