mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
removed some old patches
This commit is contained in:
parent
430cc183bc
commit
38edeae0e8
2 changed files with 0 additions and 34 deletions
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/lib/ext2.c b/lib/ext2.c
|
||||
index 2380846..be3921c 100644
|
||||
--- a/lib/ext2.c
|
||||
+++ b/lib/ext2.c
|
||||
@@ -40,6 +40,7 @@
|
||||
#ifndef HAVE_ASPRINTF
|
||||
#include "asprintf.h"
|
||||
#endif
|
||||
+#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include "xar.h"
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
diff --git a/neofetch b/neofetch
|
||||
index 1e4b5646..ec209087 100755
|
||||
--- a/neofetch
|
||||
+++ b/neofetch
|
||||
@@ -3292,11 +3292,13 @@ END
|
||||
;;
|
||||
|
||||
"kitty"*)
|
||||
- kitty_config="$(kitty --debug-config)"
|
||||
- [[ "$kitty_config" != *font_family* ]] && return
|
||||
+ # kitty_config="$(kitty --debug-config)"
|
||||
+ # [[ "$kitty_config" != *font_family* ]] && return
|
||||
+ #
|
||||
+ # term_font="$(awk '/^font_family|^font_size/ {$1="";gsub("^ *","",$0);print $0}' \
|
||||
+ # <<< "$kitty_config")"
|
||||
|
||||
- term_font="$(awk '/^font_family|^font_size/ {$1="";gsub("^ *","",$0);print $0}' \
|
||||
- <<< "$kitty_config")"
|
||||
+ term_font="$(kitty +runpy 'from kitty.cli import *; print(create_default_opts().font_family)')"
|
||||
;;
|
||||
|
||||
"konsole" | "yakuake")
|
||||
Loading…
Add table
Add a link
Reference in a new issue