summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-08-02 11:00:35 -0500
committerzachir <zachir@librem.one>2025-08-02 11:00:35 -0500
commit87c2c2932db963eae58c40ba489ea0dfda4b6567 (patch)
treed710d04f57ed9705ba36caa215a42761814e559b
parent6f019af7d0e96c544acfdeee3aad7569bce9a85e (diff)
parent45560e78790b6cbb928ece69d3d369c6cb756a7f (diff)
Merge branch 'master' into cla
-rw-r--r--hypr/hyprland.conf5
-rw-r--r--waybar/style.css6
2 files changed, 10 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index e7549f8..f4ad208 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -7,6 +7,11 @@ monitor = , preferred, auto, 1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
+#{{{ Plugins
+plugin = /var/cache/hyprpm/zachir/hyprland-plugins/hyprscrolling.so
+plugin = /var/cache/hyprpm/zachir/hyprsplit/hyprsplit.so
+#}}}
+
#{{{ Autostart
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
diff --git a/waybar/style.css b/waybar/style.css
index 2432be5..7e6e851 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -160,11 +160,13 @@ label:focus {
#cpu {
background-color: #198844;
color: #ffffff;
+ padding-right: 18px;
}
#memory {
background-color: #1b1d1c;
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: #1b1d1c;
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 {