Jelajahi Sumber

Updated dots [zathurarc, kitty, vim]

Marius Schwarz 1 tahun lalu
induk
melakukan
157b64d3c4

+ 1 - 1
.config/i3/config

@@ -110,7 +110,7 @@ bindsym $mod+i exec rofimoji
 bindsym $mod+y exec $HOME/.scripts/tools/yt-viewer.sh
 
 # Locking the screen
-bindsym $win+l exec $HOME/.scripts/i3/lock.sh
+bindsym $win+l exec blurlock
 
 
 # Use Mouse+$mod to drag floating windows to their wanted position

+ 53 - 0
.config/kitty/current-theme.conf

@@ -0,0 +1,53 @@
+## name: Rosé Pine Moon
+## author: mvllow
+## license: MIT
+## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine-moon.conf
+## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
+
+foreground               #e0def4
+background               #232136
+selection_foreground     #e0def4
+selection_background     #44415a
+
+cursor                   #56526e
+cursor_text_color        #e0def4
+
+url_color                #c4a7e7
+
+active_tab_foreground    #e0def4
+active_tab_background    #393552
+inactive_tab_foreground  #6e6a86
+inactive_tab_background  #232136
+
+# black
+color0   #393552
+color8   #6e6a86
+
+# red
+color1   #eb6f92
+color9   #eb6f92
+
+# green
+color2   #3e8fb0
+color10  #3e8fb0
+
+# yellow
+color3   #f6c177
+color11  #f6c177
+
+# blue
+color4   #9ccfd8
+color12  #9ccfd8
+
+# magenta
+color5   #c4a7e7
+color13  #c4a7e7
+
+# cyan
+color6   #ea9a97
+color14  #ea9a97
+
+# white
+color7   #e0def4
+color15  #e0def4
+

+ 10 - 0
.config/kitty/kitty.conf

@@ -0,0 +1,10 @@
+font_size 14.0
+font_family      JetBrainsMono Nerd Font Mono
+bold_font        JetBrainsMono Nerd Font Mono Extra Bold
+bold_italic_font JetBrainsMono Nerd Font Mono Extra Bold Italic
+
+
+# BEGIN_KITTY_THEME
+# Rosé Pine Moon
+include current-theme.conf
+# END_KITTY_THEME

+ 7 - 0
.config/kitty/kitty.conf.bak

@@ -0,0 +1,7 @@
+font_size 14.0
+
+
+# BEGIN_KITTY_THEME
+# Rosé Pine Dawn
+include current-theme.conf
+# END_KITTY_THEME

+ 2 - 1
.config/nvim/after/plugin/colors.lua

@@ -1,5 +1,6 @@
 function MuchoColores(color)
-	color = color or "rose-pine"
+	--color = color or "rose-pine"
+	color = color or "pywal"
 	vim.cmd.colorscheme(color)
 end
 

+ 6 - 4
.config/nvim/lua/msc/packer.lua

@@ -14,12 +14,14 @@ return require('packer').startup(function(use)
 
 	use({
 		'rose-pine/neovim',
-		as = 'rose-pine',
-		config = function()
-			vim.cmd('colorscheme rose-pine')
-		end
+		as = 'rose-pine'
 	})
 
+    use({ 
+        'AlphaTechnolog/pywal.nvim',
+        as = 'pywal'
+    })
+
 	-- Much better syntax and shit
 	use('nvim-treesitter/nvim-treesitter', {run= ':TSUpdate'})
 

+ 8 - 0
.config/zathura/zathurarc

@@ -0,0 +1,8 @@
+set selection-clipboard clipboard
+
+set font "JetBrainsMono Nerd Font Mono"
+
+set adjust-open "width"
+
+#set guioptions none
+set window-title-basename "true"