TO FIX A BUG I JUST HA TO DELETE ONE FUCKING NEW LINE ARE YOU FUCKING KIDING ME PIECE OF SHIT

This commit is contained in:
echo 2022-09-22 11:24:22 +03:30 committed by nea
parent 5125bc7e6d
commit b93e39e69c
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
2 changed files with 3 additions and 5 deletions

View file

@ -9,16 +9,14 @@ func Getascii(name string) []string {
!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!
!!!!noascii!!!! !!!!noascii!!!!
!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!
!!!!!!!!!!!!!!! !!!!!!!!!!!!!!! `
`
arch := ` /\ arch := ` /\
/ \ / \
/\ \ /\ \
/ > ω <\ / > ω <\
/ __ \ / __ \
/ __| |__-\ / __| |__-\
/_-'' ''-_\ /_-'' ''-_\ `
`
switch name { switch name {
case "Arch Linux": case "Arch Linux":

View file

@ -46,7 +46,7 @@ func handleConfig() {
if os.IsNotExist(file) { if os.IsNotExist(file) {
println("config was not found. a default config file has been generated in '~/.config/neowofetch/conf'") println("config was not found. a default config file has been generated in '~/.config/neowofetch/conf'")
f, _ := os.Create(getConfigFile()) f, _ := os.Create(getConfigFile())
_, _ = f.WriteString("println green neOwOfetch 🔥\nprint blue @\nprint white uptime: \ninfoln red uptime\nprint white shell: \ninfoln blue shell\nprint white distro: \ninfoln blue distro\nprint white terminal: \ninfoln blue terminal\nprint white memory: \ninfo blue memoryUsed\nprint white /\ninfoln blue memoryAll") _, _ = f.WriteString("println green neOwOfetch 🔥\ninfo magenta username\nprint blue @\ninfoln blue hostname\nprint white uptime: \ninfoln red uptime\nprint white shell: \ninfoln blue shell\nprint white distro: \ninfoln blue distro\nprint white terminal: \ninfoln blue terminal\nprint white memory: \ninfo blue memoryUsed\nprint white /\ninfoln blue memoryAll")
} else { } else {
body, _ := ioutil.ReadFile(getConfigFile()) body, _ := ioutil.ReadFile(getConfigFile())
sbody := (string(body)) sbody := (string(body))