summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-05-25 19:32:02 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-05-25 19:32:02 +0200
commit6b22d12938d736d4ee0316d4a2d230551661411f (patch)
treefe23ef93924cfc2cc232cb4d3650692695d98d03
parent3506f13427a01d13b80efd02625e4ec6f34d2955 (diff)
changed setting back to dark mode, but option for light mode exist
-rw-r--r--.Xresources104
-rw-r--r--.config/fastfetch/config.jsonc190
-rw-r--r--.config/tmux/tmux.conf8
-rw-r--r--.config/x11/xinitrc1
-rw-r--r--.vim/vimrc12
5 files changed, 159 insertions, 156 deletions
diff --git a/.Xresources b/.Xresources
index 70fb05c..af21ba2 100644
--- a/.Xresources
+++ b/.Xresources
@@ -14,11 +14,11 @@ URxvt.*font: xft:Iosevka Term Custom:style=Regular:size=11:antialias=True,xft:Jo
!! no transparency
! light
-URxvt.background: #eeeeee
-URxvt.foreground: #444444
+! URxvt.background: #eeeeee
+! URxvt.foreground: #444444
! dark
-! URxvt.background: #000000
-! URxvt.foreground: #FFFFFF
+URxvt.background: #000000
+URxvt.foreground: #FFFFFF
!! visuals and colors
/* URxvt.letterSpace: 0 */
@@ -29,56 +29,56 @@ URxvt.internalBorder: 0
URxvt.backgroundBorder: 0
URxvt.borderLess: False
!! colors for dracula theme
-! !! black
-! URxvt.color0: #000000
-! URxvt.color8: #343636
-! !! red
-! URxvt.color1: #e74c7c
-! URxvt.color9: #c26f6f
-! !! green
-! URxvt.color2: #6bb05d
-! URxvt.color10: #8dc776
-! !! yellow
-! URxvt.color3: #e59e67
-! URxvt.color11: #e7ac7e
-! !! indigo
-! URxvt.color4: #5b98a9
-! URxvt.color12: #7ab3c3
-! !! lavender
-! URxvt.color5: #b185db
-! URxvt.color13: #bb84e5
-! !! cyan
-! URxvt.color6: #51a39f
-! URxvt.color14: #6db0ad
-! !! white
-! URxvt.color7: #c4c4c4
-! URxvt.color15: #cccccc
+!! black
+URxvt.color0: #000000
+URxvt.color8: #343636
+!! red
+URxvt.color1: #e74c7c
+URxvt.color9: #c26f6f
+!! green
+URxvt.color2: #6bb05d
+URxvt.color10: #8dc776
+!! yellow
+URxvt.color3: #e59e67
+URxvt.color11: #e7ac7e
+!! indigo
+URxvt.color4: #5b98a9
+URxvt.color12: #7ab3c3
+!! lavender
+URxvt.color5: #b185db
+URxvt.color13: #bb84e5
+!! cyan
+URxvt.color6: #51a39f
+URxvt.color14: #6db0ad
+!! white
+URxvt.color7: #c4c4c4
+URxvt.color15: #cccccc
!! colors for papercolor-theme
-!! white
-URxvt.color0: #eeeeee
-URxvt.color8: #bcbcbc
-!! red
-URxvt.color1: #af0000
-URxvt.color9: #d70000
-!! dark green and magenta
-URxvt.color2: #008700
-URxvt.color10: #d70087
-!! murky green and purple
-URxvt.color3: #5f8700
-URxvt.color11: #8700af
-!! jeans blue and orange
-URxvt.color4: #0087af
-URxvt.color12: #d75f00
-!! gray and orange
-URxvt.color5: #878787
-URxvt.color13: #d75f00
-!! ocean blue
-URxvt.color6: #005f87
-URxvt.color14: #005faf
-!! dark gray and ocean blue
-URxvt.color7: #444444
-URxvt.color15: #005f87
+! !! white and very light gray
+! URxvt.color0: #eeeeee
+! URxvt.color8: #bcbcbc
+! !! red
+! URxvt.color1: #af0000
+! URxvt.color9: #d70000
+! !! dark green and magenta
+! URxvt.color2: #008700
+! URxvt.color10: #d70087
+! !! murky green and purple
+! URxvt.color3: #5f8700
+! URxvt.color11: #8700af
+! !! jeans blue and orange
+! URxvt.color4: #0087af
+! URxvt.color12: #d75f00
+! !! gray and orange
+! URxvt.color5: #878787
+! URxvt.color13: #d75f00
+! !! ocean blue
+! URxvt.color6: #005f87
+! URxvt.color14: #005faf
+! !! dark gray and ocean blue
+! URxvt.color7: #444444
+! URxvt.color15: #005f87
!! perl extensions
URxvt.perl-ext-common: default,url-select,resize-font,selection-to-clipboard,-confirm-paste
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc
index dd7e981..676c183 100644
--- a/.config/fastfetch/config.jsonc
+++ b/.config/fastfetch/config.jsonc
@@ -1,12 +1,12 @@
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
- "logo": {
- "color": {
- "1": "#dc0075",
- "2": "#8a8a8a"
- },
- },
+ // "logo": {
+ // "color": {
+ // "1": "#dc0075",
+ // "2": "#8a8a8a"
+ // },
+ // },
"display": {
"color": {
"separator": "blue"
@@ -28,100 +28,100 @@
"key": " OS ",
"keyColor": "green"
},
- {
- "type": "kernel",
- "key": " Kernel ",
- "keyColor": "green"
- },
- {
- "type": "uptime",
- "key": " Uptime ",
- "keyColor": "green"
- },
+ {
+ "type": "kernel",
+ "key": " Kernel ",
+ "keyColor": "green"
+ },
+ {
+ "type": "uptime",
+ "key": " Uptime ",
+ "keyColor": "green"
+ },
{
"type": "wm",
"key": " WM ",
"keyColor": "green",
},
- {
- "type": "shell",
- "key": " Shell ",
- "keyColor": "green"
- },
- {
- "type": "terminal",
- "key": " Terminal ",
- "keyColor": "green"
- },
- {
- "type": "packages",
- "key": " Packages ",
- "keyColor": "green"
- },
- {
- "type": "custom",
- "format": "{$1}",
- "outputColor": "separator"
- },
- {
- "type": "Monitor",
- "key": " Monitor ",
+ {
+ "type": "shell",
+ "key": " Shell ",
+ "keyColor": "green"
+ },
+ {
+ "type": "terminal",
+ "key": " Terminal ",
+ "keyColor": "green"
+ },
+ {
+ "type": "packages",
+ "key": " Packages ",
+ "keyColor": "green"
+ },
+ {
+ "type": "custom",
+ "format": "{$1}",
+ "outputColor": "separator"
+ },
+ {
+ "type": "Monitor",
+ "key": " Monitor ",
"format": "{1}",
- "keyColor": "cyan"
- },
- {
- "type": "cpu",
- "key": " CPU ",
- "keyColor": "cyan"
- },
- {
- "type": "gpu",
- "key": " GPU ",
- "keyColor": "cyan"
- },
- {
- "type": "memory",
- "key": " RAM ",
- "keyColor": "cyan"
- },
- {
- "type": "swap",
- "key": " SWAP ",
- "keyColor": "cyan"
- },
- {
- "type": "disk",
- "key": " (root) ",
- "folders": "/",
- "keyColor": "cyan"
- },
- {
- "type": "disk",
- "key": " (home) ",
- "folders": "/home",
- "keyColor": "cyan"
- },
- {
- "type": "disk",
- "key": " (hdd1) ",
- "folders": "/media/hdd",
- "keyColor": "cyan"
- },
- {
- "type": "disk",
- "key": " (hdd2) ",
- "folders": "/media/seagate",
- "keyColor": "cyan"
- },
- {
- "type": "custom",
- "format": "{$1}",
- "outputColor": "separator"
- },
- "break",
- {
- "type": "colors",
- "paddingLeft": 15
- }
+ "keyColor": "cyan"
+ },
+ {
+ "type": "cpu",
+ "key": " CPU ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "gpu",
+ "key": " GPU ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "memory",
+ "key": " RAM ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "swap",
+ "key": " SWAP ",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (root) ",
+ "folders": "/",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (home) ",
+ "folders": "/home",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (hdd1) ",
+ "folders": "/media/hdd",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "disk",
+ "key": " (hdd2) ",
+ "folders": "/media/seagate",
+ "keyColor": "cyan"
+ },
+ {
+ "type": "custom",
+ "format": "{$1}",
+ "outputColor": "separator"
+ },
+ "break",
+ {
+ "type": "colors",
+ "paddingLeft": 15
+ }
]
}
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index c383e36..114a7eb 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -6,11 +6,11 @@ set -g window-status-current-style "underscore"
set -g message-command-style 'fg=#000000,bg=#FFFF00'
set -g message-style 'fg=#000000, bg=#FFFF00'
# dark
-# set -g status-bg '#333333'
-# set -g status-fg '#FFFFFF'
+set -g status-bg '#333333'
+set -g status-fg '#FFFFFF'
# light
-set -g status-bg '#bbbbbb'
-set -g status-fg '#000000'
+# set -g status-bg '#bbbbbb'
+# set -g status-fg '#000000'
set -g set-titles on
set -g set-titles-string "#T"
set -g automatic-rename off
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 6d42e67..4cb1b44 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -19,6 +19,7 @@ setxkbmap -option "ctrl:nocaps"
xrdb -merge ~/.Xresources
/usr/bin/ibus-daemon -d -r -x
+/usr/bin/otd-daemon &
/usr/bin/urxvtd -q -o -f &
/usr/bin/emacs --daemon &
/usr/bin/pipewire &
diff --git a/.vim/vimrc b/.vim/vimrc
index c0d0b16..e220111 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -20,6 +20,7 @@ let $RC="$HOME/.vim/vimrc"
call plug#begin()
Plug 'dracula/vim', { 'as': 'dracula' }
+Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
Plug 'NLKNguyen/papercolor-theme'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-surround'
@@ -27,13 +28,14 @@ Plug 'preservim/nerdtree'
call plug#end()
-set background=light
-colorscheme PaperColor
+" set background=light
+" colorscheme PaperColor
+" colorscheme catppuccin-latte
-" set background=dark
-" colorscheme dracula
+set background=dark
+colorscheme dracula
-" hi Normal ctermbg=black
+highlight Normal ctermbg=black
set autoindent
set smartindent
set expandtab