summaryrefslogtreecommitdiff
path: root/.config/waybar/old-config
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-09-09 00:07:54 -0400
committerJackJ30 <jackqjamison@proton.me>2024-09-09 00:07:54 -0400
commite57370dbf542b165e430cc8c708677625a9f8ed4 (patch)
tree411647a48d8d8fedf9434653e2c92f059bebfa82 /.config/waybar/old-config
parentee71cba8d51ea5635ebda2ba0c776e8378706c6d (diff)
laptop config
Diffstat (limited to '.config/waybar/old-config')
-rw-r--r--.config/waybar/old-config92
1 files changed, 0 insertions, 92 deletions
diff --git a/.config/waybar/old-config b/.config/waybar/old-config
deleted file mode 100644
index 9f78d67..0000000
--- a/.config/waybar/old-config
+++ /dev/null
@@ -1,92 +0,0 @@
-{
- "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"
- }
-}