summaryrefslogtreecommitdiff
path: root/.config/waybar/old-config
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-09-07 14:02:06 -0400
committerJackJ30 <jackqjamison@proton.me>2024-09-07 14:02:06 -0400
commitee71cba8d51ea5635ebda2ba0c776e8378706c6d (patch)
treeeff818f88b2702724eea111eca4a55512543e971 /.config/waybar/old-config
parente70986a9c299f004aa290bde0ec430ca864f7e74 (diff)
better stow
Diffstat (limited to '.config/waybar/old-config')
-rw-r--r--.config/waybar/old-config92
1 files changed, 92 insertions, 0 deletions
diff --git a/.config/waybar/old-config b/.config/waybar/old-config
new file mode 100644
index 0000000..9f78d67
--- /dev/null
+++ b/.config/waybar/old-config
@@ -0,0 +1,92 @@
+{
+ "layer": "top",
+ "position": "top",
+ "margin-bottom": 0,
+ "modules-left": [
+ "clock",
+ "custom/separator",
+ "hyprland/workspaces",
+ "custom/separator",
+ "tray"
+ ],
+ "modules-center": [
+ "hyprland/window"
+ ],
+ "modules-right": [
+ "network",
+ "temperature",
+ "memory",
+ "cpu",
+ "pulseaudio",
+ "battery",
+ "custom/separator",
+ "custom/powermenu"
+ ],
+ "custom/separator": {
+ "exec": "echo \"|\"",
+ "format": "{}"
+ },
+ "tray": {
+ "icon-size": 16,
+ "spacing": 8
+ },
+ "clock": {
+ "format": " {:%H:%M} ",
+ "interval": 60,
+ "tooltip": true,
+ "tooltip-format": "{:%d %B %H:%M}"
+ },
+ "hyprland/workspaces": {
+ "format": "{icon}",
+ "separate-outputs": true,
+ "active-only": false,
+ "all-outputs": true
+ },
+ "hyprland/window": {
+ "format": "{}"
+ },
+ "network": {
+ "format": "󰖩 ",
+ "tooltip-format-ethernet": "{ifname} ",
+ "interface": "enp34s0",
+ "interval": 2
+ },
+ "temperature": {
+ "format": "{icon} {temperatureC}°C ",
+ "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
+ "critical-threshold": 80,
+ "format-icons": [
+ "",
+ "",
+ ""
+ ]
+ },
+ "memory": {
+ "format": "󰍛 {}% ",
+ "tooltip": "false"
+ },
+ "cpu": {
+ "format": " {usage}% ",
+ "tooltip": "false"
+ },
+ "pulseaudio": {
+ "format": " {volume}%",
+ "scroll-step": 1,
+ "on-click": "pavucontrol"
+ },
+ "battery": {
+ "format": "{capacity}% {icon}",
+ "format-icons": [
+ "",
+ "",
+ "",
+ "",
+ ""
+ ]
+ },
+ "custom/powermenu": {
+ "format": "  ",
+ "tooltip": false,
+ "on-click": "exec wlogout -p layer-shell"
+ }
+}