diff --git a/hyprland/.config/dunst/dunstrc b/hyprland/.config/dunst/dunstrc
index d9394a4..e41ea5a 100644
--- a/hyprland/.config/dunst/dunstrc
+++ b/hyprland/.config/dunst/dunstrc
@@ -246,7 +246,7 @@
# corners.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
- corner_radius = 5
+ corner_radius = 10
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
diff --git a/hyprland/.config/hypr-theme/global.css b/hyprland/.config/hypr-theme/waybar/global.css
similarity index 100%
rename from hyprland/.config/hypr-theme/global.css
rename to hyprland/.config/hypr-theme/waybar/global.css
diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc
index baa7d1e..22599b6 100644
--- a/hyprland/.config/waybar/river/config.jsonc
+++ b/hyprland/.config/waybar/river/config.jsonc
@@ -1,20 +1,19 @@
{
"layer": "top",
"position": "top",
- "height": 30,
+ "height": 24,
"spacing": 5,
"margin-top": 8,
- "margin-bottom": 4,
+ "margin-bottom": 2,
"margin-left": 4,
"margin-right": 4,
"modules-right": [
"wireplumber",
- "clock",
"hyprland/language",
- "custom/power"
+ "clock"
],
"modules-left": [
- // "custom/launcher",
+ "custom/launcher",
"hyprland/workspaces",
"custom/media"
// "wlr/taskbar"
@@ -23,8 +22,8 @@
"battery",
"cpu",
"memory",
- "network#network-2",
- "network"
+ "network#network-2"
+ // "network"
// "pulseaudio"
// "custom/snip"
// "custom/updater",
@@ -51,7 +50,8 @@
"spacing": 10
},
"clock": {
- "format": "{:%H : %M} ",
+ "interval": 1,
+ "format": "{:%H:%M:%S}",
"tooltip-format": "{:%Y %B}\n{calendar}",
},
"pulseaudio": {
diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css
index 4e54945..50a7657 100644
--- a/hyprland/.config/waybar/river/style.css
+++ b/hyprland/.config/waybar/river/style.css
@@ -1,4 +1,4 @@
-@import "../../../.config/hypr-theme/global.css";
+@import "../../../.config/hypr-theme/waybar/global.css";
* {
border: none;
@@ -56,6 +56,7 @@ window#waybar.hidden {
#custom-updater,
#custom-snip,
#custom-wallpaper,
+#custom-playerlabel,
#tags,
#taskbar,
#tray,
@@ -63,8 +64,10 @@ window#waybar.hidden {
#idle_inhibitor,
#mpd,
#wireplumber,
-#language {
+#language,
+#workspaces {
background-color: @backgrounddark;
+ border: #272727 1px solid;
padding: 0px 6px;
}
@@ -94,6 +97,10 @@ window#waybar.hidden {
background-color: #90b1b1;
}
+#custom-playerlabel {
+ min-width: 170px;
+}
+
#network {
min-width: 160px;
}
@@ -181,13 +188,12 @@ window#waybar.hidden {
color: red;
}
-#memory {
+
+#memory,
+#cpu {
min-width: 90px;
}
-#cpu {
- min-width: 85px;
-}
#language,
#clock,