Compare commits
No commits in common. "6ed5a1c5b4068aec1e3d43814cde6522139daeac" and "b79d1fec0ecc4860be1c3ec934038ab67e3e1643" have entirely different histories.
6ed5a1c5b4
...
b79d1fec0e
4 changed files with 51 additions and 37 deletions
|
@ -8,7 +8,7 @@
|
||||||
pager = less
|
pager = less
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 20
|
autocorrect = 10
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
|
|
|
@ -13,26 +13,26 @@
|
||||||
bordercolor: @active-background;
|
bordercolor: @active-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 1;
|
border: 1;
|
||||||
border-radius: 6;
|
border-radius: 6;
|
||||||
border-color: @bordercolor;
|
border-color: @bordercolor;
|
||||||
padding: 5;
|
padding: 5;
|
||||||
}
|
}
|
||||||
mainbox {
|
#mainbox {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
message {
|
#message {
|
||||||
border: 1px dash 0px 0px ;
|
border: 1px dash 0px 0px ;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
padding: 1px ;
|
padding: 1px ;
|
||||||
}
|
}
|
||||||
textbox {
|
#textbox {
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
listview {
|
#listview {
|
||||||
fixed-height: 0;
|
fixed-height: 0;
|
||||||
border: 2px dash 0px 0px ;
|
border: 2px dash 0px 0px ;
|
||||||
border-color: @bordercolor;
|
border-color: @bordercolor;
|
||||||
|
@ -40,88 +40,81 @@ listview {
|
||||||
scrollbar: false;
|
scrollbar: false;
|
||||||
padding: 2px 0px 0px ;
|
padding: 2px 0px 0px ;
|
||||||
}
|
}
|
||||||
element {
|
#element {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 1px ;
|
padding: 1px ;
|
||||||
}
|
}
|
||||||
element-text {
|
#element.normal.normal {
|
||||||
background-color: inherit;
|
|
||||||
text-color: inherit;
|
|
||||||
}
|
|
||||||
element-icon {
|
|
||||||
background-color: inherit;
|
|
||||||
}
|
|
||||||
element.normal.normal {
|
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.normal.urgent {
|
#element.normal.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @urgent-foreground;
|
text-color: @urgent-foreground;
|
||||||
}
|
}
|
||||||
element.normal.active {
|
#element.normal.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.selected.normal {
|
#element.selected.normal {
|
||||||
background-color: @selected-background;
|
background-color: @selected-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.selected.urgent {
|
#element.selected.urgent {
|
||||||
background-color: @selected-urgent-background;
|
background-color: @selected-urgent-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.selected.active {
|
#element.selected.active {
|
||||||
background-color: @selected-active-background;
|
background-color: @selected-active-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.alternate.normal {
|
#element.alternate.normal {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.alternate.urgent {
|
#element.alternate.urgent {
|
||||||
background-color: @urgent-background;
|
background-color: @urgent-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
element.alternate.active {
|
#element.alternate.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
scrollbar {
|
#scrollbar {
|
||||||
width: 2px ;
|
width: 2px ;
|
||||||
border: 0;
|
border: 0;
|
||||||
handle-width: 8px ;
|
handle-width: 8px ;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
sidebar {
|
#sidebar {
|
||||||
border: 2px dash 0px 0px ;
|
border: 2px dash 0px 0px ;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
button.selected {
|
#button.selected {
|
||||||
background-color: @selected-background;
|
background-color: @selected-background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
inputbar {
|
#inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
padding: 1px ;
|
padding: 1px ;
|
||||||
}
|
}
|
||||||
case-indicator {
|
#case-indicator {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
entry {
|
#entry {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
prompt {
|
#prompt {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
inputbar {
|
#inputbar {
|
||||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
}
|
}
|
||||||
textbox-prompt-colon {
|
#textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
margin: 0px 0.3em 0em 0em ;
|
margin: 0px 0.3em 0em 0em ;
|
||||||
|
|
|
@ -5,7 +5,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
|
||||||
|
|
||||||
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
|
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
|
||||||
)
|
)
|
||||||
%{$fg[default]%}%D{%T} %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
|
%{$fg[default]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
|
||||||
%{$fg[green]%}$%{$reset_color%} '
|
%{$fg[green]%}$%{$reset_color%} '
|
||||||
|
|
||||||
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'
|
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'
|
||||||
|
|
29
.xprofile
29
.xprofile
|
@ -16,6 +16,17 @@ fi
|
||||||
network_wait_pid=1
|
network_wait_pid=1
|
||||||
audio_wait_pid=1
|
audio_wait_pid=1
|
||||||
|
|
||||||
|
#_autostart_portalo()
|
||||||
|
#{
|
||||||
|
# #xrandr --output DVI-D-0 --left-of HDMI-A-0
|
||||||
|
# #xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144
|
||||||
|
#}
|
||||||
|
#
|
||||||
|
#_autostart_laptop()
|
||||||
|
#{
|
||||||
|
# #xrandr --output eDP-1 --auto
|
||||||
|
# #xrandr --output HDMI-2 --left-of eDP-1 --auto
|
||||||
|
#}
|
||||||
|
|
||||||
wait_for_service()
|
wait_for_service()
|
||||||
{
|
{
|
||||||
|
@ -23,6 +34,7 @@ wait_for_service()
|
||||||
do
|
do
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
done
|
done
|
||||||
|
sleep 1
|
||||||
}
|
}
|
||||||
|
|
||||||
_autostart_workspace_voip()
|
_autostart_workspace_voip()
|
||||||
|
@ -78,13 +90,22 @@ _autostart_apps()
|
||||||
|
|
||||||
_autostart()
|
_autostart()
|
||||||
{
|
{
|
||||||
### wait for audio
|
|
||||||
start_jack
|
|
||||||
|
|
||||||
### wait for internet
|
### wait for internet
|
||||||
wait_for_service "network-online.target"
|
wait_for_service "network-online.target" &
|
||||||
|
network_wait_pid=$!
|
||||||
|
|
||||||
|
### wait for audio
|
||||||
|
start_jack &
|
||||||
|
audio_wait_pid=$!
|
||||||
|
|
||||||
|
echo $audio_wait_pid
|
||||||
|
echo $network_wait_pid
|
||||||
|
|
||||||
_autostart_apps &
|
_autostart_apps &
|
||||||
|
|
||||||
|
wait $network_wait_pid
|
||||||
|
wait $audio_wait_pid
|
||||||
|
|
||||||
_autostart_workspace_voip &
|
_autostart_workspace_voip &
|
||||||
_autostart_workspace_messenger &
|
_autostart_workspace_messenger &
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue