diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-08 22:45:51 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-07-08 22:45:51 -0700 |
| commit | 6607a79f9a11b9cf231e0261afd420f3dc0d52ee (patch) | |
| tree | 4d7c07e2f1e8c0e9b16a0257ba7f5df264a19a57 /dot-config | |
| parent | 627ee02a8716cf546955f82fe112898182530a2e (diff) | |
change sway/waybar colors & sway client font
Diffstat (limited to 'dot-config')
| -rw-r--r-- | dot-config/sway/config | 6 | ||||
| -rw-r--r-- | dot-config/waybar/style.css | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dot-config/sway/config b/dot-config/sway/config index 75b893a..7a6b126 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -216,6 +216,12 @@ bindsym $mod+r mode "resize" bindsym Print exec grim # +# Look +# +font input 9 +client.focused #504945 #7c6f64 #ffffff #7c6f64 + +# # Additional services # diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css index 3901ff9..cf884cc 100644 --- a/dot-config/waybar/style.css +++ b/dot-config/waybar/style.css @@ -17,7 +17,7 @@ window#waybar > box { } #hardware * { - margin: 4px; + margin: 0px 4px 0 4px; } tooltip { @@ -35,7 +35,8 @@ tooltip label { } #workspaces button.focused { - background: #64727D; + /*background: #64727D;*/ + background: #7c6f64; } #mode { |
