Initial commit
This commit is contained in:
commit
35c1f8d629
30 changed files with 2520 additions and 0 deletions
88
.config/waybar/config.jsonc
Normal file
88
.config/waybar/config.jsonc
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"position": "top",
|
||||
"layer": "top",
|
||||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"cpu",
|
||||
"memory",
|
||||
"tray"
|
||||
],
|
||||
"modules-center": [
|
||||
"mpris",
|
||||
"river/tags",
|
||||
"river/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"pulseaudio",
|
||||
"clock",
|
||||
"network",
|
||||
"custom/power"
|
||||
],
|
||||
"pulseaudio": {
|
||||
"tooltip": false,
|
||||
"scroll-step": 5,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " {volume}%",
|
||||
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||
"format-icons": {
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"river/tags": {},
|
||||
"river/window": {
|
||||
"format": "<b>{}</b>"
|
||||
},
|
||||
"mpris": {
|
||||
"dynamic-len": 30,
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"spotify": ""
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "⏸"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"tooltip": false,
|
||||
"format-wifi": " {essid}",
|
||||
"format-ethernet": ""
|
||||
},
|
||||
"backlight": {
|
||||
"tooltip": false,
|
||||
"format": " {}%",
|
||||
"interval": 1,
|
||||
"on-scroll-up": "light -A 5",
|
||||
"on-scroll-down": "light -U 5"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 18,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"format": " {:%H:%M %d/%m/%Y}"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 15,
|
||||
"format": " {}%",
|
||||
"max-length": 10
|
||||
},
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": " {}%",
|
||||
"max-length": 10
|
||||
},
|
||||
"custom/launcher": {
|
||||
"format": "",
|
||||
"on-click": "pkill fuzzel || fuzzel"
|
||||
},
|
||||
"custom/power": {
|
||||
"format": "",
|
||||
"on-click": "~/.config/waybar/power.sh"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue