From facdcb117583ee5481711260226e71f7b91e37ad Mon Sep 17 00:00:00 2001 From: FivePixels Date: Mon, 21 Mar 2022 15:54:06 -0500 Subject: Update sway config for foot terminal Add show/hide toggle for waybar, add waybar configuration files --- .config/waybar/config | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 .config/waybar/config (limited to '.config/waybar/config') diff --git a/.config/waybar/config b/.config/waybar/config new file mode 100644 index 0000000..c5cb4ef --- /dev/null +++ b/.config/waybar/config @@ -0,0 +1,83 @@ +{ + "layer": "top", // Waybar at top layer + "mode": "hide", + "passthrough": "false", + "spacing": 0, + "position": "right", // Waybar position (top|bottom|left|right) + /* "height": 10, // Waybar height (to be removed for auto height) */ + // Choose the order of the modules + "modules-left": ["custom/hour", "custom/minutes", "sway/workspaces"], + // "modules-center": ["custom/transparent"], + "modules-right": ["tray", "idle_inhibitor", "network", "pulseaudio", "clock"], + // Modules configuration + "sway/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "format": "{icon}", + "format-icons": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "", + "urgent": "", + "focused": "", + "default": "" + } + }, + "sway/mode": { + "format": "{}" + }, + "idle_inhibitor": { + "format": "{icon}", + "format-icons": { + "activated": "", + "deactivated": "" + } + }, + "tray": { + "icon-size": 14, + }, + "clock": { + // "timezone": "America/Chicago", + "format": "{:%H\n%M\n%S}", + "interval": 1, + "tooltip-format": "{:%m/%d/%y %H:%M:%S}", + "format-alt": "{:%m\n%d\n%y}" + }, + "custom/transparent": { + }, + "cpu": { + "format": "{usage}% ", + "tooltip": false + }, + "memory": { + "format": "{}% " + }, + "temperature": { + "critical-threshold": 80, + "format": "{temperatureC}°C {icon}", + "format-icons": [""] + }, + "pulseaudio": { + "format": "{icon}", + "format-bluetooth": "{volume}% {icon}", + "format-muted": "", + "format-icons": { + "headphone": "", + "default": ["", ""] + }, + "scroll-step": 1, + "on-click": "pavucontrol" + }, + "network": { + // "interface": "wlp2*", // (Optional) To force the use of this interface + "format-wifi": "", + "format-ethernet": "{ipaddr}/{cidr} ", + "tooltip-format": "{ifname} via {gwaddr} ", + "format-linked": "{ifname} (No IP) ", + "format-disconnected": "Disconnected ⚠", + } +} + -- cgit v1.2.3