Compare commits

..

No commits in common. "70a54c087ab2adcadc29901d0b8a7abee7cc6156" and "537243b7b1d61f12ec26ba17320e2187668abb1c" have entirely different histories.

8 changed files with 73 additions and 144 deletions

View File

@ -12,13 +12,13 @@
# I put the file alacritty.toml in $HOME/.config/alacritty. However it can be kept anywhere among the places mentioned in # I put the file alacritty.toml in $HOME/.config/alacritty. However it can be kept anywhere among the places mentioned in
# https://github.com/alacritty/alacritty/tree/master#configuration # https://github.com/alacritty/alacritty/tree/master#configuration
import = ["~/.config/alacritty/solarized-dark.toml"]
[window] [window]
# opacity = 0.9 # opacity = 0.9
padding.x = 10 padding.x = 10
# padding.y = 10 # padding.y = 10
decorations = "Full" decorations = "Full"
decorations_theme_variant = "Light" # "Dark" decorations_theme_variant = "Light" # "Dark"
@ -34,6 +34,34 @@ bold_italic.family = "CartographCF Nerd Font"
bold_italic.style = "ExtraBold Italic" bold_italic.style = "ExtraBold Italic"
[colors.primary]
background = "#002b36"
foreground = "#839496"
[colors.normal]
black = '#073642' # Black (Host)
red = '#dc322f' # red (syntax string)
green = '#859900' # green (command)
yellow = '#b58900' # yellow (command second)
blue = '#268bd2' # blue (path)
magenta = '#d33682' # magenta (syntax var)
cyan = '#2aa198' # cyan (prompt)
white= '#eee8d5' # white
[colors.bright]
black= '#002b36' # Bright Black
red = '#cb4b16' # bright red (command error)
green = '#586e75' # bright green (exec)
yellow= '#657b83' # bright yellow
blue = '#839496' # bright blue (folder)
magenta= '#6c71c4' # bright magenta
cyan= '#93a1a1' # bright cyan
white= '#fdf6e3' # bright white
[colors.cursor]
text = "#002b36"
cursor = "#839496"
[[hints.enabled]] [[hints.enabled]]
binding = { key = "O", mods = "Control|Shift" } binding = { key = "O", mods = "Control|Shift" }
command = "xdg-open" command = "xdg-open"

View File

@ -1,27 +0,0 @@
[colors.primary]
background = "#002b36"
foreground = "#839496"
[colors.normal]
black = '#073642' # Black (Host)
red = '#dc322f' # red (syntax string)
green = '#859900' # green (command)
yellow = '#b58900' # yellow (command second)
blue = '#268bd2' # blue (path)
magenta = '#d33682' # magenta (syntax var)
cyan = '#2aa198' # cyan (prompt)
white= '#eee8d5' # white
[colors.bright]
black= '#002b36' # Bright Black
red = '#cb4b16' # bright red (command error)
green = '#586e75' # bright green (exec)
yellow= '#657b83' # bright yellow
blue = '#839496' # bright blue (folder)
magenta= '#6c71c4' # bright magenta
cyan= '#93a1a1' # bright cyan
white= '#fdf6e3' # bright white
[colors.cursor]
text = "#002b36"
cursor = "#839496"

View File

@ -1,27 +0,0 @@
[colors.normal]
black = '#EEE8D5' # Black (Host)
red = '#DC322F' # Red (Syntax string)
green = '#859900' # Green (Command)
yellow = '#b58900' # yellow (command second)
blue = '#268bd2' # blue (path)
magenta = '#d33682' # magenta (syntax var)
cyan = '#2aa198' # cyan (prompt)
white= '#002b36' # white
[colors.bright]
black= '#657b83' # Bright Black
red = '#cb4b16' # bright red (command error)
green = '#859900' # bright green (exec)
yellow= '#b58900' # bright yellow
blue = '#6c71c4' # bright blue (folder)
magenta= '#d33682' # bright magenta
cyan= '#2aa198' # bright cyan
white= '#073642' # bright white
[colors.primary]
background= '#FDF6E3' # Background
foreground= '#657B83' # Foreground (Text)
[colors.cursor]
cursor= '#657b83' # cursor
text= '#FDF6E3' # Background

View File

@ -1,18 +1,18 @@
[global] [global]
font = "CartographCF Nerd Font 13" font = "Ubuntu Nerd Font, Cartograph CF Regular 13"
allow_markup = yes allow_markup = yes
markup = yes markup = yes
format = "<span foreground='#a7c080'><b>%s</b></span>\n%b" format = "<span foreground='#5bb1b4'><b>%s</b></span>\n%b"
sort = yes sort = yes
indicate_hidden = yes indicate_hidden = yes
bounce_freq = 0 bounce_freq = 0
show_age_threshold = 60 show_age_threshold = 60
word_wrap = yes word_wrap = yes
ignore_newline = false ignore_newline = false
origin = top-right origin = bottom-center
transparency = 5 transparency = 5
idle_threshold = 120 idle_threshold = 120
monitor = 1 monitor = 0
follow = mouse follow = mouse
sticky_history = yes sticky_history = yes
line_height = 0 line_height = 0
@ -45,20 +45,20 @@
context = ctrl+shift+period context = ctrl+shift+period
[urgency_low] [urgency_low]
background = "#1e2326" background = "#131519"
foreground = "#d3c6aa" foreground = "#ffffff"
highlight = "#a7c080" highlight = "#5bb1b4"
timeout = 3
[urgency_normal]
background = "#1e2326"
foreground = "#d3c6aa"
highlight = "#a7c080"
timeout = 5 timeout = 5
[urgency_critical] [urgency_normal]
background = "#1e2326" background = "#131519"
foreground = "#d3c6aa" foreground = "#ffffff"
highlight = "#a7c080" highlight = "#5bb1b4"
timeout = 3 timeout = 20
[urgency_critical]
background = "#131519"
foreground = "#ffffff"
highlight = "#5bb1b4"
timeout = 0

View File

@ -18,7 +18,6 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
bindsym $mod+b exec firefox bindsym $mod+b exec firefox
bindsym $mod+Shift+b exec qutebrowser bindsym $mod+Shift+b exec qutebrowser
bindsym $mod+Shift+apostrophe exec ~/scripts/switch.fish
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
bindsym $mod+Shift+c kill bindsym $mod+Shift+c kill
bindsym $mod+Shift+Return exec $menu bindsym $mod+Shift+Return exec $menu

View File

@ -3,10 +3,10 @@ unbind C-b
bind-key C-a send-prefix bind-key C-a send-prefix
unbind C-o unbind C-o
bind C-o display-popup -E "~/.cargo/bin/tms" bind C-o display-popup -E "tms"
unbind C-j unbind C-j
bind C-j display-popup -E "~/.cargo/bin/tms switch" bind C-j display-popup -E "tms switch"
unbind % unbind %
bind | split-window -h bind | split-window -h

View File

@ -1,44 +0,0 @@
* {
border: none;
border-radius: 0;
/* padding: 0; */
/* margin: 0; */
font-size: 15px;
font-family: FiraCode Nerd Font;
font-style: italic;
}
window#waybar {
background: #fdf6e3;
color: #000;
margin: 10px;
}
#workspaces button {
margin-left: 2px;
padding: 2px 8px;
color: #000;
}
#workspaces button:hover,
#workspaces button:active {
background-color: #004d61;
color: #000;
}
#workspaces button.focused {
background-color: #eee8d5;
}
#language {
margin-right: 7px;
}
#battery {
margin-left: 7px;
margin-right: 3px;
}
#clock {
margin: 0px 6px;
}

View File

@ -1,50 +1,50 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
font-size: 11px; font-size: 11px;
} }
window#waybar { window#waybar {
background: #002b36; background: #002b36;
color: #839496; color: #839496;
} }
#custom-logo { #custom-logo {
font-size: 18px; font-size: 18px;
margin: 0; margin: 0;
margin-left: 7px; margin-left: 7px;
margin-right: 12px; margin-right: 12px;
padding: 0; padding: 0;
font-family: NotoSans Nerd Font Mono; font-family: NotoSans Nerd Font Mono;
} }
#workspaces button { #workspaces button {
margin-left: 2px; margin-left: 2px;
margin-right: 10px; margin-right: 10px;
color: #839496; color: #839496;
} }
#workspaces button:hover, #workspaces button:hover,
#workspaces button:active { #workspaces button:active {
background-color: #002b36; background-color: #002b36;
color: #839496; color: #839496;
} }
#workspaces button.focused { #workspaces button.focused {
background-color: #383737; background-color: #383737;
} }
#language { #language {
margin-right: 7px; margin-right: 7px;
} }
#battery { #battery {
margin-left: 7px; margin-left: 7px;
margin-right: 3px; margin-right: 3px;
} }
#clock { #clock {
margin: 0px 6px; margin: 0px 6px;
} }