Skip to content

Commit

Permalink
Merge pull request #8 from endeavouros-team/kde
Browse files Browse the repository at this point in the history
Kde
  • Loading branch information
killajoe authored Oct 18, 2023
2 parents 1f524c9 + b66af08 commit f33bc90
Show file tree
Hide file tree
Showing 37 changed files with 34 additions and 323 deletions.
2 changes: 0 additions & 2 deletions .Xresources

This file was deleted.

79 changes: 0 additions & 79 deletions .config/Thunar/accels.scm

This file was deleted.

13 changes: 0 additions & 13 deletions .config/Thunar/uca.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .config/gtk-4.0/settings.ini

This file was deleted.

2 changes: 0 additions & 2 deletions .config/nano/nanorc

This file was deleted.

58 changes: 0 additions & 58 deletions .config/xfce4/terminal/accels.scm

This file was deleted.

8 changes: 0 additions & 8 deletions .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml

This file was deleted.

This file was deleted.

This file was deleted.

91 changes: 0 additions & 91 deletions .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml

This file was deleted.

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# endeavouros-xfce4-theming
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)](https://github.com/endeavouros-team)

![XFCE4 Screenshot](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/endeavouros-xfce4-apollo.png "XFCE4 Screenshot")
![XFCE4 Screenshot](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/xfce4-screenshot-galileo.png "XFCE4 Screenshot")
The EndeavourOS XFCE4 Theming.


Expand All @@ -10,17 +10,18 @@ The EndeavourOS XFCE4 Theming.
### Manually
`git clone https://github.com/endeavouros-team/endeavouros-xfce4-theming`

`cd endeavouros-xfce4-theming`
`cd endeavouros-xfce4-theming/etc/skel/`

`rm -rf ~/.config/Thunar ~/.config/qt5ct ~/.config/xfce4 ~/.cache`
`rm -rf ~/.config/xfce4 ~/.cache`

`cp .Xresources ~/.Xresources`

`cp -R .config/ ~/`
`cp .face ~/.face`

`dbus-launch dconf load / < xed.dconf`
`cp -R .config/ ~/`

`sudo systemctl reboot`

### Via the Script
or if you are really lazy use the script:

Expand Down
2 changes: 2 additions & 0 deletions etc/skel/.Xresources
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Xcursor.theme: Qogir-dark
Xcursor.size: 16
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Settings]
gtk-font-name=Noto Sans 10
gtk-theme-name=Arc-Darker
gtk-icon-theme-name=Qogir
gtk-cursor-theme-name=Qogir
gtk-theme-name=Arc-Dark
gtk-icon-theme-name=Qogir-dark
gtk-cursor-theme-name=Qogir-dark
gtk-cursor-theme-size=16
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions etc/skel/.config/gtk-4.0/settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Settings]
gtk-font-name=Noto Sans 10
gtk-theme-name=Arc-Dark
gtk-icon-theme-name=Qogir-dark
gtk-cursor-theme-name=Qogir-dark
gtk-cursor-theme-size=16
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfwm4" version="1.0">
<property name="general" type="empty"/>
<property name="theme" type="string" value="Arc-Dark"/>
</property>
</property>
</channel>

Loading

0 comments on commit f33bc90

Please sign in to comment.