Compare commits
2 Commits
537243b7b1
...
70a54c087a
Author | SHA1 | Date | |
---|---|---|---|
70a54c087a | |||
18d6de8f43 |
@ -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,34 +34,6 @@ 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"
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
[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"
|
27
laptop/configs/alacritty/.config/alacritty/white.toml
Normal file
27
laptop/configs/alacritty/.config/alacritty/white.toml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
[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
|
@ -1,18 +1,18 @@
|
|||||||
[global]
|
[global]
|
||||||
font = "Ubuntu Nerd Font, Cartograph CF Regular 13"
|
font = "CartographCF Nerd Font 13"
|
||||||
allow_markup = yes
|
allow_markup = yes
|
||||||
markup = yes
|
markup = yes
|
||||||
format = "<span foreground='#5bb1b4'><b>%s</b></span>\n%b"
|
format = "<span foreground='#a7c080'><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 = bottom-center
|
origin = top-right
|
||||||
transparency = 5
|
transparency = 5
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
monitor = 0
|
monitor = 1
|
||||||
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 = "#131519"
|
background = "#1e2326"
|
||||||
foreground = "#ffffff"
|
foreground = "#d3c6aa"
|
||||||
highlight = "#5bb1b4"
|
highlight = "#a7c080"
|
||||||
timeout = 5
|
timeout = 3
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#131519"
|
background = "#1e2326"
|
||||||
foreground = "#ffffff"
|
foreground = "#d3c6aa"
|
||||||
highlight = "#5bb1b4"
|
highlight = "#a7c080"
|
||||||
timeout = 20
|
timeout = 5
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#131519"
|
background = "#1e2326"
|
||||||
foreground = "#ffffff"
|
foreground = "#d3c6aa"
|
||||||
highlight = "#5bb1b4"
|
highlight = "#a7c080"
|
||||||
timeout = 0
|
timeout = 3
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ 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
|
||||||
|
@ -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 "tms"
|
bind C-o display-popup -E "~/.cargo/bin/tms"
|
||||||
|
|
||||||
unbind C-j
|
unbind C-j
|
||||||
bind C-j display-popup -E "tms switch"
|
bind C-j display-popup -E "~/.cargo/bin/tms switch"
|
||||||
|
|
||||||
unbind %
|
unbind %
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
|
44
laptop/configs/waybar/.config/waybar/style-white.css
Normal file
44
laptop/configs/waybar/.config/waybar/style-white.css
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
* {
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user