496 Commits

Author SHA1 Message Date
EMH-Mark-I
026c9f5311 Update README
Included a section for pointing readers to the documentation. It’s a little redundant since the same document is pointed to from the install section, however this should lend itself better than before for first time readers.
2021-02-07 21:47:15 -06:00
EMH-Mark-I
7e13b1da64 Update INSTALL documentation
Added a section for enabling the nocsd theme.
2021-02-07 21:39:29 -06:00
EMH-Mark-I
5f28575906 Addressing issue #158
Since CSD window decorations are shared between both menus and application windows, the gtk-window.css file sets a 10px border for CSD windows to improve the usability in resizing them, verses a 1px border which would require precision to trigger the resizer. For better or for worse, menu “decorations” shouldn’t have been shared with window application “decorations,” but that is the spec for the toolkit so we have to make do with it.
The excess 10px border intended for CSD application windows appear to interfere with context menus used in MATE panel plugins, causing the menu scrolling arrows (arrow up & arrow down) to appear.
This commit should patch this issue after testing with a Ubuntu MATE 20.10 VM.
2021-01-18 15:45:09 -06:00
grassmunk
3c7dd56bb7 fixing xfconf checks to fail gracefully 2021-01-14 20:35:28 -08:00
grassmunk
8fe09c856e changing gtk reference to folder instead of link 2021-01-13 09:03:03 -08:00
grassmunk
099fe3739f
Merge pull request #154 from GDGooD/master
Plymouth theme update
2021-01-08 10:52:11 -08:00
Dmytro Kropenko
7b12bea2fd plymouth: update README for Arch Linux 2021-01-08 08:28:08 +02:00
Dmytro Kropenko
c9555dbcd8 plymouth: load and resize images only once 2021-01-08 08:10:01 +02:00
Grassmunk
ba6f64978d fixing go-previous alignment #152 2020-12-08 09:43:16 -08:00
EMH-Mark-I
318f3a10e8 Addressing issue #148. 2020-10-29 23:23:05 -05:00
EMH-Mark-I
df4f59ee1c Theme updates for Ubuntu 20.10
Added pixbuf engine to README reqs for GTK2 theme
Addressing issue #148.
2020-10-29 21:28:33 -05:00
EMH-Mark-I
ee422905f6 Color scheme file for TDE desktop environment. 2020-08-13 21:55:54 -05:00
grassmunk
80a0a66525
Merge pull request #142 from Mugen-Houyou/master
adjusting frame_border_top
2020-08-10 07:47:40 -07:00
Mugen-Houyou
d788862986
Update themerc 2020-08-04 16:30:58 +09:00
Mugen-Houyou
f168eaaedf
Update themerc 2020-08-04 16:30:22 +09:00
Mugen-Houyou
72daeac5db
Update themerc
창 최대화 시 상단 보더가 숨겨지지 않는 문제를 해결합니다. (1픽셀 조정)
2020-08-04 00:32:49 +09:00
Mugen-Houyou
6048e13c43
Update themerc
창 최대화 시 상단 보더가 숨겨지지 않는 문제를 해결합니다.
2020-08-04 00:25:32 +09:00
EMH-Mark-I
b3f374bcd1 Merge branch 'master' of https://github.com/grassmunk/Chicago95 2020-07-15 10:44:12 -05:00
EMH-Mark-I
dbb59d6148 Update README
Enable the OBS repo links.
2020-07-15 10:43:00 -05:00
grassmunk
048e6de813
Merge pull request #138 from debounce2/master
Set HiDPI GDK scale
2020-07-07 09:20:47 -07:00
debounce
43421d49fa Set HiDPI GDK scale 2020-07-07 08:34:27 -07:00
Grassmunk
7501f78931 Major changes to the commandline interface in Inkscape required a few functions to be rewritten/perform a check for which version is being used more infor here: https://wiki.inkscape.org/wiki/index.php/Release_notes/1.0#Command_Line. This resolves #135. 2020-07-05 11:34:39 -07:00
Grassmunk
bfbc77f403 Removing gtk-warning issue #137 2020-07-05 10:14:06 -07:00
Grassmunk
699c5ffbec Adding the IE4 background image firefox theme as an extra 2020-07-03 12:07:08 -07:00
grassmunk
b5fce80407
(hopefully) fixing pluslib for issue #135
Issue #135 was caused by the function `convert_icon` used a relative file location, it now uses an absolute location.

