mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 02:38:53 +01:00 
			
		
		
		
	made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings
This commit is contained in:
		@@ -5,4 +5,4 @@
 | 
			
		||||
#
 | 
			
		||||
XCURSOR_THEME="Adwaita"
 | 
			
		||||
EDITOR="nano"
 | 
			
		||||
GTK_THEME=Adwaita-dark
 | 
			
		||||
#GTK_THEME=Adwaita-dark
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +0,0 @@
 | 
			
		||||
[preferred]
 | 
			
		||||
default=gtk;wlr
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
[Settings]
 | 
			
		||||
gtk-theme-name=Adwaita-dark
 | 
			
		||||
gtk-theme-name="Dracula"
 | 
			
		||||
gtk-font-name="Ubuntu 12"
 | 
			
		||||
gtk-cursor-theme-name=Adwaita
 | 
			
		||||
gtk-cursor-theme-size=0
 | 
			
		||||
gtk-cursor-theme-name="Adwaita"
 | 
			
		||||
gtk-cursor-theme-size=48
 | 
			
		||||
gtk-enable-event-sounds=1
 | 
			
		||||
gtk-enable-input-feedback-sounds=1
 | 
			
		||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
 | 
			
		||||
@@ -11,6 +11,8 @@ gtk-button-images=1
 | 
			
		||||
gtk-menu-images=1
 | 
			
		||||
gtk-xft-antialias=1
 | 
			
		||||
gtk-xft-hinting=1
 | 
			
		||||
gtk-xft-hintstyle=hintmedium
 | 
			
		||||
gtk-xft-rgba=none
 | 
			
		||||
gtk-xft-hintstyle="hintfull"
 | 
			
		||||
gtk-xft-rgba="none"
 | 
			
		||||
gtk-application-prefer-dark-theme=1
 | 
			
		||||
gtk-decoration-layout=icon:close
 | 
			
		||||
gtk-enable-animations=true
 | 
			
		||||
 
 | 
			
		||||
@@ -21,6 +21,6 @@ screenchange-reload = true
 | 
			
		||||
pseudo-transparency = true
 | 
			
		||||
 | 
			
		||||
; theme
 | 
			
		||||
include-file = ~/.config/polybar/themes/main/modules.ini
 | 
			
		||||
include-file = ~/.config/polybar/themes/main/colors.ini
 | 
			
		||||
include-file = ~/.config/polybar/themes/main/bars.ini
 | 
			
		||||
include-file = ~/.config/polybar/modules.ini
 | 
			
		||||
include-file = ~/.config/polybar/themes/dracula.ini
 | 
			
		||||
include-file = ~/.config/polybar/bars.ini
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										11
									
								
								config/polybar/themes/dracula.ini
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								config/polybar/themes/dracula.ini
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
[colors]
 | 
			
		||||
background = #282a36
 | 
			
		||||
background-alt = #BD93F9
 | 
			
		||||
foreground = #f8f8f2
 | 
			
		||||
primary = #bd93f9
 | 
			
		||||
secondary = #ffb86c
 | 
			
		||||
alert = #ff5555
 | 
			
		||||
disabled = #6272a4
 | 
			
		||||
accent = #fff
 | 
			
		||||
tidal = #50FA7B
 | 
			
		||||
yellow = #F1FA8C
 | 
			
		||||
