summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-12 19:20:32 +0300
committerThanos Apollo <[email protected]>2024-05-12 19:20:51 +0300
commit56c0b84e1d53231593a27fd74404a52e47d75a90 (patch)
treed857ba1cea7c3d3367f9661cf4b211e877ce7e88 /.config
parent14c42ec00e0cc48b292921acfa820aa4979c1da6 (diff)
waybar: Remove disk & extra arrows modules
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/config213
1 files changed, 101 insertions, 112 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
index 66599a9..a5c780a 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -1,123 +1,112 @@
// -*- mode: json -*-
{
- "layer": "top",
- "position": "top",
+ "layer": "top",
+ "position": "top",
- "modules-left": [
- "sway/workspaces",
- "custom/right-arrow-dark"
- ],
- "modules-center": [
- "custom/left-arrow-dark",
- "clock#1",
- "custom/left-arrow-light",
- "custom/left-arrow-dark",
- "clock#2",
- "custom/right-arrow-dark",
- "custom/right-arrow-light",
- "clock#3",
- "custom/right-arrow-dark"
- ],
- "modules-right": [
- "custom/left-arrow-dark",
- "pulseaudio",
- "custom/left-arrow-light",
- "custom/left-arrow-dark",
- "memory",
- "custom/left-arrow-light",
- "custom/left-arrow-dark",
- "cpu",
- "custom/left-arrow-light",
- "custom/left-arrow-dark",
- "battery",
- "custom/left-arrow-light",
- "custom/left-arrow-dark",
- "disk",
- "custom/left-arrow-light",
- "custom/left-arrow-dark",
- "tray"
- ],
+ "modules-left": [
+ "sway/workspaces",
+ "custom/right-arrow-dark"
+ ],
+ "modules-center": [
+ "custom/left-arrow-dark",
+ "clock#1",
+ "custom/left-arrow-light",
+ "custom/left-arrow-dark",
+ "clock#2",
+ "custom/right-arrow-dark",
+ "custom/right-arrow-light",
+ "clock#3",
+ "custom/right-arrow-dark"
+ ],
+ "modules-right": [
+ "custom/left-arrow-dark",
+ "pulseaudio",
+ "custom/left-arrow-light",
+ "custom/left-arrow-dark",
+ "memory",
+ "custom/left-arrow-light",
+ "custom/left-arrow-dark",
+ "cpu",
+ "custom/left-arrow-light",
+ "custom/left-arrow-dark",
+ "battery",
+ "custom/left-arrow-light",
+ "tray"
+ ],
- "custom/left-arrow-dark": {
- "format": "",
- "tooltip": false
- },
- "custom/left-arrow-light": {
- "format": "",
- "tooltip": false
- },
- "custom/right-arrow-dark": {
- "format": "",
- "tooltip": false
- },
- "custom/right-arrow-light": {
- "format": "",
- "tooltip": false
- },
+ "custom/left-arrow-dark": {
+ "format": "",
+ "tooltip": false
+ },
+ "custom/left-arrow-light": {
+ "format": "",
+ "tooltip": false
+ },
+ "custom/right-arrow-dark": {
+ "format": "",
+ "tooltip": false
+ },
+ "custom/right-arrow-light": {
+ "format": "",
+ "tooltip": false
+ },
- "sway/workspaces": {
- "disable-scroll": true,
- "format": "{name}"
- },
+ "sway/workspaces": {
+ "disable-scroll": true,
+ "format": "{name}"
+ },
- "clock#1": {
- "format": "{:%a}",
- "tooltip": false
- },
- "clock#2": {
- "format": "{:%H:%M}",
- "tooltip": false
- },
- "clock#3": {
- "format": "{:%Y-%m-%d}",
- "tooltip": false
- },
+ "clock#1": {
+ "format": "{:%a}",
+ "tooltip": false
+ },
+ "clock#2": {
+ "format": "{:%H:%M}",
+ "tooltip": false
+ },
+ "clock#3": {
+ "format": "{:%m-%d}",
+ "tooltip": false
+ },
- "pulseaudio": {
- "format": "VOL: {volume:2}%",
- "format-bluetooth": "{icon} {volume}%",
- "format-muted": "MUTE",
- "format-icons": {
- "headphones": "",
- "default": [
- "",
- ""
- ]
- },
- "scroll-step": 5,
- "on-click": "pamixer -t",
- "on-click-right": "pavucontrol"
- },
- "memory": {
- "interval": 5,
- "format": "Mem {}%"
- },
- "cpu": {
- "interval": 5,
- "format": "CPU {usage:2}%"
- },
- "battery": {
- "states": {
- "good": 95,
- "warning": 30,
- "critical": 15
- },
- "format": "{icon} {capacity}%",
- "format-icons": [
- "",
- "",
- "",
- "",
- ""
- ]
+ "pulseaudio": {
+ "format": "VOL: {volume:2}%",
+ "format-bluetooth": "{icon} {volume}%",
+ "format-muted": "MUTE",
+ "format-icons": {
+ "headphones": "",
+ "default": [
+ "",
+ ""
+ ]
},
- "disk": {
- "interval": 5,
- "format": "Disk {percentage_used:2}%",
- "path": "/"
+ "scroll-step": 5,
+ "on-click": "pamixer -t",
+ "on-click-right": "pavucontrol"
+ },
+ "memory": {
+ "interval": 5,
+ "format": "MEM {}%"
+ },
+ "cpu": {
+ "interval": 5,
+ "format": "CPU {usage:2}%"
+ },
+ "battery": {
+ "states": {
+ "good": 95,
+ "warning": 30,
+ "critical": 15
},
- "tray": {
- "icon-size": 10
- }
+ "format": "BAT: {capacity}%",
+ },
+ "disk": {
+ "interval": 5,
+ "format": "Disk {percentage_used:2}%",
+ "path": "/"
+ },
+ "tray": {
+ "icon-size": 10
+ }
}