fixup! fixup! Replace AGS with waybar
This commit is contained in:
+15
-24
@@ -60,18 +60,15 @@
|
|||||||
warning = 30;
|
warning = 30;
|
||||||
critical = 15;
|
critical = 15;
|
||||||
};
|
};
|
||||||
format = "{capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
format-charging = "{capacity}% {time}";
|
format-icons = ["" "" "" "" ""];
|
||||||
format-plugged = "{capacity}%";
|
|
||||||
format-alt = "{time}";
|
|
||||||
format-time = "{H}:{m}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"keyboard-state" = {
|
"keyboard-state" = {
|
||||||
capslock = true;
|
capslock = true;
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
locked = " CUPS";
|
locked = "CAPS";
|
||||||
unlocked = "";
|
unlocked = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -132,7 +129,7 @@
|
|||||||
|
|
||||||
temperature = {
|
temperature = {
|
||||||
# thermal-zone = 2;
|
# thermal-zone = 2;
|
||||||
# hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input";
|
hwmon-path = "/sys/class/hwmon/hwmon5/temp1_input";
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
# format-critical = "{temperatureC}°C {icon}";
|
# format-critical = "{temperatureC}°C {icon}";
|
||||||
format = "{temperatureC}°C {icon}";
|
format = "{temperatureC}°C {icon}";
|
||||||
@@ -160,7 +157,7 @@
|
|||||||
#battery,
|
#battery,
|
||||||
#cpu,
|
#cpu,
|
||||||
#temperature,
|
#temperature,
|
||||||
#keyboard-state,
|
#keyboard-state label.locked,
|
||||||
#custom-mem,
|
#custom-mem,
|
||||||
#clock {
|
#clock {
|
||||||
background: ${colors.base00};
|
background: ${colors.base00};
|
||||||
@@ -175,6 +172,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
color: ${colors.base05};
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-radius: ${radius};
|
border-radius: ${radius};
|
||||||
border: 1pt solid transparent;
|
border: 1pt solid transparent;
|
||||||
@@ -216,7 +214,8 @@
|
|||||||
border-color: ${colors.base09};
|
border-color: ${colors.base09};
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio:hover {
|
#pulseaudio:hover,
|
||||||
|
#pulseaudio.muted:hover {
|
||||||
background: ${colors.base01};
|
background: ${colors.base01};
|
||||||
}
|
}
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
@@ -232,29 +231,21 @@
|
|||||||
margin-right: 4px
|
margin-right: 4px
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
#keyboard-state label.locked {
|
||||||
border-radius: ${radius} 0 0 ${radius};
|
background-color: ${colors.base00};
|
||||||
margin-right: 0;
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
#keyboard-state {
|
|
||||||
color: ${colors.base08};
|
color: ${colors.base08};
|
||||||
border-radius: 0 ${radius} ${radius} 0;
|
|
||||||
margin-left: -8px;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: ${colors.base05};
|
color: ${colors.base0B};
|
||||||
background-color: ${colors.base0B};
|
|
||||||
}
|
}
|
||||||
#battery.warning:not(.charging) {
|
#battery.warning:not(.charging) {
|
||||||
|
color: ${colors.base00};
|
||||||
background-color: ${colors.base09};
|
background-color: ${colors.base09};
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
#battery.critical:not(.charging) {
|
#battery.critical:not(.charging) {
|
||||||
background-color: ${colors.base08};
|
background-color: ${colors.base08};
|
||||||
color: ${colors.base05};
|
color: ${colors.base00};
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
@@ -263,8 +254,8 @@
|
|||||||
}
|
}
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #${colors.base05};
|
background-color: ${colors.base00};
|
||||||
color: #${colors.base00};
|
color: ${colors.base08};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user