@@ -18,4 +18,11 @@ configuration {
 | 
			
		||||
  window-format: "{w} · {c} · {t}";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@theme "~/.config/rofi/mytheme.rasi"
 | 
			
		||||
 | 
			
		||||
/*---- import color theme here  ----*/
 | 
			
		||||
/*@import "~/.config/rofi/themes/dark.rasi"*/
 | 
			
		||||
@import "~/.config/rofi/themes/dracula.rasi"
 | 
			
		||||
 | 
			
		||||
/*---- import theme here ----*/
 | 
			
		||||
@import "~/.config/rofi/themes/base.rasi"
 | 
			
		||||
 | 
			
		||||
@@ -1,38 +1,4 @@
 | 
			
		||||
* {
 | 
			
		||||
     background: #1e1e1e;
 | 
			
		||||
     background-alt: #282B31FF;
 | 
			
		||||
     background-color: @background;
 | 
			
		||||
     foreground: #FFFFFFFF;
 | 
			
		||||
     foreground-normal: @foreground;
 | 
			
		||||
     selected: #61AFEFFF;
 | 
			
		||||
     active: #98C379FF;
 | 
			
		||||
     urgent: #E06C75FF;
 | 
			
		||||
}
 | 
			
		||||
 * {
 | 
			
		||||
     border-colour: var(selected);
 | 
			
		||||
     handle-colour: var(selected);
 | 
			
		||||
     background-colour: var(background);
 | 
			
		||||
     foreground-colour: var(foreground);
 | 
			
		||||
     alternate-background: var(background-alt);
 | 
			
		||||
     normal-background: var(background);
 | 
			
		||||
     normal-foreground: var(foreground);
 | 
			
		||||
     urgent-background: var(urgent);
 | 
			
		||||
     urgent-foreground: var(background);
 | 
			
		||||
     active-background: var(active);
 | 
			
		||||
     active-foreground: var(background);
 | 
			
		||||
     selected-normal-background: var(selected);
 | 
			
		||||
     selected-normal-foreground: var(background);
 | 
			
		||||
     selected-urgent-background: var(active);
 | 
			
		||||
     selected-urgent-foreground: var(background);
 | 
			
		||||
     selected-active-background: var(urgent);
 | 
			
		||||
     selected-active-foreground: var(background);
 | 
			
		||||
     alternate-normal-background: var(background);
 | 
			
		||||
     alternate-normal-foreground: var(foreground);
 | 
			
		||||
     alternate-urgent-background: var(urgent);
 | 
			
		||||
     alternate-urgent-foreground: var(background);
 | 
			
		||||
     alternate-active-background: var(active);
 | 
			
		||||
     alternate-active-foreground: var(background);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*----Main Window */
 | 
			
		||||
 window {
 | 
			
		||||
    /* properties for window widget */
 | 
			
		||||
							
								
								
									
										25
									
								
								config/rofi/themes/dark.rasi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								config/rofi/themes/dark.rasi
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
* {
 | 
			
		||||
     border-colour: #61AFEFFF;
 | 
			
		||||
     handle-colour: #61AFEFFF;
 | 
			
		||||
     background-colour: #1e1e1e;
 | 
			
		||||
     foreground-colour: #FFFFFFFF;
 | 
			
		||||
     alternate-background: #282B31FF;
 | 
			
		||||
     normal-background: #1e1e1e;
 | 
			
		||||
     normal-foreground: #FFFFFFFF;
 | 
			
		||||
     urgent-background: #E06C75FF;
 | 
			
		||||
     urgent-foreground: #1e1e1e;
 | 
			
		||||
     active-background: #98C379FF;
 | 
			
		||||
     active-foreground: #1e1e1e;
 | 
			
		||||
     selected-normal-background: #61AFEFFF;
 | 
			
		||||
     selected-normal-foreground: #1e1e1e;
 | 
			
		||||
     selected-urgent-background: #98C379FF;
 | 
			
		||||
     selected-urgent-foreground: #1e1e1e;
 | 
			
		||||
     selected-active-background: #E06C75FF;
 | 
			
		||||
     selected-active-foreground: #1e1e1e;
 | 
			
		||||
     alternate-normal-background: #1e1e1e;
 | 
			
		||||
     alternate-normal-foreground: #FFFFFFFF;
 | 
			
		||||
     alternate-urgent-background: #E06C75FF;
 | 
			
		||||
     alternate-urgent-foreground: #1e1e1e;
 | 
			
		||||
     alternate-active-background: #98C379FF;
 | 
			
		||||
     alternate-active-foreground: #1e1e1e;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										25
									
								
								config/rofi/themes/dracula.rasi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								config/rofi/themes/dracula.rasi
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
* {
 | 
			
		||||
  border-colour: #bd93f9;
 | 
			
		||||
  handle-colour: #bd93f9;
 | 
			
		||||
  background-colour: #282a36;
 | 
			
		||||
  foreground-colour: #ffffffff;
 | 
			
		||||
  alternate-background: #6272a4;
 | 
			
		||||
  normal-background: #282a36;
 | 
			
		||||
  normal-foreground: #ffffffff;
 | 
			
		||||
  urgent-background: #ff5555;
 | 
			
		||||
  urgent-foreground: #282a36;
 | 
			
		||||
  active-background: #50FA7B;
 | 
			
		||||
  active-foreground: #282a36;
 | 
			
		||||
  selected-normal-background: #bd93f9;
 | 
			
		||||
  selected-normal-foreground: #282a36;
 | 
			
		||||
  selected-urgent-background: #98c379ff;
 | 
			
		||||
  selected-urgent-foreground: #282a36;
 | 
			
		||||
  selected-active-background: #ff5555;
 | 
			
		||||
  selected-active-foreground: #282a36;
 | 
			
		||||
  alternate-normal-background: #282a36;
 | 
			
		||||
  alternate-normal-foreground: #ffffffff;
 | 
			
		||||
  alternate-urgent-background: #ff5555;
 | 
			
		||||
  alternate-urgent-foreground: #282a36;
 | 
			
		||||
  alternate-active-background: #98c379ff;
 | 
			
		||||
  alternate-active-foreground: #282a36;
 | 
			
		||||
}
 | 
			
		||||
@@ -1,35 +0,0 @@
 | 
			
		||||
[Configuration]
 | 
			
		||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
 | 
			
		||||
BackgroundDarkness=0.750000
 | 
			
		||||
MiscAlwaysShowTabs=FALSE
 | 
			
		||||
MiscBell=FALSE
 | 
			
		||||
MiscBellUrgent=FALSE
 | 
			
		||||
MiscBordersDefault=FALSE
 | 
			
		||||
MiscCursorBlinks=FALSE
 | 
			
		||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
 | 
			
		||||
MiscDefaultGeometry=132x43
 | 
			
		||||
MiscInheritGeometry=FALSE
 | 
			
		||||
MiscMenubarDefault=FALSE
 | 
			
		||||
MiscMouseAutohide=FALSE
 | 
			
		||||
MiscMouseWheelZoom=TRUE
 | 
			
		||||
MiscToolbarDefault=FALSE
 | 
			
		||||
MiscConfirmClose=FALSE
 | 
			
		||||
MiscCycleTabs=TRUE
 | 
			
		||||
MiscTabCloseButtons=TRUE
 | 
			
		||||
MiscTabCloseMiddleClick=TRUE
 | 
			
		||||
MiscTabPosition=GTK_POS_TOP
 | 
			
		||||
MiscHighlightUrls=TRUE
 | 
			
		||||
MiscMiddleClickOpensUri=FALSE
 | 
			
		||||
MiscCopyOnSelect=FALSE
 | 
			
		||||
MiscDefaultWorkingDir=
 | 
			
		||||
MiscRewrapOnResize=TRUE
 | 
			
		||||
MiscUseShiftArrowsToScroll=FALSE
 | 
			
		||||
MiscSlimTabs=TRUE
 | 
			
		||||
MiscNewTabAdjacent=FALSE
 | 
			
		||||
ScrollingUnlimited=TRUE
 | 
			
		||||
ScrollingBar=TERMINAL_SCROLLBAR_NONE
 | 
			
		||||
MiscShowRelaunchDialog=TRUE
 | 
			
		||||
ColorCursor=#c5c5c8c8c6c6
 | 
			
		||||
ColorForeground=#c5c5c8c8c6c6
 | 
			
		||||
ColorPalette=#28282a2a2e2e;#a5a542424242;#8c8c94944040;#dede93935f5f;#5f5f81819d9d;#858567678f8f;#5e5e8d8d8787;#707078788080;#37373b3b4141;#cccc66666666;#b5b5bdbd6868;#f0f0c6c67474;#8181a2a2bebe;#b2b29494bbbb;#8a8abebeb7b7;#c5c5c8c8c6c6
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										29
									
								
								config/xfce4/thunar.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								config/xfce4/thunar.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
 | 
			
		||||
<channel name="thunar" version="1.0">
 | 
			
		||||
  <property name="last-view" type="string" value="ThunarIconView"/>
 | 
			
		||||
  <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
 | 
			
		||||
  <property name="last-window-width" type="int" value="2560"/>
 | 
			
		||||
  <property name="last-window-height" type="int" value="1392"/>
 | 
			
		||||
  <property name="last-window-maximized" type="bool" value="true"/>
 | 
			
		||||
  <property name="last-separator-position" type="int" value="229"/>
 | 
			
		||||
  <property name="misc-single-click" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_ALWAYS"/>
 | 
			
		||||
  <property name="misc-thumbnail-draw-frames" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-file-size-binary" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-text-beside-icons" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-change-window-icon" type="bool" value="true"/>
 | 
			
		||||
  <property name="shortcuts-icon-emblems" type="bool" value="true"/>
 | 
			
		||||
  <property name="tree-icon-emblems" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-show-delete-action" type="bool" value="true"/>
 | 
			
		||||
  <property name="last-show-hidden" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-parallel-copy-mode" type="string" value="THUNAR_PARALLEL_COPY_MODE_ALWAYS"/>
 | 
			
		||||
  <property name="last-splitview-separator-position" type="int" value="589"/>
 | 
			
		||||
  <property name="last-side-pane" type="string" value="ThunarTreePane"/>
 | 
			
		||||
  <property name="last-location-bar" type="string" value="ThunarLocationButtons"/>
 | 
			
		||||
  <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
 | 
			
		||||
  <property name="last-details-view-column-widths" type="string" value="50,50,140,50,50,50,50,50,1316,50,50,78,50,152"/>
 | 
			
		||||
  <property name="last-sort-column" type="string" value="THUNAR_COLUMN_TYPE"/>
 | 
			
		||||
  <property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
 | 
			
		||||
  <property name="misc-directory-specific-settings" type="bool" value="true"/>
 | 
			
		||||
</channel>
 | 
			
		||||
							
								
								
									
										8
									
								
								config/xfce4/xfce4-power-manager.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								config/xfce4/xfce4-power-manager.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
 | 
			
		||||
<channel name="xfce4-power-manager" version="1.0">
 | 
			
		||||
  <property name="xfce4-power-manager" type="empty">
 | 
			
		||||
    <property name="brightness-switch" type="int" value="0"/>
 | 
			
		||||
    <property name="brightness-switch-restore-on-exit" type="int" value="1"/>
 | 
			
		||||
  </property>
 | 
			
		||||
</channel>
 | 
			
		||||
							
								
								
									
										8
									
								
								config/xfce4/xfce4-settings-manager.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								config/xfce4/xfce4-settings-manager.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
 | 
			
		||||
<channel name="xfce4-settings-manager" version="1.0">
 | 
			
		||||
  <property name="last" type="empty">
 | 
			
		||||
    <property name="window-width" type="int" value="640"/>
 | 
			
		||||
    <property name="window-height" type="int" value="500"/>
 | 
			
		||||
  </property>
 | 
			
		||||
</channel>
 | 
			
		||||
							
								
								
									
										40
									
								
								config/xfce4/xfce4-terminal.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								config/xfce4/xfce4-terminal.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
 | 
			
		||||
<channel name="xfce4-terminal" version="1.0">
 | 
			
		||||
  <property name="background-darkness" type="double" value="0.90000000000000002"/>
 | 
			
		||||
  <property name="color-background" type="string" value="#1e1e1e1e1e1e"/>
 | 
			
		||||
  <property name="font-name" type="string" value="Ubuntu Mono 13"/>
 | 
			
		||||
  <property name="misc-always-show-tabs" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-bell" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-bell-urgent" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-borders-default" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-cursor-blinks" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-cursor-shape" type="string" value="TERMINAL_CURSOR_SHAPE_BLOCK"/>
 | 
			
		||||
  <property name="misc-default-geometry" type="string" value="80x24"/>
 | 
			
		||||
  <property name="misc-inherit-geometry" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-menubar-default" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-mouse-autohide" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-mouse-wheel-zoom" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-toolbar-default" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-confirm-close" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-cycle-tabs" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-tab-close-buttons" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-tab-close-middle-click" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-tab-position" type="string" value="GTK_POS_TOP"/>
 | 
			
		||||
  <property name="misc-highlight-urls" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-middle-click-opens-uri" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-copy-on-select" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-show-relaunch-dialog" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-rewrap-on-resize" type="bool" value="true"/>
 | 
			
		||||
  <property name="misc-slim-tabs" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-new-tab-adjacent" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-search-dialog-opacity" type="uint" value="100"/>
 | 
			
		||||
  <property name="misc-show-unsafe-paste-dialog" type="bool" value="false"/>
 | 
			
		||||
  <property name="misc-right-click-action" type="string" value="TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU"/>
 | 
			
		||||
  <property name="scrolling-bar" type="string" value="TERMINAL_SCROLLBAR_NONE"/>
 | 
			
		||||
  <property name="overlay-scrolling" type="bool" value="true"/>
 | 
			
		||||
  <property name="scrolling-unlimited" type="bool" value="true"/>
 | 
			
		||||
  <property name="title-initial" type="string" value=""/>
 | 
			
		||||
  <property name="background-mode" type="string" value="TERMINAL_BACKGROUND_TRANSPARENT"/>
 | 
			
		||||
  <property name="color-use-theme" type="bool" value="true"/>
 | 
			
		||||
</channel>
 | 
			
		||||
							
								
								
									
										44
									
								
								config/xfce4/xsettings.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								config/xfce4/xsettings.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
 | 
			
		||||
<channel name="xsettings" version="1.0">
 | 
			
		||||
  <property name="Net" type="empty">
 | 
			
		||||
    <property name="ThemeName" type="string" value="Adwaita-dark"/>
 | 
			
		||||
    <property name="IconThemeName" type="empty"/>
 | 
			
		||||
    <property name="DoubleClickTime" type="empty"/>
 | 
			
		||||
    <property name="DoubleClickDistance" type="empty"/>
 | 
			
		||||
    <property name="DndDragThreshold" type="empty"/>
 | 
			
		||||
    <property name="CursorBlink" type="empty"/>
 | 
			
		||||
    <property name="CursorBlinkTime" type="empty"/>
 | 
			
		||||
    <property name="SoundThemeName" type="empty"/>
 | 
			
		||||
    <property name="EnableEventSounds" type="empty"/>
 | 
			
		||||
    <property name="EnableInputFeedbackSounds" type="empty"/>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="Xft" type="empty">
 | 
			
		||||
    <property name="DPI" type="empty"/>
 | 
			
		||||
    <property name="Antialias" type="empty"/>
 | 
			
		||||
    <property name="Hinting" type="empty"/>
 | 
			
		||||
    <property name="HintStyle" type="empty"/>
 | 
			
		||||
    <property name="RGBA" type="empty"/>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="Gtk" type="empty">
 | 
			
		||||
    <property name="CanChangeAccels" type="empty"/>
 | 
			
		||||
    <property name="ColorPalette" type="empty"/>
 | 
			
		||||
    <property name="FontName" type="string" value="Ubuntu 10"/>
 | 
			
		||||
    <property name="MonospaceFontName" type="string" value="Ubuntu Mono 10"/>
 | 
			
		||||
    <property name="IconSizes" type="empty"/>
 | 
			
		||||
    <property name="KeyThemeName" type="empty"/>
 | 
			
		||||
    <property name="ToolbarStyle" type="empty"/>
 | 
			
		||||
    <property name="ToolbarIconSize" type="empty"/>
 | 
			
		||||
    <property name="MenuImages" type="empty"/>
 | 
			
		||||
    <property name="ButtonImages" type="empty"/>
 | 
			
		||||
    <property name="MenuBarAccel" type="empty"/>
 | 
			
		||||
    <property name="CursorThemeName" type="empty"/>
 | 
			
		||||
    <property name="CursorThemeSize" type="empty"/>
 | 
			
		||||
    <property name="DecorationLayout" type="empty"/>
 | 
			
		||||
    <property name="DialogsUseHeader" type="empty"/>
 | 
			
		||||
    <property name="TitlebarMiddleClick" type="empty"/>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="Gdk" type="empty">
 | 
			
		||||
    <property name="WindowScalingFactor" type="empty"/>
 | 
			
		||||
  </property>
 | 
			
		||||
</channel>
 | 
			
		||||
		Reference in New Issue
	
	Block a user