521 Commits

Author SHA1 Message Date
EMH-Mark-I
2c25beaf46 Icon updates
Returning symbolic triangle arrows since they will be used in combobox buttons.
Moving expander icons to pane-show. Will see how well that fares since they were interfering with combobox buttons.
Will need to test this on older XFCE desktops.
Adjusted the XFCE session manager icons.
2021-04-07 15:24:07 -05:00
EMH-Mark-I
1673919e4a Fix CSD message dialog
Adds border effect around message dialog prompts.
2021-04-07 13:23:29 -05:00
EMH-Mark-I
fa0b745635 Merge branch 'bgstack15-xfce416-icons' into xfce416-icons 2021-04-01 20:45:24 -05:00
EMH-Mark-I
68277a450f Merge branch 'xfce416-icons' of https://github.com/bgstack15/Chicago95 into bgstack15-xfce416-icons
This PR removes erroneous libreoffice-calc files in mimes directory.
2021-04-01 20:43:11 -05:00
EMH-Mark-I
e5c0214cff Merge branch 'xfce416-icons' of https://github.com/grassmunk/Chicago95 into xfce416-icons 2021-04-01 20:38:20 -05:00
EMH-Mark-I
9ecce83c19 Merge branch 'jef-patch-1' 2021-04-01 19:56:36 -05:00
B Stack
1bafa4d820 Remove mimetype of libreoffice-calc
This mimetype affects icon resolution for apps with identical
   name. Methodology:

cd /usr/share/icons/Chicago95
for word in $( find . -path '*apps*' ! -type d -printf '%f\n' | awk -F'.' '!x[$1]++{print $1}' | sort ) ; do find mimes -name "${word}.???" ; done | sort -t'/' -k3

mv libreoffice-calc.png x-office-spreadsheet.png # which is one of its symlinks!
for word in $( find . -xtype l -printf '%l %f\n' | awk '$1 ~ /libreoffice-calc/{print $2}' ) ; do echo ln -sf x-office-spreadsheet.png ${word} ; done
2021-04-01 11:52:03 -04:00
Jef LeCompte
a7e745aa0c
docs(plymouth): update link reference 2021-03-25 22:37:59 -04:00
EMH-Mark-I
fe3cafb33d Update icon theme caches 2021-03-24 23:11:45 -05:00
EMH-Mark-I
cfb17e1fcd Icon update for XFCE4.16
This should resolve some of the missing theme icons #163
Updated the tux icon theme set as well.
2021-03-24 23:08:56 -05:00
grassmunk
6a2f040dbb
Merge pull request #173 from zbigniewzolnierowicz/fix/chrome-unstable
Add link to logo of Google Chrome (unstable)
2021-03-17 13:26:19 -07:00
Zbigniew Żołnierowicz
266ca14ffe Add link to logo of Google Chrome (unstable) 2021-03-17 11:13:34 +01:00
grassmunk
7ada6e894c
Catching situation where xfconf isn't installed
Closes issues #169
2021-03-09 10:29:18 -08:00
EMH-Mark-I
bacb546cf0 Fix scrolling
Fix clunky scrolling behaviour of GTK3 applications (https://ubuntu-mate.community/t/gtk3-changing-the-overlay-momentium-scroll-bar/20298)
2021-03-01 21:50:30 -06:00
EMH-Mark-I
578cc88753 Fix scrolling
Fix clunky scrolling behaviour of GTK3 applications (https://ubuntu-mate.community/t/gtk3-changing-the-overlay-momentium-scroll-bar/20298)
2021-03-01 21:27:18 -06:00
EMH-Mark-I
cb23481eba Theme update
Addressing issue #170 with textviews showing up with grey background. Not sure why I didn't do this before... Hope it won't cause any problems!
2021-03-01 20:50:06 -06:00
mainframed
a13cee0f85 finally fixing the 16x16 desktop icon 2021-02-23 07:14:36 -08:00
mainframed
26a5c550c2 Added:
- make_html.sh in Extras which generates nice tables of icons to compare
- icons.html in each Icons subfolder
- New/changed icons to fix 4.16 changes and make the theme more consisten

adding html tables of icons
2021-02-22 19:57:09 -08:00
mainframed
9793488b04 Merge branch 'xfce416-icons' of https://github.com/grassmunk/Chicago95 into xfce416-icons 2021-02-22 12:51:18 -08:00
EMH-Mark-I
a9410115bb Update INSTALL.md
Minor corrections.
2021-02-20 11:38:11 -06:00
EMH-Mark-I
7c09137e4c Update README.md
Included Arch pacman install examples for Arch users
Updated the GTK CSD steps in perpetration for Xubuntu 21.04 and XFCE 4.16 releases and for Arch users currently running newer versions of XFCE.
2021-02-20 11:33:06 -06:00
mainframed
73868734b8 Fixing devices icons 2021-02-19 01:26:19 -08:00
Grassmunnk
d7330b63fe Adding more missing xfce 4.16 icons 2021-02-18 17:57:48 -08:00
Grassmunnk
994a0fc901 Fixing icons for 4.16 2021-02-16 18:20:18 -08:00
EMH-Mark-I
170df1bbc7 Update INSTALL documentation
I forgot to include the return to index link
2021-02-07 21:54:21 -06:00
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