aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-05-23 20:48:48 -0500
committerFivePixels <o5pxels@gmail.com>2022-05-23 20:49:53 -0500
commitc0b663f4f9ea1cb89b06271af2d68b6398d736fe (patch)
tree6698d3ca81b2c1d7db85ce3c85c4eba18b06862a
parentaa1ec35d588b30e3d470f8d493a270f090fac000 (diff)
downloaddots-c0b663f4f9ea1cb89b06271af2d68b6398d736fe.tar.xz
dots-c0b663f4f9ea1cb89b06271af2d68b6398d736fe.zip
Update sway configuration
-rw-r--r--.config/waybar/config160
-rw-r--r--.config/waybar/style.css2
2 files changed, 81 insertions, 81 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
index c5cb4ef..ac426be 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -1,83 +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": "<span style=\"italic\">{}</span>"
- },
- "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": "<span font='18'>{icon}</span>",
- "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 ⚠",
- }
+ "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": "<span font='15'>{index}</span> <span font='15'>{icon}</span>",
+ "format-icons": {
+ "1": "",
+ "2": "",
+ "3": "",
+ "4": "",
+ "5": "",
+ "6": "",
+ "urgent": "",
+ "focused": "",
+ "default": ""
+ }
+ },
+ "sway/mode": {
+ "format": "<span style=\"italic\">{}</span>"
+ },
+ "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": "<span font='18'>{icon}</span>",
+ "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": "",
+ "tooltip-format": "{ifname} via {gwaddr} ",
+ "format-linked": "{ifname} (No IP) ",
+ "format-disconnected": "Disconnected ⚠",
+ }
}
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index fe60b5f..f185f22 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -7,7 +7,7 @@ window#waybar {
}
#workspaces {
- font-size: 24px;
+ font-size: 16px;
margin: 10px 10px 0px 10px;
color: white;
border-top-right-radius: 5px;