Update dotfiles
This commit is contained in:
@@ -5,12 +5,12 @@ My personal configurations, managed with the 'dotdrop' submodule.
|
||||
|
||||
[Nord-themed.](https://www.nordtheme.com/)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Features
|
||||
+ Distro: `Fedora 31`
|
||||
+ Distro: `Fedora`
|
||||
+ Font: `InconsolataLGC Nerd Font Mono` and `Inconsolata` (polybar)
|
||||
+ Shell: `zsh`
|
||||
+ Terminal: `alacritty`
|
||||
|
||||
17
config.yaml
17
config.yaml
@@ -24,9 +24,6 @@ dotfiles:
|
||||
d_xresources_themes:
|
||||
src: X11/Xresources.themes
|
||||
dst: ~/.Xresources.themes
|
||||
f_xinitrc:
|
||||
src: X11/xinitrc
|
||||
dst: ~/.xinitrc
|
||||
f_i3:
|
||||
src: i3/config
|
||||
dst: ~/.config/i3/config
|
||||
@@ -38,9 +35,9 @@ dotfiles:
|
||||
dst: ~/.local/share/fonts
|
||||
actions:
|
||||
- font-cache
|
||||
f_compton:
|
||||
src: compton/compton.conf
|
||||
dst: ~/.config/compton.conf
|
||||
f_picom:
|
||||
src: picom/picom.conf
|
||||
dst: ~/.config/picom.conf
|
||||
f_tmux:
|
||||
src: tmux/tmux.conf
|
||||
dst: ~/.tmux.conf
|
||||
@@ -77,7 +74,7 @@ profiles:
|
||||
- i3
|
||||
- x11
|
||||
- font
|
||||
- compton
|
||||
- picom
|
||||
- tmux
|
||||
- polybar
|
||||
- dunst
|
||||
@@ -101,7 +98,7 @@ profiles:
|
||||
- x11
|
||||
- i3
|
||||
- font
|
||||
- compton
|
||||
- picom
|
||||
- tmux
|
||||
- dir_colors
|
||||
- scripts
|
||||
@@ -129,9 +126,9 @@ profiles:
|
||||
font:
|
||||
dotfiles:
|
||||
- d_fonts
|
||||
compton:
|
||||
picom:
|
||||
dotfiles:
|
||||
- f_compton
|
||||
- f_picom
|
||||
tmux:
|
||||
dotfiles:
|
||||
- f_tmux
|
||||
|
||||
2
dotdrop
2
dotdrop
Submodule dotdrop updated: c48ea15a7c...5b2b05d353
@@ -42,7 +42,7 @@
|
||||
# The transparency of the window. Range: [0; 100].
|
||||
# This option will only work if a compositing window manager is
|
||||
# present (e.g. xcompmgr, compiz, etc.).
|
||||
transparency = 10
|
||||
transparency = 5
|
||||
|
||||
# The height of the entire notification. If the height is smaller
|
||||
# than the font height and padding combined, it will be raised
|
||||
|
||||
@@ -111,14 +111,24 @@ bindsym $mod+Shift+r restart
|
||||
|
||||
### Design ###
|
||||
new_window 1pixel
|
||||
for_window [class="^.*"] border pixel 0
|
||||
for_window [class="^.*"] border pixel 4
|
||||
|
||||
# Colors from https://www.nordtheme.com/
|
||||
set $nord0 "#2e3440"
|
||||
|
||||
set $blue0 "#8FBCBB"
|
||||
|
||||
set $frost0 "#d8dee9"
|
||||
set $frost2 "#eceff4"
|
||||
|
||||
set $green "#A3BE8C"
|
||||
set $red "#bf616a"
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #a3be8c #2e3440 #ECEFF4 #A3BE8C #A3BE8C
|
||||
client.focused_inactive #2e3440 #2e3440 #ECEFF4 #2e3440 #5f676a
|
||||
client.unfocused #333333 #222222 #D8DEE9 #2e3440 #2e3440
|
||||
client.urgent #2f343a #BF616A #ECEFF4 #BF616A #BF616A
|
||||
client.focused $blue0 $nord0 $frost2 $green $blue0
|
||||
client.focused_inactive $nord0 $nord $nord0 $frost2 $nord0
|
||||
client.unfocused #333333 #222222 $frost0 $nord0 $nord0
|
||||
client.urgent $red $red $frost2 $red $red
|
||||
client.background #ffffff
|
||||
|
||||
{%@@ if profile == "work" @@%}
|
||||
|
||||
@@ -23,14 +23,13 @@ frost2 = #ECEFF4
|
||||
|
||||
nord0_trans = #dd2E3440
|
||||
|
||||
accent = ${colors.green}
|
||||
background = ${colors.nord0}
|
||||
accent = ${colors.blue0}
|
||||
foreground = ${colors.frost2}
|
||||
|
||||
###############################################################################
|
||||
[settings]
|
||||
format-foreground = ${colors.foreground}
|
||||
format-background = ${colors.background}
|
||||
format-background = ${colors.nord0}
|
||||
screenchange-reload = true
|
||||
|
||||
###############################################################################
|
||||
@@ -57,9 +56,14 @@ radius = 0.0
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.nord0_trans}
|
||||
|
||||
tray-position =
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
tray-background = ${colors.nord1}
|
||||
tray-offset-x = 8
|
||||
tray-offset-y = 0
|
||||
|
||||
width = 100%:-16px
|
||||
# 100%-16px(gaps)-8px(tray)
|
||||
width = 100%:-24px
|
||||
height = 27
|
||||
|
||||
offset-y = 8px
|
||||
@@ -69,7 +73,7 @@ override-redirect = true
|
||||
|
||||
modules-left = i3
|
||||
modules-center =
|
||||
modules-right = spotify backlight volume battery network date
|
||||
modules-right = spotify backlight volume battery date
|
||||
separator =
|
||||
|
||||
wm-name = i3
|
||||
@@ -116,8 +120,8 @@ label-visible-background = ${self.background}
|
||||
label-visible-padding = 2
|
||||
|
||||
label-urgent = %index%
|
||||
label-urgent-foreground = ${colors.red}
|
||||
label-urgent-background = ${self.background}
|
||||
label-urgent-foreground = ${colors.foreground}
|
||||
label-urgent-background = ${colors.red}
|
||||
label-urgent-padding = 2
|
||||
|
||||
###############################################################################
|
||||
@@ -125,7 +129,7 @@ label-urgent-padding = 2
|
||||
type = internal/date
|
||||
|
||||
format-padding = 2
|
||||
format-background = ${colors.nord0}
|
||||
format-background = ${colors.nord1}
|
||||
|
||||
interval = 1.0
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ set preview_images true
|
||||
default_linemode devicons
|
||||
|
||||
# separators, outline, both, none
|
||||
set draw_borders both
|
||||
set draw_borders none
|
||||
|
||||
set mouse_enabled true
|
||||
|
||||
@@ -4,7 +4,6 @@ setxkbmap -layout za
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LANGUAGE="en_US.UTF-8"
|
||||
export SHELL="/bin/zsh"
|
||||
|
||||
feh --bg-scale $HOME/wallpaper/wallpaper.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user