Update dotfiles
This commit is contained in:
@@ -249,7 +249,7 @@
|
|||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#2E3440"
|
background = "#2E3440"
|
||||||
foreground = "#ECEFF4"
|
foreground = "#ECEFF4"
|
||||||
frame_color = "#A3BE8C"
|
frame_color = "#a3be8c#"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
@@ -257,7 +257,7 @@
|
|||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#2E3440"
|
background = "#2E3440"
|
||||||
foreground = "#ECEFF4"
|
foreground = "#ECEFF4"
|
||||||
frame_color = "#A3BE8C"
|
frame_color = "#a3be8c#"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#2E3440"
|
background = "#2E3440"
|
||||||
foreground = "#ECEFF4"
|
foreground = "#ECEFF4"
|
||||||
frame_color = "#BF616A"
|
frame_color = "#a3be8c#"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ bindsym $mod+Shift+space floating toggle
|
|||||||
|
|
||||||
# Layout
|
# Layout
|
||||||
bindsym $mod+s layout stacking
|
bindsym $mod+s layout stacking
|
||||||
bindsym $mod+a layout toggle split
|
|
||||||
|
|
||||||
# Create splits just like in vim
|
# Create splits just like in vim
|
||||||
bindsym $mod+Shift+s split v
|
bindsym $mod+Shift+s split v
|
||||||
@@ -128,10 +127,10 @@ set $green "#A3BE8C"
|
|||||||
set $red "#bf616a"
|
set $red "#bf616a"
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $blue3 $nord0 $frost2 $blue3 $blue3
|
client.focused $blue3 $blue3 $frost2 $blue3 $blue3
|
||||||
client.focused_inactive $blue1 $nord0 $nord0 $frost2 $blue1
|
client.focused_inactive $nord0 $blue3 $nord0 $frost2 $nord0
|
||||||
client.unfocused $blue1 #222222 $frost0 $blue1 $blue1
|
client.unfocused $nord0 $nord0 $frost0 $blue1 $nord0
|
||||||
client.urgent $red $red $frost2 $red $red
|
client.urgent $red $red $frost2 $red $red
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
{%@@ if profile == "work" @@%}
|
{%@@ if profile == "work" @@%}
|
||||||
|
|||||||
@@ -26,11 +26,10 @@ nord0_trans = #dd2E3440
|
|||||||
accent = ${colors.blue3}
|
accent = ${colors.blue3}
|
||||||
foreground = ${colors.frost2}
|
foreground = ${colors.frost2}
|
||||||
|
|
||||||
tray = ${colors.nord1}
|
shade0 = ${colors.nord3}
|
||||||
shade0 = ${colors.nord2}
|
shade1 = ${colors.nord2}
|
||||||
shade1 = ${colors.nord3}
|
shade2 = ${colors.nord1}
|
||||||
shade2 = ${colors.nord2}
|
tray = ${colors.nord0}
|
||||||
shade3 = ${colors.nord1}
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[settings]
|
[settings]
|
||||||
@@ -47,7 +46,7 @@ enable-ipc = false
|
|||||||
# https://github.com/stark/siji
|
# https://github.com/stark/siji
|
||||||
|
|
||||||
font-0 = "InconsolataLGC Nerd Font Mono:pixelsize=9;2"
|
font-0 = "InconsolataLGC Nerd Font Mono:pixelsize=9;2"
|
||||||
font-1 = "IPAGothic:fontformat=truetype:antialias=false:pixelsize=11"
|
font-1 = "IPAGothic:fontformat=truetype:antialias=false:pixelsize=11;2"
|
||||||
font-2 = "Siji:size=7;2"
|
font-2 = "Siji:size=7;2"
|
||||||
|
|
||||||
bottom = false
|
bottom = false
|
||||||
@@ -64,11 +63,12 @@ background = ${colors.nord0}
|
|||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
tray-background = ${colors.tray}
|
tray-background = ${colors.tray}
|
||||||
tray-offset-x = 8
|
#tray-offset-x = 8
|
||||||
tray-offset-y = 0
|
tray-offset-y = 0
|
||||||
|
|
||||||
# 100%-16px(gaps)-8px(tray)
|
# 100%-16px(gaps)-8px(tray)
|
||||||
width = 100%:-24px
|
#width = 100%:-24px
|
||||||
|
width = 100%:-16px
|
||||||
height = 27
|
height = 27
|
||||||
|
|
||||||
offset-y = 8px
|
offset-y = 8px
|
||||||
@@ -77,8 +77,8 @@ offset-x = 8px
|
|||||||
override-redirect = true
|
override-redirect = true
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center =
|
modules-center = date
|
||||||
modules-right = spotify backlight volume battery date
|
modules-right = spotify backlight volume battery
|
||||||
separator =
|
separator =
|
||||||
|
|
||||||
wm-name = i3
|
wm-name = i3
|
||||||
@@ -134,12 +134,11 @@ label-urgent-padding = 2
|
|||||||
type = internal/date
|
type = internal/date
|
||||||
|
|
||||||
format-padding = 2
|
format-padding = 2
|
||||||
format-background = ${colors.shade0}
|
|
||||||
|
|
||||||
interval = 1.0
|
interval = 1.0
|
||||||
|
|
||||||
time = %I:%M %p
|
time = %I:%M %p
|
||||||
time-alt = %Y-%m-%d%
|
time-alt = %Y-%m-%d%
|
||||||
|
|
||||||
format = <label>
|
format = <label>
|
||||||
|
|
||||||
@@ -187,16 +186,18 @@ full-at = 99
|
|||||||
battery = BAT0
|
battery = BAT0
|
||||||
apdapter = ADP1
|
apdapter = ADP1
|
||||||
|
|
||||||
|
bg = ${colors.shade2}
|
||||||
|
|
||||||
format-charging = <animation-charging> <label-charging>
|
format-charging = <animation-charging> <label-charging>
|
||||||
format-charging-background = ${colors.shade1}
|
format-charging-background = ${self.bg}
|
||||||
format-charging-padding = 2
|
format-charging-padding = 2
|
||||||
|
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
format-discharging-background = ${colors.shade1}
|
format-discharging-background = ${self.bg}
|
||||||
format-discharging-padding = 2
|
format-discharging-padding = 2
|
||||||
|
|
||||||
format-full = <ramp-capacity> <label-full>
|
format-full = <ramp-capacity> <label-full>
|
||||||
format-full-background = ${colors.shade1}
|
format-full-background = ${self.bg}
|
||||||
format-full-padding = 2
|
format-full-padding = 2
|
||||||
|
|
||||||
label-charging = %percentage%%
|
label-charging = %percentage%%
|
||||||
@@ -228,7 +229,7 @@ animation-charging-framerate = 750
|
|||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
|
|
||||||
format-volume-background = ${colors.shade2}
|
format-volume-background = ${colors.shade1}
|
||||||
format-volume-padding = 2
|
format-volume-padding = 2
|
||||||
|
|
||||||
format-volume = <ramp-volume> <label-volume>
|
format-volume = <ramp-volume> <label-volume>
|
||||||
@@ -280,16 +281,21 @@ ramp-signal-4 =
|
|||||||
type = internal/backlight
|
type = internal/backlight
|
||||||
|
|
||||||
format-padding = 2
|
format-padding = 2
|
||||||
format-background = ${colors.shade3}
|
format-background = ${colors.shade0}
|
||||||
format-foreground = ${colors.foreground}
|
format-foreground = ${colors.foreground}
|
||||||
|
|
||||||
# ls -1 /sys/class/backlight
|
# ls -1 /sys/class/backlight
|
||||||
card = amdgpu_bl0
|
card = amdgpu_bl0
|
||||||
|
|
||||||
format = <label>
|
format = <bar>
|
||||||
format-prefix =
|
format-prefix = " "
|
||||||
label = " %percentage%%"
|
label = " %percentage%%"
|
||||||
|
|
||||||
|
bar-width = 10
|
||||||
|
bar-indicator = |
|
||||||
|
bar-fill = ─
|
||||||
|
bar-empty= ─
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[module/load]
|
[module/load]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
set preview_images true
|
set preview_images true
|
||||||
set preview_images_method ueberzug
|
#set preview_images_method ueberzug
|
||||||
|
set preview_images_method w3m
|
||||||
|
|
||||||
#icons
|
#icons
|
||||||
default_linemode devicons
|
default_linemode devicons
|
||||||
|
|||||||
@@ -15,6 +15,9 @@ configuration {
|
|||||||
|
|
||||||
nord-blue-light: #88C0D0;
|
nord-blue-light: #88C0D0;
|
||||||
nord-yellow: #EBCB8B;
|
nord-yellow: #EBCB8B;
|
||||||
|
nord-green: #a3be8c;
|
||||||
|
|
||||||
|
accent: @nord-yellow;
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
lines: 12;
|
lines: 12;
|
||||||
@@ -56,11 +59,11 @@ prompt {
|
|||||||
enabled: true;
|
enabled: true;
|
||||||
font: "InconsolataLGC Nerd Font Mono 16";
|
font: "InconsolataLGC Nerd Font Mono 16";
|
||||||
padding: 5 -12 0 12;
|
padding: 5 -12 0 12;
|
||||||
text-color: @nord-yellow;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
padding: 12;
|
padding: 12;
|
||||||
text-color: @nord-yellow;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ set colorcolumn=81
|
|||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
|
|
||||||
" ------------------------------------- General --------------------------------
|
" ------------------------------------- General --------------------------------
|
||||||
set number
|
|
||||||
set relativenumber
|
set relativenumber
|
||||||
" :highlight LineNr ctermfg=white "color
|
" :highlight LineNr ctermfg=white "color
|
||||||
set showmatch " Highlights paranthesis
|
set showmatch " Highlights paranthesis
|
||||||
@@ -77,7 +76,6 @@ set noshowmode " don't show mode in status
|
|||||||
set noshowcmd " don't show command in status
|
set noshowcmd " don't show command in status
|
||||||
"set cursorline " highlight cursorline
|
"set cursorline " highlight cursorline
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set mouse=a
|
|
||||||
set mouse=c
|
set mouse=c
|
||||||
set undolevels=1337
|
set undolevels=1337
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
@@ -112,12 +110,6 @@ let &t_SI = "\<Esc>[6 q"
|
|||||||
let &t_SR = "\<Esc>[4 q"
|
let &t_SR = "\<Esc>[4 q"
|
||||||
let &t_EI = "\<Esc>[2 q"
|
let &t_EI = "\<Esc>[2 q"
|
||||||
|
|
||||||
" ------------------------------------- Folding --------------------------------
|
|
||||||
set foldenable
|
|
||||||
set foldlevelstart=30 " open folds at start
|
|
||||||
set foldnestmax=30
|
|
||||||
set foldmethod=indent
|
|
||||||
|
|
||||||
" ------------------------------------- netrw ----------------------------------
|
" ------------------------------------- netrw ----------------------------------
|
||||||
nmap <C-e> :Ex <CR>
|
nmap <C-e> :Ex <CR>
|
||||||
|
|
||||||
|
|||||||
@@ -147,6 +147,7 @@ bindkey '^Z' fancy-ctrl-z
|
|||||||
## Nord dir colors
|
## Nord dir colors
|
||||||
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)
|
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)
|
||||||
|
|
||||||
|
## Syntax Highlighting
|
||||||
if [ -f ~/.zsh-highlighting/zsh-syntax-highlighting.zsh ]; then
|
if [ -f ~/.zsh-highlighting/zsh-syntax-highlighting.zsh ]; then
|
||||||
source /home/marc/.zsh-highlighting/zsh-syntax-highlighting.zsh
|
source /home/marc/.zsh-highlighting/zsh-syntax-highlighting.zsh
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user