summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/hyprland.conf3
-rw-r--r--waybar/config2
-rw-r--r--waybar/style.css6
3 files changed, 9 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 5a4151b..6c32a42 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -1,5 +1,8 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
#{{{ Monitor config
+#monitor = DP-2, 1920x1080@75, 0x0, 1
+#monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1
+#monitor = eDP-1, 1920x1080@60, 0x0, 1
monitor = , preferred, auto, 1
#}}}
diff --git a/waybar/config b/waybar/config
index ba85118..9a60dba 100644
--- a/waybar/config
+++ b/waybar/config
@@ -192,7 +192,7 @@
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
- "format-wifi": "{essid} ({signalStrength}%) ",
+ "format-wifi": "{essid} ",
"format-ethernet": "Connected  ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
diff --git a/waybar/style.css b/waybar/style.css
index 6ecb923..599e6af 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -160,11 +160,13 @@ label:focus {
#cpu {
background-color: #1b1d1c;
color: #ffffff;
+ padding-right: 18px;
}
#memory {
background-color: #198844;
color: #ffffff;
+ padding-right: 18px;
}
#disk {
@@ -180,6 +182,7 @@ label:focus {
#network {
background-color: #198844;
color: #ffffff;
+ padding-right: 18px;
}
#network.disconnected {
@@ -190,6 +193,7 @@ label:focus {
#wireplumber {
background-color: #198844;
color: #ffffff;
+ padding-right: 18px;
}
#wireplumber.muted {
@@ -323,7 +327,7 @@ label:focus {
#idle_inhibitor {
background-color: #1b1d1c;
border-radius: 20px 0px 0px 20px;
-
+ padding-right: 18px;
}
#idle_inhibitor.activated {