diff --git a/00_find_modified.sh b/00_find_modified.sh index 351f08c..280d78e 100755 --- a/00_find_modified.sh +++ b/00_find_modified.sh @@ -8,9 +8,9 @@ else echo "USER IS ROOT" fi -find /home/liveuser -type f -newermt '2022-10-23 12:25' -ls | +find /home/lera -type f -newermt '2024-01-18 23:00' -ls | grep -v '.cache' | awk '{print $11}' | -sed -e "s|/home\/liveuser\/||g" > ./liveuser.txt +sed -e "s|/home\/lera\/||g" > ./liveuser.txt echo "Ready" diff --git a/01_copy_modified.sh b/01_copy_modified.sh index 27bea2a..1f94747 100755 --- a/01_copy_modified.sh +++ b/01_copy_modified.sh @@ -14,7 +14,7 @@ for i in $l do if [ -f "./skel/$i" ]; then echo "$i exist" - cp -vf /home/liveuser/$i ./skel/$i + cp -vf /home/lera/$i ./skel/$i fi done diff --git a/skel/.config/Trolltech.conf b/skel/.config/Trolltech.conf index 8213506..c5935da 100644 --- a/skel/.config/Trolltech.conf +++ b/skel/.config/Trolltech.conf @@ -11,7 +11,7 @@ KWinPalette\inactiveBlend=#3e3e3e KWinPalette\inactiveForeground=#9b9b9b KWinPalette\inactiveFrame=#424242 KWinPalette\inactiveTitleBtnBg=#424242 -Palette\active=#aaaaaa, #505050, #565656, #4c4c4c, #262626, #393939, #aaaaaa, #ffffff, #50b4ce, #464646, #414141, #1b1b1b, #4a809b, #ffffff, #4d9ac0, #ce80ff, #4b4b4b, #000000, #1d6c8b, #c8c8c8, #aaaaaa -Palette\disabled=#616161, #4c4c4c, #535353, #494949, #242424, #363636, #646464, #ffffff, #4c6e76, #434343, #3e3e3e, #1a1a1a, #3e3e3e, #616161, #455f6b, #705680, #474747, #000000, #1d6c8b, #c8c8c8, #aaaaaa -Palette\inactive=#a8a8a8, #515151, #575757, #4d4d4d, #272727, #3a3a3a, #a8a8a8, #ffffff, #5fb1c6, #474747, #424242, #1c1c1c, #37515e, #a0aaae, #5998b7, #b691d0, #4c4c4c, #000000, #1d6c8b, #c8c8c8, #aaaaaa +Palette\active=#aaaaaa, #505050, #565656, #4c4c4c, #262626, #393939, #aaaaaa, #ffffff, #50b4ce, #464646, #414141, #1b1b1b, #b96673, #ffffff, #eb7587, #ce80ff, #4b4b4b, #000000, #1d6c8b, #c8c8c8, #aaaaaa +Palette\disabled=#616161, #4c4c4c, #535353, #494949, #242424, #363636, #646464, #ffffff, #4c6e76, #434343, #3e3e3e, #1a1a1a, #3e3e3e, #616161, #7a5258, #705680, #474747, #000000, #1d6c8b, #c8c8c8, #aaaaaa +Palette\inactive=#a8a8a8, #515151, #575757, #4d4d4d, #272727, #3a3a3a, #a8a8a8, #ffffff, #5fb1c6, #474747, #424242, #1c1c1c, #6b4349, #aea6a8, #c48790, #b691d0, #4c4c4c, #000000, #1d6c8b, #c8c8c8, #aaaaaa font="Noto Sans,10,-1,0,50,0,0,0,0,0" diff --git a/skel/.config/gtk-3.0/colors.css b/skel/.config/gtk-3.0/colors.css index d519324..cd84af2 100644 --- a/skel/.config/gtk-3.0/colors.css +++ b/skel/.config/gtk-3.0/colors.css @@ -15,7 +15,7 @@ @define-color insensitive_unfocused_fg_color_breeze #616161; @define-color insensitive_unfocused_selected_bg_color_breeze #3e3e3e; @define-color insensitive_unfocused_selected_fg_color_breeze #616161; -@define-color link_color_breeze #4d9ac0; +@define-color link_color_breeze #eb7587; @define-color link_visited_color_breeze #ce80ff; @define-color success_color_backdrop_breeze #318654; @define-color success_color_breeze #1e884a; @@ -27,15 +27,15 @@ @define-color theme_button_background_backdrop_insensitive_breeze #4c4c4c; @define-color theme_button_background_insensitive_breeze #4c4c4c; @define-color theme_button_background_normal_breeze #505050; -@define-color theme_button_decoration_focus_backdrop_breeze #5a98b6; -@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #4b6572; -@define-color theme_button_decoration_focus_breeze #4d9ac0; -@define-color theme_button_decoration_focus_insensitive_breeze #4b6572; -@define-color theme_button_decoration_hover_backdrop_breeze #5a98b6; -@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #4b6572; -@define-color theme_button_decoration_hover_breeze #4d9ac0; -@define-color theme_button_decoration_hover_insensitive_breeze #4b6572; -@define-color theme_button_foreground_active_backdrop_breeze #a0aaae; +@define-color theme_button_decoration_focus_backdrop_breeze #c6878f; +@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #80595f; +@define-color theme_button_decoration_focus_breeze #eb7587; +@define-color theme_button_decoration_focus_insensitive_breeze #80595f; +@define-color theme_button_decoration_hover_backdrop_breeze #c6878f; +@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #80595f; +@define-color theme_button_decoration_hover_breeze #eb7587; +@define-color theme_button_decoration_hover_insensitive_breeze #80595f; +@define-color theme_button_foreground_active_backdrop_breeze #aea6a8; @define-color theme_button_foreground_active_backdrop_insensitive_breeze #616161; @define-color theme_button_foreground_active_breeze #ffffff; @define-color theme_button_foreground_active_insensitive_breeze #616161; @@ -51,8 +51,8 @@ @define-color theme_header_foreground_breeze #c8c8c8; @define-color theme_header_foreground_insensitive_backdrop_breeze #f7f7f7; @define-color theme_header_foreground_insensitive_breeze #f7f7f7; -@define-color theme_hovering_selected_bg_color_breeze #4d9ac0; -@define-color theme_selected_bg_color_breeze #4a809b; +@define-color theme_hovering_selected_bg_color_breeze #eb7587; +@define-color theme_selected_bg_color_breeze #b96673; @define-color theme_selected_fg_color_breeze #ffffff; @define-color theme_text_color_breeze #aaaaaa; @define-color theme_titlebar_background_backdrop_breeze #2c3034; @@ -65,14 +65,14 @@ @define-color theme_unfocused_base_color_breeze #474747; @define-color theme_unfocused_bg_color_breeze #424242; @define-color theme_unfocused_fg_color_breeze #a8a8a8; -@define-color theme_unfocused_selected_bg_color_alt_breeze #37515e; -@define-color theme_unfocused_selected_bg_color_breeze #37515e; -@define-color theme_unfocused_selected_fg_color_breeze #a0aaae; +@define-color theme_unfocused_selected_bg_color_alt_breeze #6b4349; +@define-color theme_unfocused_selected_bg_color_breeze #6b4349; +@define-color theme_unfocused_selected_fg_color_breeze #aea6a8; @define-color theme_unfocused_text_color_breeze #a8a8a8; @define-color theme_unfocused_view_bg_color_breeze #434343; @define-color theme_unfocused_view_text_color_breeze #646464; -@define-color theme_view_active_decoration_color_breeze #4d9ac0; -@define-color theme_view_hover_decoration_color_breeze #4d9ac0; +@define-color theme_view_active_decoration_color_breeze #eb7587; +@define-color theme_view_hover_decoration_color_breeze #eb7587; @define-color tooltip_background_breeze #1d6c8b; @define-color tooltip_border_breeze #48839a; @define-color tooltip_text_breeze #c8c8c8; diff --git a/skel/.config/gtk-4.0/colors.css b/skel/.config/gtk-4.0/colors.css index d519324..cd84af2 100644 --- a/skel/.config/gtk-4.0/colors.css +++ b/skel/.config/gtk-4.0/colors.css @@ -15,7 +15,7 @@ @define-color insensitive_unfocused_fg_color_breeze #616161; @define-color insensitive_unfocused_selected_bg_color_breeze #3e3e3e; @define-color insensitive_unfocused_selected_fg_color_breeze #616161; -@define-color link_color_breeze #4d9ac0; +@define-color link_color_breeze #eb7587; @define-color link_visited_color_breeze #ce80ff; @define-color success_color_backdrop_breeze #318654; @define-color success_color_breeze #1e884a; @@ -27,15 +27,15 @@ @define-color theme_button_background_backdrop_insensitive_breeze #4c4c4c; @define-color theme_button_background_insensitive_breeze #4c4c4c; @define-color theme_button_background_normal_breeze #505050; -@define-color theme_button_decoration_focus_backdrop_breeze #5a98b6; -@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #4b6572; -@define-color theme_button_decoration_focus_breeze #4d9ac0; -@define-color theme_button_decoration_focus_insensitive_breeze #4b6572; -@define-color theme_button_decoration_hover_backdrop_breeze #5a98b6; -@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #4b6572; -@define-color theme_button_decoration_hover_breeze #4d9ac0; -@define-color theme_button_decoration_hover_insensitive_breeze #4b6572; -@define-color theme_button_foreground_active_backdrop_breeze #a0aaae; +@define-color theme_button_decoration_focus_backdrop_breeze #c6878f; +@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #80595f; +@define-color theme_button_decoration_focus_breeze #eb7587; +@define-color theme_button_decoration_focus_insensitive_breeze #80595f; +@define-color theme_button_decoration_hover_backdrop_breeze #c6878f; +@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #80595f; +@define-color theme_button_decoration_hover_breeze #eb7587; +@define-color theme_button_decoration_hover_insensitive_breeze #80595f; +@define-color theme_button_foreground_active_backdrop_breeze #aea6a8; @define-color theme_button_foreground_active_backdrop_insensitive_breeze #616161; @define-color theme_button_foreground_active_breeze #ffffff; @define-color theme_button_foreground_active_insensitive_breeze #616161; @@ -51,8 +51,8 @@ @define-color theme_header_foreground_breeze #c8c8c8; @define-color theme_header_foreground_insensitive_backdrop_breeze #f7f7f7; @define-color theme_header_foreground_insensitive_breeze #f7f7f7; -@define-color theme_hovering_selected_bg_color_breeze #4d9ac0; -@define-color theme_selected_bg_color_breeze #4a809b; +@define-color theme_hovering_selected_bg_color_breeze #eb7587; +@define-color theme_selected_bg_color_breeze #b96673; @define-color theme_selected_fg_color_breeze #ffffff; @define-color theme_text_color_breeze #aaaaaa; @define-color theme_titlebar_background_backdrop_breeze #2c3034; @@ -65,14 +65,14 @@ @define-color theme_unfocused_base_color_breeze #474747; @define-color theme_unfocused_bg_color_breeze #424242; @define-color theme_unfocused_fg_color_breeze #a8a8a8; -@define-color theme_unfocused_selected_bg_color_alt_breeze #37515e; -@define-color theme_unfocused_selected_bg_color_breeze #37515e; -@define-color theme_unfocused_selected_fg_color_breeze #a0aaae; +@define-color theme_unfocused_selected_bg_color_alt_breeze #6b4349; +@define-color theme_unfocused_selected_bg_color_breeze #6b4349; +@define-color theme_unfocused_selected_fg_color_breeze #aea6a8; @define-color theme_unfocused_text_color_breeze #a8a8a8; @define-color theme_unfocused_view_bg_color_breeze #434343; @define-color theme_unfocused_view_text_color_breeze #646464; -@define-color theme_view_active_decoration_color_breeze #4d9ac0; -@define-color theme_view_hover_decoration_color_breeze #4d9ac0; +@define-color theme_view_active_decoration_color_breeze #eb7587; +@define-color theme_view_hover_decoration_color_breeze #eb7587; @define-color tooltip_background_breeze #1d6c8b; @define-color tooltip_border_breeze #48839a; @define-color tooltip_text_breeze #c8c8c8; diff --git a/skel/.config/gtkrc b/skel/.config/gtkrc index 0222390..6ed9738 100644 --- a/skel/.config/gtkrc +++ b/skel/.config/gtkrc @@ -1,6 +1,2 @@ -# created by KDE Plasma, пн нояб. 20 21:54:36 2023 +# created by KDE Plasma, чт янв. 18 23:22:55 2024 # -include "/usr/share/themes/Breeze/gtk-2.0/gtkrc" - -gtk-theme-name="Breeze" - diff --git a/skel/.config/gtkrc-2.0 b/skel/.config/gtkrc-2.0 index 8f8bc1d..c8d9e7f 100644 --- a/skel/.config/gtkrc-2.0 +++ b/skel/.config/gtkrc-2.0 @@ -1,4 +1,4 @@ -# created by KDE Plasma, пн нояб. 20 21:54:36 2023 +# created by KDE Plasma, чт янв. 18 23:22:55 2024 # gtk-alternative-button-order = 1 diff --git a/skel/.config/kdeglobals b/skel/.config/kdeglobals index 636be6f..13f1270 100644 --- a/skel/.config/kdeglobals +++ b/skel/.config/kdeglobals @@ -24,13 +24,13 @@ IntensityAmount=0 IntensityEffect=0 [Colors:Button] -BackgroundAlternate=77,131,158 +BackgroundAlternate=188,105,118 BackgroundNormal=80,80,80 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=170,170,170 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=80,180,206 @@ -40,11 +40,11 @@ ForegroundVisited=206,128,255 [Colors:Complementary] BackgroundAlternate=30,87,116 BackgroundNormal=60,60,60 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=170,170,170 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=252,252,252 @@ -54,11 +54,11 @@ ForegroundVisited=155,89,182 [Colors:Header] BackgroundAlternate=90,90,90 BackgroundNormal=60,60,60 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=170,170,170 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=200,200,200 @@ -80,13 +80,13 @@ ForegroundPositive=39,174,96 ForegroundVisited=155,89,182 [Colors:Selection] -BackgroundAlternate=74,128,155 -BackgroundNormal=74,128,155 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +BackgroundAlternate=185,102,115 +BackgroundNormal=185,102,115 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=255,255,255 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=255,255,255 @@ -96,11 +96,11 @@ ForegroundVisited=206,128,255 [Colors:Tooltip] BackgroundAlternate=60,60,60 BackgroundNormal=29,108,139 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=170,170,170 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=200,200,200 @@ -110,11 +110,11 @@ ForegroundVisited=206,128,255 [Colors:View] BackgroundAlternate=75,75,75 BackgroundNormal=70,70,70 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=170,170,170 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=170,170,170 @@ -124,11 +124,11 @@ ForegroundVisited=206,128,255 [Colors:Window] BackgroundAlternate=60,60,60 BackgroundNormal=65,65,65 -DecorationFocus=77,154,192 -DecorationHover=77,154,192 -ForegroundActive=77,154,192 +DecorationFocus=235,117,135 +DecorationHover=235,117,135 +ForegroundActive=235,117,135 ForegroundInactive=170,170,170 -ForegroundLink=77,154,192 +ForegroundLink=235,117,135 ForegroundNegative=218,68,83 ForegroundNeutral=246,116,0 ForegroundNormal=170,170,170 @@ -136,7 +136,8 @@ ForegroundPositive=30,136,74 ForegroundVisited=206,128,255 [General] -AccentColor=77,154,192 +AccentColor=235,117,135 +BrowserApplication=firefox.desktop ColorSchemeHash=227e6da9f2081194c0dddb365a90643d776d4f15 Name[ru_RU]=Breeze, светлый вариант Name=Breeze Light @@ -150,7 +151,27 @@ LookAndFeelPackage=com.github.Melawy.Melawy-round-gray.Nier-A2.desktop ShowDeleteCommand=false SingleClick=false contrast=4 -widgetStyle=Breeze +widgetStyle=Klassy + +[KFileDialog Settings] +Allow Expansion=false +Automatically select filename extension=true +Breadcrumb Navigation=false +Decoration position=0 +LocationCombo Completionmode=5 +PathCombo Completionmode=5 +Show Bookmarks=false +Show Full Path=false +Show Inline Previews=true +Show Preview=false +Show Speedbar=true +Show hidden files=true +Sort by=Name +Sort directories first=true +Sort hidden files last=false +Sort reversed=false +Speedbar Width=202 +View Style=Detail [PreviewSettings] MaximumRemoteSize=0 diff --git a/skel/.config/kglobalshortcutsrc b/skel/.config/kglobalshortcutsrc index 6666e20..12aa74c 100644 --- a/skel/.config/kglobalshortcutsrc +++ b/skel/.config/kglobalshortcutsrc @@ -37,11 +37,11 @@ mute=Volume Mute,Volume Mute,Выключить звук [ksmserver] Halt Without Confirmation=none,,Выключить компьютер без подтверждения -Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Lock Session +Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Заблокировать сеанс Log Out=Ctrl+Alt+Del,Ctrl+Alt+Del,Завершить сеанс Log Out Without Confirmation=none,,Завершить сеанс без подтверждения Reboot Without Confirmation=none,,Перезагрузить компьютер без подтверждения -_k_friendly_name=Session Management +_k_friendly_name=Управление сеансами [kwin] Activate Window Demanding Attention=Meta+Ctrl+A,Meta+Ctrl+A,Активировать окно\\, требующее внимания @@ -198,16 +198,16 @@ Window to Screen 6=none,,Переместить окно на экран 6 Window to Screen 7=none,,Переместить окно на экран 7 _k_friendly_name=KWin view_actual_size=Meta+0,Meta+0,Фактический размер -view_zoom_in=Meta++\tMeta+=,Meta++,Увеличить +view_zoom_in=Meta++\tMeta+=,Meta++\tMeta+=,Увеличить view_zoom_out=Meta+-,Meta+-,Уменьшить [mediacontrol] _k_friendly_name=Управление медиапроигрывателем -mediavolumedown=none,none,Уменьшить громкость -mediavolumeup=none,none,Увеличить громкость +mediavolumedown=none,,Уменьшить громкость +mediavolumeup=none,,Увеличить громкость nextmedia=Media Next,Media Next,Перейти к следующей дорожке pausemedia=Media Pause,Media Pause,Приостановить воспроизведение -playmedia=none,none,Начать воспроизведение +playmedia=none,,Начать воспроизведение playpausemedia=Media Play,Media Play,Начать/приостановить воспроизведение previousmedia=Media Previous,Media Previous,Перейти к предыдущей дорожке stopmedia=Media Stop,Media Stop,Остановить воспроизведение @@ -272,8 +272,11 @@ activate task manager entry 8=Meta+8,Meta+8,Открыть 8-ю кнопку н activate task manager entry 9=Meta+9,Meta+9,Открыть 9-ю кнопку на панели задач activate widget 23=Alt+F1,none,Сделать виджет «Menu11» активным activate widget 25=none,none,Сделать виджет «Menu11» активным +activate widget 275=none,none,Сделать виджет «Ditto Menu» активным activate widget 28=none,none,Сделать виджет «Показать рабочий стол (Win7)» активным activate widget 31=none,none,Сделать виджет «Меню запуска приложений» активным +activate widget 314=none,none,Сделать виджет «Menu11» активным +activate widget 319=none,none,Сделать виджет «Показать рабочий стол» активным activate widget 58=none,none,Сделать виджет «Меню запуска приложений» активным clear-history=none,,Очистить журнал буфера обмена clipboard_action=Meta+Ctrl+X,Meta+Ctrl+X,Всплывающее меню автоматических действий diff --git a/skel/.config/khotkeysrc b/skel/.config/khotkeysrc index e7a98f1..2ab117f 100644 --- a/skel/.config/khotkeysrc +++ b/skel/.config/khotkeysrc @@ -993,8 +993,13 @@ TriggersCount=1 GesturePointData=0,0.0625,-0.5,0.5,1,0.0625,0.0625,-0.5,0.5,0.875,0.125,0.0625,-0.5,0.5,0.75,0.1875,0.0625,-0.5,0.5,0.625,0.25,0.0625,-0.5,0.5,0.5,0.3125,0.0625,-0.5,0.5,0.375,0.375,0.0625,-0.5,0.5,0.25,0.4375,0.0625,-0.5,0.5,0.125,0.5,0.0625,0.5,0.5,0,0.5625,0.0625,0.5,0.5,0.125,0.625,0.0625,0.5,0.5,0.25,0.6875,0.0625,0.5,0.5,0.375,0.75,0.0625,0.5,0.5,0.5,0.8125,0.0625,0.5,0.5,0.625,0.875,0.0625,0.5,0.5,0.75,0.9375,0.0625,0.5,0.5,0.875,1,0,0,0.5,1 Type=GESTURE +[DirSelect Dialog] +DirSelectDialog Size[$d] +History Items[$d] + [General] AccentColor[$d] +BrowserApplication[$d] ColorScheme[$d] ColorSchemeHash[$d] Name[$d] @@ -1022,6 +1027,26 @@ SingleClick[$d] contrast[$d] widgetStyle[$d] +[KFileDialog Settings] +Allow Expansion[$d] +Automatically select filename extension[$d] +Breadcrumb Navigation[$d] +Decoration position[$d] +LocationCombo Completionmode[$d] +PathCombo Completionmode[$d] +Show Bookmarks[$d] +Show Full Path[$d] +Show Inline Previews[$d] +Show Preview[$d] +Show Speedbar[$d] +Show hidden files[$d] +Sort by[$d] +Sort directories first[$d] +Sort hidden files last[$d] +Sort reversed[$d] +Speedbar Width[$d] +View Style[$d] + [Main] AlreadyImported=defaults,kde32b1,konqueror_gestures_kde321 Disabled=false diff --git a/skel/.config/konsolerc b/skel/.config/konsolerc index c14e9d6..94e08d7 100644 --- a/skel/.config/konsolerc +++ b/skel/.config/konsolerc @@ -13,13 +13,20 @@ DefaultProfile=Melawy.profile ConfigVersion=1 [MainWindow] -1920x1080 screen: Height=677 -1920x1080 screen: Width=1241 -1920x1080 screen: XPosition=363 -1920x1080 screen: YPosition=207 +1366x768 screen: Height=694 +1366x768 screen: Width=1366 +1366x768 screen: XPosition=0 +1366x768 screen: YPosition=30 +1920x1080 screen: Height=462 +1920x1080 screen: Width=952 +1920x1080 screen: XPosition=546 +1920x1080 screen: YPosition=368 +:0.0=:0.0 HDMI-0=HDMI-0 HDMI-1=HDMI-1 -State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAWYA////+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAABBgD///8AAATZAAACfQAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAAUD/////AAAAAAAAAAA= +LVDS=LVDS +RestorePositionForNextInstance=false +State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAZABAAAD+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAABHwEAAAMAAAO4AAABoAAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAATn/////AAAAAAAAAAA= ToolBarsMovable=Disabled [UiSettings] diff --git a/skel/.config/kwinrc b/skel/.config/kwinrc index 3a60a30..a1fc57a 100644 --- a/skel/.config/kwinrc +++ b/skel/.config/kwinrc @@ -13,19 +13,33 @@ Rows=2 Active=true [Plugins] +blurEnabled=true +contrastEnabled=true desktopchangeosdEnabled=true +kwin4_effect_cornersshaderEnabled=true kwin4_effect_fadedesktopEnabled=true +kwin4_effect_translucencyEnabled=true +presentwindowsEnabled=false slideEnabled=false [Tiling] padding=4 [Tiling][018d7cd5-b348-59b5-8b4e-b3739df928e6] +tiles={"layoutDirection":"horizontal","tiles":[{"width":0.6869791666666669},{"width":0.3130208333333331}]} + +[Tiling][0e2d34a7-0fc8-514b-a617-f9f5e7b1b3cc] +tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} + +[Tiling][58ca410b-ce44-58d6-82b9-fefe44aba0e3] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} [Tiling][78dfdcc2-d023-58ed-ada0-535fc8d3406c] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} +[Tiling][9620841d-48d9-5b1f-a7d3-0ed1954c5241] +tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} + [Tiling][b2284830-89aa-5fb4-ae47-5cc8afa4d682] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} @@ -39,5 +53,9 @@ RollOverDesktops=true Scale=1 [org.kde.kdecoration2] +BorderSize=Normal +BorderSizeAuto=false ButtonsOnLeft= ButtonsOnRight=IAX +library=org.kde.klassy +theme=Klassy diff --git a/skel/.config/systemsettingsrc b/skel/.config/systemsettingsrc index 9228163..837cd1f 100644 --- a/skel/.config/systemsettingsrc +++ b/skel/.config/systemsettingsrc @@ -1,13 +1,14 @@ [KFileDialog Settings] -Recent Files[$e]=wgclient_10_ext.conf,file:$HOME/wg/wgclient_10_local.conf,file:$HOME/wg/wgclient_10_ext.conf -Recent URLs[$e]=file:$HOME/wg/,file:$HOME/ -detailViewIconSize=16 +Recent Files[$e]= +Recent URLs[$e]=file:$HOME/ +detailViewIconSize=128 +listViewIconSize=64 [MainWindow] -1920x1080 screen: Height=839 -1920x1080 screen: Width=1222 -1920x1080 screen: XPosition=358 -1920x1080 screen: YPosition=97 +1920x1080 screen: Height=700 +1920x1080 screen: Width=1479 +1920x1080 screen: XPosition=179 +1920x1080 screen: YPosition=207 2 screens: Height=700 2 screens: Width=1020 2 screens: XPosition=383 @@ -16,5 +17,5 @@ HDMI-0=HDMI-0 HDMI-0 LVDS=HDMI-0 HDMI-1=HDMI-1 MenuBar=Disabled -State=AAAA/wAAAAD9AAAAAAAABMYAAANHAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgAAAAAA/////wAAAAAAAAAA +State=AAAA/wAAAAD9AAAAAAAABccAAAK8AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgAAAAAA/////wAAAAAAAAAA ToolBarsMovable=Disabled diff --git a/skel/.local/share/dolphin/dolphinstaterc b/skel/.local/share/dolphin/dolphinstaterc index e04be28..199320f 100644 --- a/skel/.local/share/dolphin/dolphinstaterc +++ b/skel/.local/share/dolphin/dolphinstaterc @@ -1,12 +1,20 @@ [SettingsDialog] -1920x1080 screen: Height=523 -1920x1080 screen: Width=932 +1920x1080 screen: Height=456 +1920x1080 screen: Width=909 [State] -1920x1080 screen: Height=709 -1920x1080 screen: Width=1445 -1920x1080 screen: XPosition=215 -1920x1080 screen: YPosition=187 +1366x768 screen: Height=694 +1366x768 screen: Width=1366 +1366x768 screen: XPosition=0 +1366x768 screen: YPosition=30 +1920x1080 screen: Height=654 +1920x1080 screen: Width=1272 +1920x1080 screen: Window-Maximized=true +1920x1080 screen: XPosition=293 +1920x1080 screen: YPosition=153 +:0.0=:0.0 HDMI-0=HDMI-0 HDMI-1=HDMI-1 -State=AAAA/wAAAAD9AAAAAwAAAAAAAADzAAACl/wCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAA/////wAAAAoBAAAD+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAAAuAAAClwAAAF0BAAADAAAAAQAAAL4AAAKX/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAQAAAC4AAAKXAAABDwEAAAMAAAADAAAFpQAAAMT8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAFpQAAAAoBAAADAAAD8gAAApcAAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA= +LVDS=LVDS +RestorePositionForNextInstance=false +State=AAAA/wAAAAD9AAAAAwAAAAAAAADDAAADvvwCAAAAAvsAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawAAAAAA/////wAAAAoBAAAD+wAAABQAcABsAGEAYwBlAHMARABvAGMAawEAAAAuAAADvgAAAGcBAAADAAAAAQAAAOoAAAO+/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAQAAAC4AAAO+AAABGQEAAAMAAAADAAAHgAAAAUj8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAHgAAAAJEBAAADAAAF0QAAA74AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=