Commit Graph

67 Commits

Author SHA1 Message Date
Tio TROM ae9fcce069 colloid split into different packages 2024-04-13 23:43:50 +00:00
Tio TROM 339d4113d6 Merge pull request 'Add required colloid packages as dependencies' (#6) from rokosun-patch-1 into main
Reviewed-on: #6
2024-04-13 23:42:39 +00:00
Rokosun c79c2ed7e8 Add required colloid packages as dependencies
Colloid theme packages are now split into different variants.
2024-04-13 18:05:32 +00:00
Rokosun 696fc180c8 Update command for installing owlkettle 2024-03-28 17:13:19 +00:00
Rokosun f97cecf89c Fix video not loading
Also add title for the video (appears as tooltip on hover)
2023-11-22 17:09:56 +01:00
Rokosun 300dd23942 Use better HTML tags for the video 2023-11-22 16:55:33 +01:00
Rokosun 7f58471475 Update readme to show the screen recording 2023-11-22 16:32:08 +01:00
Rokosun dd101c50b5 Add screen record of the app in action 2023-11-22 16:17:18 +01:00
Tio TROM a575fb583e Update PKGBUILD 2023-11-05 15:46:58 +01:00
Rokosun f3e1c0a14c Set icon name for the window
Now the app icon will show up on the XFCE workspace window.
2023-11-05 10:51:43 +01:00
Tio TROM 54c1c74878 Update PKGBUILD 2023-11-04 16:38:30 +01:00
Rokosun 11a1a7dc91 Use the Option type for oldConfigDir variable 2023-11-03 13:34:30 +01:00
Rokosun 85b0e75ff6 Add build hook to revert the $XDG_CONFIG_HOME variable
Also created the applicationID variable
2023-11-01 19:13:17 +01:00
Tio TROM acf400bd54 Update PKGBUILD 2023-10-29 12:27:20 +01:00
Tio TROM 4c5a39a77c Merge pull request 'Simplify code, remove unnecessary 2D array' (#5) from rokosun-patch-1 into main
Reviewed-on: #5
2023-10-29 12:26:56 +01:00
Rokosun d3c1054ec0 No need to use strip here, just remove the last character 2023-10-29 08:41:17 +01:00
Tio TROM 9056b40bc4 Update PKGBUILD 2023-10-28 23:24:17 +02:00
Rokosun 4d6446d47d Simplify code, remove unnecessary 2D array 2023-10-28 23:04:56 +02:00
Tio TROM 859fe8c2fa Update PKGBUILD 2023-10-28 22:37:29 +02:00
Rokosun 19e75fc5c0 Better description in README 2023-10-28 14:34:00 +02:00
Rokosun 8fe0c425f7 Fix issues with Makefile
Fixes these problems:

* The `make` command for building the package simply called `makepkg` instead of `makepkg -s` which could also install missing dependencies with pacman

* The name of the package has been changed to tromjaro-theme-switcher but Makefile still used the old name theme-switcher, also the extension for Arch linux package is now `.tar.zst` instead of the previous `.tar.xz` - all of this meant that the `make install` command was not working properly

* `make clean` command didn't remove icons.zip and the proper linux package file which now ends in `.tar.zst` instead of the previous `.tar.xz`
2023-10-28 14:19:35 +02:00
Rokosun e50903aab7 Use the px unit for setting icon size 2023-10-28 08:30:04 +02:00
Tio TROM b417fdebe3 Merge pull request 'Improve PKGBUILD' (#4) from rokosun-patch-1 into main
Reviewed-on: #4
2023-10-28 02:32:36 +02:00
Rokosun 30aa304b4a Improve PKGBUILD 2023-10-27 21:14:25 +02:00
Rokosun 79a22a493c Add note saying some apps need to be reopened 2023-10-27 16:43:56 +02:00
Tio TROM 69867e2af9 Merge pull request 'Rewrite Theme Switcher in Nim' (#3) from nim-rewrite into main
Reviewed-on: #3
2023-10-27 15:30:14 +02:00
Rokosun 45ebde24a2 Update PKGBUILD for the new code in Nim
Also improved a bunch of other things like the missing URL and architecture information.
2023-10-27 15:07:17 +02:00
Rokosun da34f2087f Rewrite Theme Switcher in Nim 2023-10-27 15:02:14 +02:00
Tio TROM 8fa15242e6 Update PKGBUILD 2023-10-17 00:03:55 +02:00
Rokosun 7125866bb8 Remove themes that don't play well with QT apps 2023-10-16 12:57:07 +02:00
Tio TROM b342545738 Update PKGBUILD 2023-10-16 02:35:44 +02:00
Tio TROM 992c201eed Merge pull request 'improve notification, better code, remove border around the first button' (#2) from rokosun-patch-1 into main
Reviewed-on: #2
2023-10-14 00:17:33 +02:00
Rokosun f1a643cb34 improve notification, better code, remove border around the first button 2023-10-13 22:16:34 +02:00
Tio TROM 146f416bc4 Update PKGBUILD 2023-08-09 15:57:29 +02:00
Tio TROM 0b6549ccc6 Update PKGBUILD 2023-08-08 17:42:46 +02:00
Tio TROM dc00830e31 Update theme-switcher 2023-08-08 16:49:13 +02:00
Tio TROM 703f23f3f8 Update PKGBUILD 2023-08-08 03:53:37 +02:00
Tio TROM 6536b3cb21 Update PKGBUILD 2023-08-08 00:42:05 +02:00
Tio TROM e0255d4763 adapt the mouse pointer for HDPI 2023-08-07 23:01:38 +02:00
Tio TROM 3dca8cb2a0 added support for HDPI 2023-08-07 22:13:04 +02:00
Tio TROM ee1c98250b fixing a mistake 2023-08-07 19:52:00 +02:00
Tio TROM 2803bf44f4 Update PKGBUILD 2023-08-07 14:35:52 +02:00
Tio TROM d8accac823 some improvements by Roko 2023-08-07 14:35:39 +02:00
Tio TROM d6757d36c8 added the colloid-gtk-theme-git dependency and remove skeuos 2023-08-07 03:46:05 +02:00
Tio TROM 092b572cf3 theme change 2023-08-06 23:43:33 +02:00
Tio TROM ca5367307c New theme changes 2023-08-06 19:06:47 +02:00
Tio TROM 307fcbfb26 Update 'PKGBUILD' 2022-10-21 01:28:24 +02:00
Tio TROM 9efd0ad03b Merge pull request 'No need to use qt5ct anymore' (#1) from rokosun-patch-1 into main
Reviewed-on: #1
2022-10-20 23:21:52 +02:00
Rokosun 84fd17d2b4 No need to use qt5ct anymore 2022-10-20 21:34:52 +02:00
Tio TROM 50c043da8b Update 'PKGBUILD' 2022-09-20 03:54:07 +02:00