From 6006c84d1c7452a78e1fe107c828b00c07fc0809 Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Sat, 22 Feb 2020 08:23:49 +0200 Subject: [PATCH] desktop changes --- i3/config | 4 ++-- i3status/config | 11 ++--------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/i3/config b/i3/config index 340a49f..21e0659 100644 --- a/i3/config +++ b/i3/config @@ -17,9 +17,9 @@ set $super Mod4 font pango:monospace 8 #exec feh --bg-fill /home/david/Pictures/Wallpapers/ellie_full.jpg -exec feh --bg-fill /home/david/Pictures/wall.png +exec feh --bg-fill /home/david/Pictures/wall.jpg exec setxkbmap -layout gb,ru -variant ,winkeys -option grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,compose:ralt - +exec /home/david/.screenlayout/main.sh # This font is widely installed, provides lots of unicode glyphs, right-to-left diff --git a/i3status/config b/i3status/config index 6666085..b6ea83f 100644 --- a/i3status/config +++ b/i3status/config @@ -3,20 +3,13 @@ general { interval = 5 } -order += "wireless wlp58s0" -order += "ethernet enp0s31f6" +order += "ethernet eth0" order += "path_exists VPN" order += "load" order += "tztime local" order += "tztime berlin" -order += "battery all" -wireless wlp58s0 { - format_up = "%essid" - format_down = "wlan" -} - -ethernet enp0s31f6 { +ethernet eth0 { # if you use %speed, i3status requires the cap_net_admin capability format_up = "eth: %ip (%speed)" format_down = "eth"