+ Xresources rework
- Removed tiling layout icon (re-adding later) + Qtile autostart, and keys rework + Firefox to $BROWSER (Set in .config/zsh/.zshenv) - Uninstalled XFCE4 (Uninstalling GNOME later) + Edited Xprofile + Added more Environment Variable and Aliases ? Screenshot delayed 1sec for compton/picom's fading
This commit is contained in:
parent
358af43565
commit
7ee29cbad5
11 changed files with 58 additions and 51 deletions
|
@ -9,7 +9,7 @@ URxvt.font: xft:Iosevka:size=10, \
|
|||
xft:Inconsolata Nerd Font Mono:size=10, \
|
||||
xft:DejaVuSansMono Nerd Font:size=10, \
|
||||
xft:DroidSansMono Nerd Font:size=10, \
|
||||
xft:FuraMono Nerd Font:size=10, \
|
||||
xft:FiraMono Nerd Font:size=10, \
|
||||
xft:RobotoMono Nerd Font:size=10, \
|
||||
xft:Noto Sans Mono:size=10, \
|
||||
xft:Monospace:style=Medium:size=10
|
||||
|
@ -41,35 +41,37 @@ URxvt.urlLauncher: brave
|
|||
URxvt.underlineURLs: true
|
||||
URxvt.urlButton: 1
|
||||
|
||||
st*font: xft:Iosevka:size=10:antialias=true:autohint=true
|
||||
st*depth:32
|
||||
st*font: Iosevka Nerd Font:size=10:antialias=true:autohint=true
|
||||
st*font2: UbuntuMono Nerd Font:size=10:antialias=true:autohint=true
|
||||
st*depth: 32
|
||||
st*bold_font: 0
|
||||
st*background: #1d1f21
|
||||
st*foreground: #f5f6fa
|
||||
st*cursorColor: #8d9b53
|
||||
st.termname: xterm-256color
|
||||
st.shell: /bin/zsh
|
||||
st.bellvolume: 0
|
||||
st.tabspaces: 8
|
||||
st.chscale: 1.0
|
||||
st.cwscale: 1.0
|
||||
st*termname: st-256color
|
||||
st*shell: /bin/zsh
|
||||
st*bellvolume: 0
|
||||
st*tabspaces: 8
|
||||
st*chscale: 1.0
|
||||
st*cwscale: 1.0
|
||||
|
||||
!st.color0: #353540
|
||||
!st.color8: #545466
|
||||
!st.color1: #8c5760
|
||||
!st.color9: #b26f7a
|
||||
!st.color2: #7b8c58
|
||||
!st.color10: #9db270
|
||||
!st.color3: #8c6e43
|
||||
!st.color11: #b28c55
|
||||
!st.color4: #58698c
|
||||
!st.color12: #7086b2
|
||||
!st.color5: #7b5e7d
|
||||
!st.color13: #9c77b2
|
||||
!st.color6: #66808c
|
||||
!st.color14: #82a2b2
|
||||
!st.color7: #8c8b8b
|
||||
!st.color15: #b8b8c8
|
||||
st*color0: #353b48
|
||||
st*color8: #2f3640
|
||||
st*color1: #e84118
|
||||
st*color9: #c23616
|
||||
st*color2: #4cd137
|
||||
st*color10: #44bd32
|
||||
st*color3: #fbc531
|
||||
st*color11: #e1b12c
|
||||
st*color4: #60C0FF
|
||||
st*color12: #0EA0FF
|
||||
st*color5: #6B85FF
|
||||
st*color13: #4466ff
|
||||
st*color6: #487eb0
|
||||
st*color14: #40739e
|
||||
st*color7: #f5f6fa
|
||||
st*color15: #c5c8c6
|
||||
st*alpha: 0.8
|
||||
|
||||
!! Rofi
|
||||
!config
|
||||
|
@ -110,5 +112,5 @@ rofi.show-icons: true
|
|||
*.color14: #40739e
|
||||
|
||||
! white
|
||||
*.color7: #c5c8c6
|
||||
*.color15: #f5f6fa
|
||||
*.color7: #f5f6fa
|
||||
*.color15: #c5c8c6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue