Ayuyuyuyuyuyuyu
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
! Font
|
! Font
|
||||||
XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
|
XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
|
||||||
XTerm.vt100.faceSize: 9
|
XTerm.vt100.faceSize: 10
|
||||||
|
|
||||||
! Remove Scrollbar
|
! Remove Scrollbar
|
||||||
XTerm.vt100.scrollBar: false
|
XTerm.vt100.scrollBar: false
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ window:
|
|||||||
dynamic_padding: false
|
dynamic_padding: false
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 9
|
size: 10
|
||||||
normal:
|
normal:
|
||||||
family: SFMono Nerd Font Mono
|
family: SFMono Nerd Font Mono
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
font pango: Product Sans 11
|
font pango: Product Sans 11
|
||||||
|
|
||||||
|
|
||||||
# locking
|
# locking
|
||||||
bindsym $mod+Ctrl+BackSpace exec --no-startup-id "lock.sh"
|
bindsym $mod+Ctrl+BackSpace exec --no-startup-id "lock.sh"
|
||||||
|
|
||||||
@@ -95,7 +96,7 @@ title_align center
|
|||||||
gaps inner 10
|
gaps inner 10
|
||||||
|
|
||||||
set $bg "#fafafa"
|
set $bg "#fafafa"
|
||||||
set $fg "#5c6773"
|
set $fg "#444444"
|
||||||
set $green "#a6cc70"
|
set $green "#a6cc70"
|
||||||
set $red "#ff3333"
|
set $red "#ff3333"
|
||||||
set $light_red "#f27983"
|
set $light_red "#f27983"
|
||||||
@@ -113,15 +114,15 @@ bar {
|
|||||||
statusline $fg
|
statusline $fg
|
||||||
|
|
||||||
# equivalent to focused
|
# equivalent to focused
|
||||||
focused_workspace $bg $green $fg
|
focused_workspace $bg $green $fg
|
||||||
# equivalent to focused_inactive
|
# equivalent to focused_inactive
|
||||||
active_workspace $grub_bg $yellow $fg
|
active_workspace $grub_bg $yellow $fg
|
||||||
# equivalent to unfocused
|
# equivalent to unfocused
|
||||||
inactive_workspace $bg $bg $fg
|
inactive_workspace $bg $bg $fg
|
||||||
# equivalent to urgent
|
# equivalent to urgent
|
||||||
urgent_workspace $red $light_red $fg
|
urgent_workspace $red $light_red $fg
|
||||||
# equivalent to urgent
|
# equivalent to urgent
|
||||||
binding_mode $red $light_red $fg
|
binding_mode $red $light_red $fg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
; default font
|
; default font
|
||||||
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 90)
|
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 100)
|
||||||
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
||||||
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
||||||
|
|
||||||
@@ -241,7 +241,7 @@
|
|||||||
:config
|
:config
|
||||||
(setq fci-rule-width 1
|
(setq fci-rule-width 1
|
||||||
fci-rule-column 80
|
fci-rule-column 80
|
||||||
fci-rule-color "#cc241d")
|
fci-rule-color "#A6CC70")
|
||||||
:hook
|
:hook
|
||||||
(prog-mode . fci-mode)
|
(prog-mode . fci-mode)
|
||||||
(markdown-mode . fci-mode))
|
(markdown-mode . fci-mode))
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
treemacs-directory-collapsed-face
|
treemacs-directory-collapsed-face
|
||||||
treemacs-file-face
|
treemacs-file-face
|
||||||
treemacs-tags-face))
|
treemacs-tags-face))
|
||||||
(set-face-attribute face nil :family "Product Sans" :height 90))
|
(set-face-attribute face nil :family "Product Sans" :height 100))
|
||||||
:bind
|
:bind
|
||||||
(:map global-map
|
(:map global-map
|
||||||
("C-x t t" . treemacs)))
|
("C-x t t" . treemacs)))
|
||||||
|
|||||||
Reference in New Issue
Block a user