Also removed loop that creates icons for gtk-3.24 since that it just a symlink to 3.0.
2020-07-03 10:40:13 -07:00
grassmunk
bc071310b7
Merge pull request #134 from bgstack15/master
Add some more packaging, and man pages
2020-06-30 13:47:51 -07:00
B Stack
532e1ea0a9 add manpages for Plus! 2020-06-30 15:54:50 -04:00
B Stack
4a7e763726 Makefile: add verb install_backgrounds 2020-06-30 13:22:39 -04:00
grassmunk
b7933fc097
Merge pull request #133 from bgstack15/plus
Improvements to Plus!
2020-06-30 07:43:36 -07:00
B Stack
431a2a9fa0 fix icon for .theme file 2020-06-30 07:44:29 -04:00
B Stack
5b9e3cfb6e desktop file fixes
Set icon, and also improve mimetype.
2020-06-30 07:39:41 -04:00
B Stack
16e605ccee plus: add desktop file and mimetype 2020-06-29 17:25:11 -04:00
B Stack
938f472a2f plus: add directory vars
These directory variables are useful when packaging PlusGUI
   and ChicagoPlus.
2020-06-29 17:00:15 -04:00
B Stack
b41148cf11 Makefile: improve docs and add panel theme 2020-06-29 16:08:59 -04:00
EMH-Mark-I
dcfd10310b
Merge pull request #131 from bgstack15/master
Deployment fixes
v2.0.1
2020-06-29 09:33:20 -05:00
B Stack
945aef0dd4 remove outdated comment 2020-06-29 09:14:55 -04:00
B Stack
52c5eb8ed1 improve installation
Add use_underscores so dpkg deployment works.
   Add startup sound .desktop file for xdg/autostart.
2020-06-29 09:07:30 -04:00
B Stack
8cd2cb51a9 WIP: improve Makefile installation
Remove the webkit greeter elements as that is not really supported.
   Add initial installation commands for Plus! script.
   Still need to troubleshoot gtk directory permissions issues.
2020-06-28 17:34:50 -04:00
EMH-Mark-I
9f3c16ff37 Remove broken symlink #129 2020-06-28 13:54:06 -05:00
EMH-Mark-I
f843267238 Merge changes 2020-06-27 23:08:15 -05:00
EMH-Mark-I
c321439950 Update INSTALL.md and icon cache 2020-06-27 22:10:15 -05:00
EMH-Mark-I
059431a4e4 Updates for instructions and tux icon theme 2020-06-27 21:46:23 -05:00
EMH-Mark-I
35fe9cef79 README Update
Trying to keep the layout a little consistent with the other READMEs.
2020-06-27 19:53:34 -05:00
Grassmunk
0096fe7327 adding check for xfconf-query, if it doesn't exist the script generates a bunch of warnings 2020-06-26 21:44:45 -07:00
Grassmunk
a70cb7790b Fixing checkbox logic 2020-06-26 21:38:23 -07:00
Grassmunk
6d9f2f713d Adding fix to detect if xfce4-panel-profiles is installed. If not, disable the auto panel installer. 2020-06-26 18:14:32 -07:00
Grassmunk
74f4a8dbfe adding --type string to create command in installer script if xfconf setting does not exist 2020-06-26 13:24:23 -07:00
Grassmunk
512d51b3d2 Merge branch 'staging' of https://github.com/grassmunk/Chicago95 into staging 2020-06-26 10:58:16 -07:00
Grassmunk
3782f6483e adding --create to xfconf-query if that setting does not exist 2020-06-26 10:53:15 -07:00
EMH-Mark-I
b6b7dbc26d Whisker menu update
Forgot to switch this back to the Chicago95 image.
2020-06-26 11:10:08 -05:00