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:
parent
5125bc7e6d
commit
b93e39e69c
2 changed files with 3 additions and 5 deletions
|
@ -9,16 +9,14 @@ func Getascii(name string) []string {
|
||||||
!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!
|
||||||
!!!!noascii!!!!
|
!!!!noascii!!!!
|
||||||
!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!
|
||||||
!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!! `
|
||||||
`
|
|
||||||
arch := ` /\
|
arch := ` /\
|
||||||
/ \
|
/ \
|
||||||
/\ \
|
/\ \
|
||||||
/ > ω <\
|
/ > ω <\
|
||||||
/ __ \
|
/ __ \
|
||||||
/ __| |__-\
|
/ __| |__-\
|
||||||
/_-'' ''-_\
|
/_-'' ''-_\ `
|
||||||
`
|
|
||||||
|
|
||||||
switch name {
|
switch name {
|
||||||
case "Arch Linux":
|
case "Arch Linux":
|
||||||
|
|
2
main.go
2
main.go
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue