diff --git a/desktop/configs/waybar/config b/desktop/configs/waybar/config index 5daad64..9b7c3df 100644 --- a/desktop/configs/waybar/config +++ b/desktop/configs/waybar/config @@ -6,6 +6,7 @@ "passtrough": false, "gtk-layer-shell": true, "height": 0, + "output": "HDMI-A-1", "modules-left": [ "hyprland/workspaces", @@ -41,7 +42,10 @@ "7": "七", "8": "八", "9": "九", - "10": "十" + "10": "十", + "11": "十一", + "12": "十二", + "13": "十三" } }, diff --git a/desktop/configs/waybar/style.css b/desktop/configs/waybar/style.css index 4a9f3ba..5f61e22 100644 --- a/desktop/configs/waybar/style.css +++ b/desktop/configs/waybar/style.css @@ -59,7 +59,9 @@ tooltip { #tray, #language, #backlight { - background: /*#F6821E*/ #444444; + background: + /*#F6821E*/ + #444444; padding: 0px 5px; margin: 0px; font-weight: 100; @@ -110,6 +112,7 @@ tooltip { margin-left: 0px; border-right: 0px; padding: 0px 10px; + border-radius: 0px 10px 10px 0px; } #pulseaudio {