diff options
author | Karel Kočí <cynerd@email.cz> | 2024-04-17 10:02:19 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-04-17 10:02:19 +0200 |
commit | a92a6fe86a8115433fa1a8393157f0fad091d2b7 (patch) | |
tree | 10b5a0e8d6c60143a108cc937bef4e90bae4ad60 /config/sway/theme | |
parent | 4e4207487b0863aa3a7d9b740b0428db7992eb11 (diff) | |
download | myconfigs-a92a6fe86a8115433fa1a8393157f0fad091d2b7.tar.gz myconfigs-a92a6fe86a8115433fa1a8393157f0fad091d2b7.tar.bz2 myconfigs-a92a6fe86a8115433fa1a8393157f0fad091d2b7.zip |
waybar: reformat
Diffstat (limited to 'config/sway/theme')
-rw-r--r-- | config/sway/theme | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/sway/theme b/config/sway/theme index bc94718..0a92187 100644 --- a/config/sway/theme +++ b/config/sway/theme @@ -8,4 +8,6 @@ client.focused_inactive #2e3440 #1f222d #888888 #1f222d client.placeholder #2e3440 #1f222d #888888 #1f222d client.urgent #900000 #900000 #ffffff #900000 -seat seat0 xcursor_theme Nordzy-cursors +seat seat0 { + xcursor_theme Nordzy-cursors +} |