diff --git a/config/.config/waybar/config b/config/.config/waybar/config
index 4dd5ed7..865e312 100644
--- a/config/.config/waybar/config
+++ b/config/.config/waybar/config
@@ -9,8 +9,6 @@
"pulseaudio",
"sway/language",
"network",
- "backlight",
- "upower",
"clock"
],
"sway/workspaces": {
@@ -22,37 +20,34 @@
"tooltip": false
},
"pulseaudio": {
- "tooltip": false,
- "format": "{icon} {volume}",
- "format-muted": "婢 {volume}",
+ "format": "{icon} {volume}%",
"format-icons": [
- "奄",
- "奔",
- "墳",
+ "",
+ "",
""
],
- "on-click": "pavucontrol"
+ "format-muted": " 0%",
+ "tooltip": false
},
"sway/language": {
"tooltip": false
},
"network": {
- "format": "{icon} {essid}",
- "format-icons": "",
- "format-disconnected": "睊",
- "tooltip": false
- },
- "backlight": {
- "format": "{icon} {percent}%",
- "format-icons": "",
- "tooltip": false
- },
- "upower": {
+ "format": "{icon}",
+ "format-ethernet": "",
+ "format-wifi": "",
+ "format-disconnected": "No network",
"tooltip": false
},
"clock": {
"format": "{:%d %b %H:%M, %A}",
- "tooltip-format": "{:%Y %B}\n{calendar}"
+ "tooltip-format": "{:%Y %B}\n{calendar}",
+ "locale": "ru_RU.UTF-8",
+ "calendar": {
+ "format": {
+ "today": "{}"
+ }
+ }
},
"tray": {
"icon-size": 16,
diff --git a/config/.config/waybar/style.css b/config/.config/waybar/style.css
index bdea345..cb94d93 100644
--- a/config/.config/waybar/style.css
+++ b/config/.config/waybar/style.css
@@ -7,7 +7,8 @@
window#waybar {
background: @background;
color: @foreground;
- font-family: "Iosevka NF", "Fira Code Nerd Font";
+ font-family: "Iosevka NF", "Fira Code Nerd Font", "Font Awesome 6 Free",
+ "Font Awesome 6 Brands";
font-size: 14px;
}
@@ -34,19 +35,11 @@ window.eDP-1 * {
}
#tray,
-#custom-pacman-packages,
#pulseaudio,
#language,
#network,
-#upower,
-#backlight,
#clock {
margin: 8px;
- font-style: italic;
padding: 0;
color: @foreground;
}
-
-#pulseaudio.muted {
- color: @primary;
-}