AutoYADM commit: 2025-01-13 23:00:05
This commit is contained in:
parent
6aed7911c2
commit
5b7ee0cb31
2 changed files with 20 additions and 100 deletions
|
@ -1,86 +1,8 @@
|
||||||
// {
|
|
||||||
// "colors": {
|
|
||||||
// "background": "#121212",
|
|
||||||
// "background-alt": "#323232",
|
|
||||||
// "foreground": "#d5d5d5",
|
|
||||||
// "primary": "#B14242",
|
|
||||||
// "secondary": "#C4693D",
|
|
||||||
// "alert": "#C53030",
|
|
||||||
// "disabled": "#949494",
|
|
||||||
// },
|
|
||||||
// "bar": {
|
|
||||||
// "position": "top",
|
|
||||||
// "height": 24,
|
|
||||||
// "margin": "6",
|
|
||||||
// "dpi": 96,
|
|
||||||
// "background": "${colors.background}",
|
|
||||||
// "foreground": "${colors.foreground}",
|
|
||||||
// "modules-left": ["wlr/workspaces", "window"],
|
|
||||||
// "modules-right": [
|
|
||||||
// "filesystem",
|
|
||||||
// "pulseaudio",
|
|
||||||
// "memory",
|
|
||||||
// "cpu",
|
|
||||||
// "network",
|
|
||||||
// "tray",
|
|
||||||
// "battery",
|
|
||||||
// "clock",
|
|
||||||
// ],
|
|
||||||
// "separator": "|",
|
|
||||||
// "separator-color": "${colors.disabled}",
|
|
||||||
// "font": "monospace 12",
|
|
||||||
// },
|
|
||||||
// "modules": {
|
|
||||||
// "wlr/workspaces": {
|
|
||||||
// "format": "{icon}",
|
|
||||||
// "on-click": "activate",
|
|
||||||
// },
|
|
||||||
// "window": {
|
|
||||||
// "format": "{title}",
|
|
||||||
// },
|
|
||||||
// "filesystem": {
|
|
||||||
// "path": "/",
|
|
||||||
// "interval": 25,
|
|
||||||
// "format": "{percentage_used}%",
|
|
||||||
// },
|
|
||||||
// "pulseaudio": {
|
|
||||||
// "format": "{volume}%",
|
|
||||||
// "format-muted": "Muted",
|
|
||||||
// "on-click": "pavucontrol",
|
|
||||||
// },
|
|
||||||
// "memory": {
|
|
||||||
// "interval": 2,
|
|
||||||
// "format": "RAM {used_percent}%",
|
|
||||||
// },
|
|
||||||
// "cpu": {
|
|
||||||
// "interval": 2,
|
|
||||||
// "format": "CPU {usage}%",
|
|
||||||
// },
|
|
||||||
// "network": {
|
|
||||||
// "interval": 5,
|
|
||||||
// "format": "{ifname}: {ipaddr}",
|
|
||||||
// },
|
|
||||||
// "tray": {},
|
|
||||||
// "battery": {
|
|
||||||
// "interval": 5,
|
|
||||||
// "format": "{capacity}% {status}",
|
|
||||||
// "states": {
|
|
||||||
// "warning": 15,
|
|
||||||
// "critical": 5,
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// "clock": {
|
|
||||||
// "interval": 1,
|
|
||||||
// "format": "%H:%M",
|
|
||||||
// "tooltip-format": "%Y-%m-%d %H:%M:%S",
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": ["sway/window"],
|
"modules-center": ["sway/window"],
|
||||||
"modules-right": ["pulseaudio", "battery", "clock"],
|
"modules-right": ["pulseaudio", "battery","tray", "clock"],
|
||||||
"sway/window": {
|
"sway/window": {
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
@define-color bg #121212;
|
@define-color bg #121212;
|
||||||
@define-color fg #d5d5d5;
|
@define-color fg #d5d5d5;
|
||||||
|
@define-color grey #949494;
|
||||||
@define-color red_ember #B14242;
|
@define-color red_ember #B14242;
|
||||||
@define-color red_glowing #DF6464;
|
@define-color red_glowing #DF6464;
|
||||||
@define-color orange_glow #D87C4A;
|
@define-color orange_glow #D87C4A;
|
||||||
|
@ -54,50 +55,47 @@ tooltip {
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
/* color: #ddc7a1; */
|
/* color: #ddc7a1; */
|
||||||
border: 2px solid @red_ember;
|
border: 1px solid @red_ember;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #e78a4e;
|
border: 1px solid @orange_glow;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
/* #clock { */
|
||||||
background-color: #303536;
|
/* background-color: #303536; */
|
||||||
border: 2px solid #434a4c;
|
/* border: 2px solid #434a4c; */
|
||||||
color: #d4be98;
|
/* color: #d4be98; */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: #d4be98;
|
border: 1px solid @red_ember;
|
||||||
border: 2px solid #c7ab7a;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #a9b665;
|
/* background-color: #a9b665; */
|
||||||
border: 2px solid #c7ab7a;
|
/* border: 2px solid #c7ab7a; */
|
||||||
color: #6c782e;
|
/* color: #6c782e; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
#network,
|
#network,
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background-color: #ddc7a1;
|
/* background-color: #ddc7a1; */
|
||||||
border: 2px solid #c7ab7a;
|
/* border: 2px solid #c7ab7a; */
|
||||||
color: #1d2021;
|
/* color: #1d2021; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu.critical,
|
#cpu.critical,
|
||||||
#memory.critical {
|
#memory.critical {
|
||||||
background-color: #ddc7a1;
|
color: @red_ember;
|
||||||
border: 2px solid #c7ab7a;
|
|
||||||
color: #c14a4a;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning,
|
#battery.warning,
|
||||||
#battery.critical,
|
#battery.critical,
|
||||||
#battery.urgent {
|
#battery.urgent {
|
||||||
background-color: #ddc7a1;
|
/* background-color: #ddc7a1; */
|
||||||
border: 2px solid #c7ab7a;
|
/* border: 2px solid #c7ab7a; */
|
||||||
color: #c14a4a;
|
color: @red_ember;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue