Evgeny Dobromilsky
72217882d0
nice 256 color vbox icon
2021-08-21 13:25:08 +03:00
Evgeny Dobromilsky
1a6edb6aa1
some additional and little bit corrected icons in 16-color palette
2021-08-21 13:22:51 +03:00
Evgeny Dobromilsky
2e7205e173
Merge branch 'master' of https://github.com/nestoris/Chicago95
2021-08-19 08:08:05 +03:00
Evgeny Dobromilsky
433a49af18
Update index.theme
2021-08-19 08:08:02 +03:00
EMH-Mark-I
d1c86dbf6e
Adding screen shot for LO README
2021-08-09 10:20:13 -05:00
EMH-Mark-I
f50dfda08c
Adding a classic MS Office icon theme for Libre Office.
...
Also added an additional package in the requirement section of the Plus applications.
2021-08-09 09:39:18 -05:00
EMH-Mark-I
d531a91505
Applying a few more adjustments for the window control buttons.
2021-08-07 12:03:13 -05:00
EMH-Mark-I
d42cc13b74
Applying a few more adjustments for the window control buttons.
2021-08-07 10:35:18 -05:00
EMH-Mark-I
964edf21a9
Addressing issue #188
2021-08-06 12:20:15 -05:00
EMH-Mark-I
bfb685f58d
Addressing issues #185 and #193 (followup)
...
In the previous commit I forgot to modify the depressed state of the close button, which was causing it to “jump” in and out of states when the mouse button was held down.
2021-08-06 10:14:28 -05:00
EMH-Mark-I
4b29d98df9
Addressing issues #185 and #193
...
Top most right pixel of close button now clickable in max windows.
2021-08-06 00:44:02 -05:00
EMH-Mark-I
de14f91d86
Addressing issue #187 for uncontexted folder
2021-08-05 23:45:45 -05:00
grassmunk
b8710e7cbd
Merge pull request #195 from lisbonjoker/patch-1
...
Update for webkit2
2021-07-23 09:24:12 -07:00
Artur Mancha
ef6e34a110
Update for webkit2
...
Changed lightdm.is_authenticated
2021-07-23 03:15:14 +01:00
mainframed
b179abcb1a
fixing 16x16 desktop icon
2021-06-21 09:47:59 -07:00
EMH-Mark-I
c97678a433
Merge branch 'Ocramoi-patch-1'
2021-06-09 09:05:06 -05:00
Marco Antônio Ribeiro de Toledo
2f99887782
Fixes Plymouth link on README.md
...
The link was referring to `Readme.md`(in lower case), which resulted in a 404 error.
2021-06-09 01:15:38 -03:00
EMH-Mark-I
7825d79052
Adding better quality icons for Interlink mail client.
2021-06-02 11:36:09 -05:00
EMH-Mark-I
974d364864
Adding icon for Interlink mail client.
2021-06-02 10:58:13 -05:00
EMH-Mark-I
d348ff0e06
Fix Thunar spinner and badge icon
...
This commit should fix the Thunar spinner and badge icons to address newer versions of Thunar. It should also be backwards compatible with older GTK3 versions of Thunar.
2021-06-02 09:34:24 -05:00
EMH-Mark-I
410d59feb7
Addressing issue #176 for menubar drop down.
2021-04-19 11:26:30 -05:00
EMH-Mark-I
6a43edd855
Integrating PR’s #179 and #180 for icon update.
2021-04-19 11:11:27 -05:00
EMH-Mark-I
68b292c9b9
Fix mistake treeview arrows
2021-04-07 21:24:24 -05:00
EMH-Mark-I
610e377959
More pan arrow icons
...
These added icons will be used by other GTK themes for expander and combobox arrows.
2021-04-07 21:13:15 -05:00
EMH-Mark-I
db88910a0a
Merge remote-tracking branch 'origin/master' into xfce416-icons
2021-04-07 20:50:47 -05:00
EMH-Mark-I
a0f64b76a8
Fix pan arrow icons
...
I made a mistake in the previous commit. Fixing that now.
2021-04-07 20:44:25 -05:00
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