forked from tcet-opensource/tcet-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MAJOR] Merge pull request tcet-opensource#57 from tcet-opensource/xf…
…ce-de [MAJOR] Welcome app and other improvements
- Loading branch information
Showing
18 changed files
with
306 additions
and
3,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
airootfs/etc/skel/.config/autostart/set_once_xfce4.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Desktop Entry] | ||
Encoding=UTF-8 | ||
Version=0.9.4 | ||
Type=Application | ||
Name=set_once | ||
Comment=set up xed once | ||
Exec=sh -c ~/set_once_xfce4.sh | ||
OnlyShowIn=XFCE; | ||
StartupNotify=false | ||
Terminal=false | ||
Hidden=false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
dbus-launch dconf load / < ~/xed.dconf | ||
rm ~/xed.dconf ~/.config/autostart/set_once_xfce4.desktop ~/set_once_xfce4.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<actions> | ||
<action> | ||
<icon>terminal</icon> | ||
<name>Open Terminal Here</name> | ||
<unique-id>1624819824627808-1</unique-id> | ||
<command>exo-open --working-directory %f --launch TerminalEmulator</command> | ||
<description>Open Xfce4 Terminal In Current Directory</description> | ||
<patterns>*</patterns> | ||
<startup-notify/> | ||
<directories/> | ||
</action> | ||
<action> | ||
<icon>view-hidden</icon> | ||
<name>Show Hidden Files</name> | ||
<unique-id>1624823324668515-1</unique-id> | ||
<command>xdotool key "ctrl+h"</command> | ||
<description>Show Files Starting With A Dot</description> | ||
<patterns>*</patterns> | ||
<directories/> | ||
<audio-files/> | ||
<image-files/> | ||
<other-files/> | ||
<text-files/> | ||
<video-files/> | ||
</action> | ||
</actions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Default Applications] | ||
text/plain=xed.desktop | ||
application/xml=xed.desktop | ||
application/x-zerosize=xed.desktop | ||
|
||
[Added Associations] | ||
text/plain=xed.desktop; | ||
application/xml=xed.desktop; | ||
application/x-zerosize=xed.desktop; | ||
application/x-desktop=xed.desktop; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
format = """ | ||
[░▒▓](#a3aed2)\ | ||
[ ](bg:#a3aed2 fg:#090c0c)\ | ||
[](bg:#769ff0 fg:#a3aed2)\ | ||
$directory\ | ||
[](fg:#769ff0 bg:#394260)\ | ||
$git_branch\ | ||
$git_status\ | ||
[](fg:#394260 bg:#212736)\ | ||
$nodejs\ | ||
$rust\ | ||
$golang\ | ||
$php\ | ||
[](fg:#212736 bg:#1d2230)\ | ||
$time\ | ||
[ ](fg:#1d2230)\ | ||
\n▶▶ """ | ||
|
||
[directory] | ||
style = "fg:#e3e5e5 bg:#769ff0" | ||
format = "[ $path ]($style)" | ||
truncation_length = 3 | ||
truncation_symbol = "…/" | ||
|
||
[directory.substitutions] | ||
"Documents" = " " | ||
"Downloads" = " " | ||
"Music" = " " | ||
"Pictures" = " " | ||
|
||
[git_branch] | ||
symbol = "" | ||
style = "bg:#394260" | ||
format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)' | ||
|
||
[git_status] | ||
style = "bg:#394260" | ||
format = '[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)' | ||
|
||
[nodejs] | ||
symbol = "" | ||
style = "bg:#212736" | ||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' | ||
|
||
[rust] | ||
symbol = "" | ||
style = "bg:#212736" | ||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' | ||
|
||
[golang] | ||
symbol = "" | ||
style = "bg:#212736" | ||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' | ||
|
||
[php] | ||
symbol = "" | ||
style = "bg:#212736" | ||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' | ||
|
||
[time] | ||
disabled = false | ||
time_format = "%R" # Hour:Minute Format | ||
style = "bg:#1d2230" | ||
format = '[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
; xfce4-terminal GtkAccelMap rc-file -*- scheme -*- | ||
; this file is an automated accelerator map dump | ||
; | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>2") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-6" "<Alt>6") | ||
; (gtk_accel_path "<Actions>/terminal-window/copy-input" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/close-other-tabs" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/move-tab-right" "<Primary><Shift>Page_Down") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-7" "<Alt>7") | ||
; (gtk_accel_path "<Actions>/terminal-window/set-title-color" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/zoom-menu" "") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>1") | ||
; (gtk_accel_path "<Actions>/terminal-window/fullscreen" "F11") | ||
; (gtk_accel_path "<Actions>/terminal-window/read-only" "") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-5" "<Alt>5") | ||
; (gtk_accel_path "<Actions>/terminal-window/preferences" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/reset-and-clear" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/about" "") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "<Alt>4") | ||
; (gtk_accel_path "<Actions>/terminal-window/close-window" "<Primary><Shift>q") | ||
; (gtk_accel_path "<Actions>/terminal-window/reset" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/save-contents" "") | ||
(gtk_accel_path "<Actions>/terminal-window/toggle-menubar" "F10") | ||
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c") | ||
; (gtk_accel_path "<Actions>/terminal-window/copy-html" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/last-active-tab" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/show-borders" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/view-menu" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/detach-tab" "<Primary><Shift>d") | ||
; (gtk_accel_path "<Actions>/terminal-window/scroll-on-output" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/show-toolbar" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down") | ||
; (gtk_accel_path "<Actions>/terminal-window/tabs-menu" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/search-next" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/search-prev" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/undo-close-tab" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/set-title" "<Primary><Shift>s") | ||
; (gtk_accel_path "<Actions>/terminal-window/contents" "F1") | ||
; (gtk_accel_path "<Actions>/terminal-window/zoom-reset" "<Primary>0") | ||
; (gtk_accel_path "<Actions>/terminal-window/close-tab" "<Primary><Shift>w") | ||
; (gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary><Shift>t") | ||
; (gtk_accel_path "<Actions>/terminal-window/new-window" "<Primary><Shift>n") | ||
; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/select-all" "<Primary><Shift>a") | ||
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-9" "<Alt>9") | ||
; (gtk_accel_path "<Actions>/terminal-window/move-tab-left" "<Primary><Shift>Page_Up") | ||
; (gtk_accel_path "<Actions>/terminal-window/search" "<Primary><Shift>f") | ||
; (gtk_accel_path "<Actions>/terminal-window/file-menu" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up") | ||
; (gtk_accel_path "<Actions>/terminal-window/paste-selection" "") | ||
; (gtk_accel_path "<Actions>/terminal-window/zoom-in" "<Primary>plus") | ||
; (gtk_accel_path "<Actions>/terminal-window/zoom-out" "<Primary>minus") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-8" "<Alt>8") | ||
; (gtk_accel_path "<Actions>/terminal-window/help-menu" "") | ||
(gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "<Alt>3") |
Oops, something went wrong.