aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compfy.desktop3
-rw-r--r--meson.build2
2 files changed, 2 insertions, 3 deletions
diff --git a/compfy.desktop b/compfy.desktop
index 9a3f291..8f8ca01 100644
--- a/compfy.desktop
+++ b/compfy.desktop
@@ -11,5 +11,4 @@ TryExec=compfy
Exec=compfy
StartupNotify=false
Terminal=false
-# Thanks to quequotion for providing this file!
-Icon=picom
+Icon=compfy
diff --git a/meson.build b/meson.build
index d6b8969..ccb027e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('compfy', 'c', version: '1.6.3',
+project('compfy', 'c', version: '1.6.4',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')