Update configs to use new themes/icons

This commit is contained in:
natemaia 2019-08-31 16:56:56 -07:00
parent 950b3a8147
commit b8af0f049a
5 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
[Settings]
gtk-theme-name=ArchLabs-dARK
gtk-icon-theme-name=ArchLabs-Light
gtk-theme-name=ArchLabs-Dark
gtk-icon-theme-name=ArchLabs-Dark
gtk-font-name=monospace 10
gtk-cursor-theme-name=ArchLabs-Light
gtk-cursor-theme-name=ArchLabs-Dark
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@ -2,8 +2,8 @@
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="ArchLabs-dARK"/>
<property name="IconThemeName" type="string" value="ArchLabs-Light"/>
<property name="ThemeName" type="string" value="ArchLabs-Dark"/>
<property name="IconThemeName" type="string" value="ArchLabs-Dark"/>
<property name="DoubleClickTime" type="empty"/>
<property name="DoubleClickDistance" type="empty"/>
<property name="DndDragThreshold" type="empty"/>
@ -31,7 +31,7 @@
<property name="MenuImages" type="bool" value="true"/>
<property name="ButtonImages" type="bool" value="true"/>
<property name="MenuBarAccel" type="empty"/>
<property name="CursorThemeName" type="string" value="ArchLabs-Light"/>
<property name="CursorThemeName" type="string" value="ArchLabs-Dark"/>
<property name="CursorThemeSize" type="empty"/>
<property name="DecorationLayout" type="empty"/>
</property>

View File

@ -1,10 +1,10 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="ArchLabs-dARK"
gtk-icon-theme-name="ArchLabs-Light"
gtk-theme-name="ArchLabs-Dark"
gtk-icon-theme-name="ArchLabs-Dark"
gtk-font-name="monospace 11"
gtk-cursor-theme-name="ArchLabs-Light"
gtk-cursor-theme-name="ArchLabs-Dark"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@ -34,7 +34,7 @@ EOF
}
if (( $# == 0 )); then
rofi -modi run,drun -show drun -line-padding 4 -columns 2 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "ArchLabs-Light"
rofi -modi run,drun -show drun -line-padding 4 -columns 2 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "ArchLabs-Dark"
else
for arg in "$@"; do
case $arg in
@ -47,7 +47,7 @@ else
exit 0
;;
-r|--run)
rofi -modi run,drun -show drun -line-padding 4 -columns 2 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "ArchLabs-Light"
rofi -modi run,drun -show drun -line-padding 4 -columns 2 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "ArchLabs-Dark"
;;
-w|--window)
rofi -modi window -show window -hide-scrollbar -padding 50 -line-padding 4

View File

@ -18,7 +18,7 @@
<primaryMonitor>Mouse</primaryMonitor>
</placement>
<theme>
<name>ArchLabs-dARK</name>
<name>ArchLabs-Dark</name>
<titleLayout>NLMC</titleLayout>
<keepBorder>yes</keepBorder>
<animateIconify>no</animateIconify>