Fixes gnome settings
This commit is contained in:
@@ -49,7 +49,7 @@ format = "[◤](#444444 bg:red)[$symbol $status ](bg:red)"
|
|||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
style="bg:#444444 bright-white"
|
style="bg:#444444 bright-white"
|
||||||
format="[ $time ]($style)"
|
format="[$time ]($style)"
|
||||||
time_format = '%a %b %d %R'
|
time_format = '%a %b %d %R'
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
@@ -67,4 +67,8 @@ disabled=false
|
|||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style="bold red"
|
style="bold red"
|
||||||
format='([\[$all_status$ahead_behind\]]($style) )'
|
format='([\[$all_status$ahead_behind\]]($style) )'
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# vc-follow-symlinks: t
|
||||||
|
# End:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ function run() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function load_gnome_terminal_profiles() {
|
function load_gnome_terminal_profiles() {
|
||||||
run dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf
|
run dconf load /org/gnome/terminal/legacy/profiles:/ < $(this_script_root_dir)/gnome-terminal-profiles.dconf
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_home() {
|
function install_home() {
|
||||||
|
|||||||
Reference in New Issue
Block a user