From 16f127f0d81fa33d50dff4ede54701fa939efe2f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 29 Apr 2020 21:21:13 +0200 Subject: [PATCH] Updated neofetch config --- .config/neofetch/config.conf | 5 +++-- org/config/awesome.org | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 556eee7..2e0b595 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # Neofetch config file # https://github.com/dylanaraps/neofetch # See this wiki page for more info: @@ -35,7 +36,7 @@ print_info() { # Example: # on: '4.8.9-1-ARCH' # off: 'Linux 4.8.9-1-ARCH' -kernel_shorthand="on" +kernel_shorthand="off" # Distro @@ -45,7 +46,7 @@ kernel_shorthand="on" # Values: 'on', 'off', 'tiny' # Flag: --distro_shorthand # Supports: Everything except Windows and Haiku -distro_shorthand="on" +distro_shorthand="off" # Show/Hide OS Architecture. # Show 'x86_64', 'x86' and etc in 'Distro:' output. diff --git a/org/config/awesome.org b/org/config/awesome.org index c2b11b7..107cb2e 100644 --- a/org/config/awesome.org +++ b/org/config/awesome.org @@ -424,8 +424,8 @@ | Layout | Enabled? | |-----------------+----------| | magnifier | yes | - | tile | yes | | tile.left | yes | + | tile | yes | | max | yes | | max.fullscreen | yes | | floating | yes |