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