diff --git a/src/resources/stylesheet.css b/src/resources/stylesheet.css deleted file mode 100644 index e69de29..0000000 diff --git a/src/resources/Main_Window.glade b/user_config/usr/share/app_name/Main_Window.glade similarity index 100% rename from src/resources/Main_Window.glade rename to user_config/usr/share/app_name/Main_Window.glade diff --git a/user_config/usr/share/app_name/icons/app_name-64x64.png b/user_config/usr/share/app_name/icons/app_name-64x64.png new file mode 100644 index 0000000..6105709 Binary files /dev/null and b/user_config/usr/share/app_name/icons/app_name-64x64.png differ diff --git a/user_config/usr/share/app_name/icons/app_name.png b/user_config/usr/share/app_name/icons/app_name.png new file mode 100644 index 0000000..c40fb0f Binary files /dev/null and b/user_config/usr/share/app_name/icons/app_name.png differ diff --git a/user_config/usr/share/app_name/icons/archive.png b/user_config/usr/share/app_name/icons/archive.png new file mode 100644 index 0000000..7943e4e Binary files /dev/null and b/user_config/usr/share/app_name/icons/archive.png differ diff --git a/user_config/usr/share/app_name/icons/audio.png b/user_config/usr/share/app_name/icons/audio.png new file mode 100644 index 0000000..c010134 Binary files /dev/null and b/user_config/usr/share/app_name/icons/audio.png differ diff --git a/user_config/usr/share/app_name/icons/bin.png b/user_config/usr/share/app_name/icons/bin.png new file mode 100644 index 0000000..d6954e3 Binary files /dev/null and b/user_config/usr/share/app_name/icons/bin.png differ diff --git a/user_config/usr/share/app_name/icons/dir.png b/user_config/usr/share/app_name/icons/dir.png new file mode 100644 index 0000000..a9b5e9f Binary files /dev/null and b/user_config/usr/share/app_name/icons/dir.png differ diff --git a/user_config/usr/share/app_name/icons/doc.png b/user_config/usr/share/app_name/icons/doc.png new file mode 100644 index 0000000..f838826 Binary files /dev/null and b/user_config/usr/share/app_name/icons/doc.png differ diff --git a/user_config/usr/share/app_name/icons/pdf.png b/user_config/usr/share/app_name/icons/pdf.png new file mode 100644 index 0000000..9f40122 Binary files /dev/null and b/user_config/usr/share/app_name/icons/pdf.png differ diff --git a/user_config/usr/share/app_name/icons/presentation.png b/user_config/usr/share/app_name/icons/presentation.png new file mode 100644 index 0000000..3a339af Binary files /dev/null and b/user_config/usr/share/app_name/icons/presentation.png differ diff --git a/user_config/usr/share/app_name/icons/spreadsheet.png b/user_config/usr/share/app_name/icons/spreadsheet.png new file mode 100644 index 0000000..710efa6 Binary files /dev/null and b/user_config/usr/share/app_name/icons/spreadsheet.png differ diff --git a/user_config/usr/share/app_name/icons/text.png b/user_config/usr/share/app_name/icons/text.png new file mode 100644 index 0000000..2546fcd Binary files /dev/null and b/user_config/usr/share/app_name/icons/text.png differ diff --git a/user_config/usr/share/app_name/icons/trash.png b/user_config/usr/share/app_name/icons/trash.png new file mode 100644 index 0000000..c6514b9 Binary files /dev/null and b/user_config/usr/share/app_name/icons/trash.png differ diff --git a/user_config/usr/share/app_name/icons/video.png b/user_config/usr/share/app_name/icons/video.png new file mode 100644 index 0000000..55afa98 Binary files /dev/null and b/user_config/usr/share/app_name/icons/video.png differ diff --git a/user_config/usr/share/app_name/icons/web.png b/user_config/usr/share/app_name/icons/web.png new file mode 100644 index 0000000..17017ce Binary files /dev/null and b/user_config/usr/share/app_name/icons/web.png differ diff --git a/user_config/usr/share/app_name/settings.json b/user_config/usr/share/app_name/settings.json new file mode 100644 index 0000000..c9f246f --- /dev/null +++ b/user_config/usr/share/app_name/settings.json @@ -0,0 +1,20 @@ +{ + "settings": { + "base_of_home": "", + "hide_hidden_files": "true", + "thumbnailer_path": "ffmpegthumbnailer", + "go_past_home": "true", + "lock_folder": "false", + "locked_folders": "venv::::flasks", + "mplayer_options": "-quiet -really-quiet -xy 1600 -geometry 50%:50%", + "music_app": "/opt/deadbeef/bin/deadbeef", + "media_app": "mpv", + "image_app": "mirage", + "office_app": "libreoffice", + "pdf_app": "evince", + "text_app": "leafpad", + "file_manager_app": "solarfm", + "terminal_app": "terminator", + "remux_folder_max_disk_usage": "8589934592" + } +} diff --git a/user_config/usr/share/app_name/stylesheet.css b/user_config/usr/share/app_name/stylesheet.css new file mode 100644 index 0000000..c0383f6 --- /dev/null +++ b/user_config/usr/share/app_name/stylesheet.css @@ -0,0 +1,86 @@ +/* Set fm to have transparent window */ +box, +iconview, +notebook, +paned, +stack, +scrolledwindow, +treeview.view, +.content-view, +.view { + background: rgba(19, 21, 25, 0.14); + color: rgba(255, 255, 255, 1); +} + +notebook > header > tabs > tab:checked { + /* Neon Blue 00e8ff */ + background-color: rgba(0, 232, 255, 0.2); + /* Dark Bergundy */ + /* background-color: rgba(116, 0, 0, 0.25); */ + + color: rgba(255, 255, 255, 0.8); +} + +#message_view { + font: 16px "Monospace"; +} + +.view:selected, +.view:selected:hover { + box-shadow: inset 0 0 0 9999px rgba(21, 158, 167, 0.34); + color: rgba(255, 255, 255, 0.5); +} + +.alert-border { + border: 2px solid rgba(116, 0, 0, 0.64); +} + +.search-border { + border: 2px solid rgba(136, 204, 39, 1); +} + +.notebook-selected-focus { + /* Neon Blue 00e8ff border */ + border: 2px solid rgba(0, 232, 255, 0.34); + /* Dark Bergundy */ + /* border: 2px solid rgba(116, 0, 0, 0.64); */ +} + +.notebook-unselected-focus { + /* Neon Blue 00e8ff border */ + /* border: 2px solid rgba(0, 232, 255, 0.25); */ + /* Dark Bergundy */ + /* border: 2px solid rgba(116, 0, 0, 0.64); */ + /* Snow White */ + border: 2px solid rgba(255, 255, 255, 0.24); +} + + + + + +/* * { + background: rgba(0, 0, 0, 0.14); + color: rgba(255, 255, 255, 1); +} */ + +/* * selection { + background-color: rgba(116, 0, 0, 0.65); + color: rgba(255, 255, 255, 0.5); +} */ + +/* Rubberband coloring */ +/* .rubberband, +rubberband, +flowbox rubberband, +treeview.view rubberband, +.content-view rubberband, +.content-view .rubberband, +XfdesktopIconView.view .rubberband { + border: 1px solid #6c6c6c; + background-color: rgba(21, 158, 167, 0.57); +} + +XfdesktopIconView.view:active { + background-color: rgba(172, 102, 21, 1); +} */