summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-10-02 12:42:43 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-10-02 12:42:43 +0200
commit4f126573a547b5430962be6051b8705af281ff5a (patch)
tree6185295a71683378f084a5995d5ab7c5c49af7b2 /config
parent9ad287a5f3c26fe14c1ca120b8a50d735f16b532 (diff)
checkpoint
Diffstat (limited to 'config')
-rw-r--r--config/wayland/hypr/hyprland.conf4
-rwxr-xr-xconfig/wayland/waybar/status.sh2
-rw-r--r--config/wayland/waybar/style.css8
3 files changed, 7 insertions, 7 deletions
diff --git a/config/wayland/hypr/hyprland.conf b/config/wayland/hypr/hyprland.conf
index 7d3cd9e..ed165fb 100644
--- a/config/wayland/hypr/hyprland.conf
+++ b/config/wayland/hypr/hyprland.conf
@@ -14,7 +14,7 @@ input {
kb_options = ctrl:swapcaps,altwin:menu_win
kb_rules =
- follow_mouse = 2
+ follow_mouse = 0
touchpad {
natural_scroll = no
@@ -27,7 +27,7 @@ general {
gaps_in = 0
gaps_out = 0
border_size = 2
- col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
+ col.active_border = rgba(33ccffee)
col.inactive_border = rgba(595959aa)
layout = dwindle
diff --git a/config/wayland/waybar/status.sh b/config/wayland/waybar/status.sh
index 6d5bd66..25288ab 100755
--- a/config/wayland/waybar/status.sh
+++ b/config/wayland/waybar/status.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-printf '%s' "$(date '+%-d %b %R')"
+printf '%s' "$(date '+%T %-d %b %R')"
diff --git a/config/wayland/waybar/style.css b/config/wayland/waybar/style.css
index 31eacf0..084ffdc 100644
--- a/config/wayland/waybar/style.css
+++ b/config/wayland/waybar/style.css
@@ -6,12 +6,12 @@
min-height: 16px;
}
-window#waybar, #workspaces button.active {
- background-color: #4c566a;
+window#waybar {
+ background-color: #2e3440;
}
-#workspaces button, #custom-layout, #custom-status {
- background-color: #2e3440;
+#workspaces button.visible, #custom-status {
+ background-color: #4c566a;
}
#workspaces button {