[St] remove st configuration
This commit is contained in:
parent
8e26087d33
commit
55eb0dfb09
@ -252,20 +252,8 @@ configuration [[file:picom.org][here]].
|
|||||||
:HEADER-ARGS: :mkdirp yes :tangle ~/.Xresources :exports code
|
:HEADER-ARGS: :mkdirp yes :tangle ~/.Xresources :exports code
|
||||||
:CUSTOM_ID: Features-Graphical_tweaks-Xresources-8b622de1
|
:CUSTOM_ID: Features-Graphical_tweaks-Xresources-8b622de1
|
||||||
:END:
|
:END:
|
||||||
My Xresources file is very short. Indeed, it only contains two lines which are
|
The main body in my Xresources declaration is the declaration of my color theme.
|
||||||
dedicated to my =st= terminal to set its font and shell. The font is set as
|
It is based on the [[https://www.nordtheme.com/][Nord]] theme, from their [[https://github.com/arcticicestudio/nord-xresources/][Git repository]].
|
||||||
follows.
|
|
||||||
#+BEGIN_SRC conf
|
|
||||||
st.font: Fantasque Sans Mono:size=10:antialias=true
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
I can also set the transparency of st (my terminal emulator) like so:
|
|
||||||
#+BEGIN_SRC conf
|
|
||||||
st.alpha: 0.66
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
Next is the declaration of my color theme. It is based on the [[https://www.nordtheme.com/][Nord]] theme, from
|
|
||||||
their [[https://github.com/arcticicestudio/nord-xresources/][Git repository]].
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
#define nord0 #2E3440
|
#define nord0 #2E3440
|
||||||
#define nord1 #3B4252
|
#define nord1 #3B4252
|
||||||
|
Loading…
Reference in New Issue
Block a user