New backup 2024-12-05 16:50:14
This commit is contained in:
parent
1d8b699709
commit
639a759ef2
7 changed files with 232 additions and 0 deletions
29
de/home/.config/micro/colorschemes/pogmommy.micro
Normal file
29
de/home/.config/micro/colorschemes/pogmommy.micro
Normal file
|
@ -0,0 +1,29 @@
|
|||
color-link comment "108,237"
|
||||
color-link constant.string "174,237"
|
||||
color-link constant.number "116,237"
|
||||
color-link constant "181,237"
|
||||
color-link identifier "223,237"
|
||||
color-link statement "223,237"
|
||||
color-link symbol "223,237"
|
||||
color-link preproc "223,237"
|
||||
color-link type "187,237"
|
||||
color-link special "181,237"
|
||||
color-link underlined "188,237"
|
||||
color-link error "115,236"
|
||||
color-link todo "bold 254,237"
|
||||
color-link hlsearch "230,22"
|
||||
color-link statusline "186,236"
|
||||
color-link tabbar "186,236"
|
||||
color-link indent-char "238,237"
|
||||
color-link line-number "248,238"
|
||||
color-link diff-added "34"
|
||||
color-link diff-modified "214"
|
||||
color-link diff-deleted "160"
|
||||
color-link gutter-error "237,174"
|
||||
color-link gutter-warning "174,237"
|
||||
#color-link cursor-line "238"
|
||||
#color-link color-column "238"
|
||||
color-link current-line-number "188,237"
|
||||
color-link match-brace "237,223"
|
||||
color-link tab-error "167"
|
||||
color-link trailingws "167"
|
5
de/home/.config/micro/settings.json
Normal file
5
de/home/.config/micro/settings.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"autosave": 1,
|
||||
"colorscheme": "pogmommy",
|
||||
"infobar": false
|
||||
}
|
6
de/home/.config/nwg-look/config
Normal file
6
de/home/.config/nwg-look/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"export-settings-ini": true,
|
||||
"export-gtkrc-20": true,
|
||||
"export-index-theme": true,
|
||||
"export-xsettingsd": true
|
||||
}
|
119
de/home/.config/pcmanfm-qt/default/settings.conf
Normal file
119
de/home/.config/pcmanfm-qt/default/settings.conf
Normal file
|
@ -0,0 +1,119 @@
|
|||
[Behavior]
|
||||
AutoSelectionDelay=600
|
||||
BookmarkOpenMethod=current_tab
|
||||
ConfirmDelete=true
|
||||
ConfirmTrash=false
|
||||
CtrlRightClick=false
|
||||
NoUsbTrash=false
|
||||
QuickExec=false
|
||||
RecentFilesNumber=0
|
||||
SelectNewFiles=false
|
||||
SingleClick=false
|
||||
SingleWindowMode=false
|
||||
UseTrash=true
|
||||
|
||||
[Desktop]
|
||||
AllSticky=false
|
||||
BgColor=#000000
|
||||
DesktopCellMargins=@Size(3 1)
|
||||
DesktopIconSize=48
|
||||
DesktopShortcuts=@Invalid()
|
||||
FgColor=#ffffff
|
||||
Font="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
HideItems=false
|
||||
LastSlide=
|
||||
OpenWithDefaultFileManager=false
|
||||
PerScreenWallpaper=false
|
||||
ShadowColor=#000000
|
||||
ShowHidden=false
|
||||
SlideShowInterval=0
|
||||
SortColumn=name
|
||||
SortFolderFirst=true
|
||||
SortHiddenLast=false
|
||||
SortOrder=ascending
|
||||
TransformWallpaper=false
|
||||
Wallpaper=
|
||||
WallpaperDialogSize=@Size(700 500)
|
||||
WallpaperDialogSplitterPos=200
|
||||
WallpaperDirectory=
|
||||
WallpaperMode=none
|
||||
WallpaperRandomize=false
|
||||
WorkAreaMargins=12, 12, 12, 12
|
||||
|
||||
[FolderView]
|
||||
BackupAsHidden=false
|
||||
BigIconSize=48
|
||||
CustomColumnWidths=@Invalid()
|
||||
FolderViewCellMargins=@Size(3 3)
|
||||
HiddenColumns=@Invalid()
|
||||
Mode=icon
|
||||
NoItemTooltip=false
|
||||
ScrollPerPixel=true
|
||||
ShadowHidden=true
|
||||
ShowFilter=false
|
||||
ShowFullNames=true
|
||||
ShowHidden=false
|
||||
SidePaneIconSize=24
|
||||
SmallIconSize=24
|
||||
SortCaseSensitive=false
|
||||
SortColumn=mtime
|
||||
SortFolderFirst=true
|
||||
SortHiddenLast=false
|
||||
SortOrder=descending
|
||||
ThumbnailIconSize=128
|
||||
|
||||
[Places]
|
||||
HiddenPlaces=/home/penelope/Desktop
|
||||
|
||||
[Search]
|
||||
ContentPatterns=@Invalid()
|
||||
MaxSearchHistory=0
|
||||
NamePatterns=@Invalid()
|
||||
searchContentCaseInsensitive=false
|
||||
searchContentRegexp=true
|
||||
searchNameCaseInsensitive=false
|
||||
searchNameRegexp=true
|
||||
searchRecursive=false
|
||||
searchhHidden=false
|
||||
|
||||
[System]
|
||||
Archiver=lxqt-archiver
|
||||
FallbackIconThemeName=Adwaita
|
||||
OnlyUserTemplates=false
|
||||
SIUnit=false
|
||||
SuCommand=lxqt-sudo %s
|
||||
TemplateRunApp=false
|
||||
TemplateTypeOnce=false
|
||||
Terminal=alacritty
|
||||
|
||||
[Thumbnail]
|
||||
MaxExternalThumbnailFileSize=-1
|
||||
MaxThumbnailFileSize=4096
|
||||
ShowThumbnails=true
|
||||
ThumbnailLocalFilesOnly=true
|
||||
|
||||
[Volume]
|
||||
AutoRun=false
|
||||
CloseOnUnmount=true
|
||||
MountOnStartup=false
|
||||
MountRemovable=false
|
||||
|
||||
[Window]
|
||||
AlwaysShowTabs=true
|
||||
FixedHeight=480
|
||||
FixedWidth=640
|
||||
LastWindowHeight=536
|
||||
LastWindowMaximized=false
|
||||
LastWindowWidth=920
|
||||
PathBarButtons=true
|
||||
RememberWindowSize=true
|
||||
ReopenLastTabs=false
|
||||
ShowMenuBar=true
|
||||
ShowTabClose=true
|
||||
SidePaneMode=places
|
||||
SidePaneVisible=true
|
||||
SplitView=false
|
||||
SplitViewTabsNum=0
|
||||
SplitterPos=150
|
||||
SwitchToNewTab=true
|
||||
TabPaths=@Invalid()
|
35
de/home/.config/qt5ct/qt5ct.conf
Normal file
35
de/home/.config/qt5ct/qt5ct.conf
Normal file
|
@ -0,0 +1,35 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
||||
custom_palette=true
|
||||
icon_theme=breeze-dark
|
||||
standard_dialogs=default
|
||||
style=Fusion
|
||||
|
||||
[Fonts]
|
||||
fixed="Overpass,10,-1,5,50,0,0,0,0,0,Regular"
|
||||
general="Overpass,10,-1,5,50,0,0,0,0,0,Regular"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=0
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=/usr/share/qt5ct/qss/fusion-fixes.qss
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[QSSEditor]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x39\0\0\x4L\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\x62\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x39\0\0\x4L)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
32
de/home/.config/qt6ct/qt6ct.conf
Normal file
32
de/home/.config/qt6ct/qt6ct.conf
Normal file
|
@ -0,0 +1,32 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/darker.conf
|
||||
custom_palette=true
|
||||
icon_theme=breeze-dark
|
||||
standard_dialogs=default
|
||||
style=Fusion
|
||||
|
||||
[Fonts]
|
||||
fixed="Overpass,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
general="Overpass,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=/usr/share/qt6ct/qss/fusion-fixes.qss
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x1\xbc\0\0\x2\x17\0\0\0\0\0\0\0\0\0\0\x1\xbc\0\0\x2\x17\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x1\xbc\0\0\x2\x17)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
|
@ -48,3 +48,9 @@
|
|||
.mozilla/firefox/work/chrome
|
||||
.mozilla/firefox/work/user.js
|
||||
.config/mimeapps.list
|
||||
.config/micro/settings.json
|
||||
.config/micro/colorschemes/pogmommy.micro
|
||||
.config/qt6ct/qt6ct.conf
|
||||
.config/pcmanfm-qt/default/settings.conf
|
||||
.config/qt5ct/qt5ct.conf
|
||||
.config/nwg-look/config
|
||||
|
|
Loading…
Add table
Reference in a new issue