aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-16 11:04:09 +1100
committerallusive-dev <[email protected]>2023-11-16 11:04:09 +1100
commit75e81f81f1921a31aee5c675c0faf710c090bfe0 (patch)
tree3e1aa12a800bfdef9bda10ba316e851568dee879
parentMerge branch 'main' of github.com:allusive-dev/compfy (diff)
downloadcompfy-1.6.4.tar.xz
compfy-1.6.4.zip
media and icons1.6.4
-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')