diff options
author | Camil Staps | 2017-01-11 19:16:39 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-11 19:16:39 +0100 |
commit | bb16f1b86c32d13df7be7245a871c4f191b7e5d4 (patch) | |
tree | ce42e2f3db5b0badbe5bd822de532a78c25f2622 /system | |
parent | cleanup (diff) |
Stowify repo
Diffstat (limited to 'system')
-rw-r--r-- | system/.Xresources (renamed from system/Xresources.symlink) | 0 | ||||
-rw-r--r-- | system/.bash_aliases (renamed from system/bash_aliases.symlink) | 0 | ||||
-rw-r--r-- | system/.bash_logout (renamed from system/bash_logout.symlink) | 0 | ||||
-rw-r--r-- | system/.bashrc (renamed from system/bashrc.symlink) | 0 | ||||
-rw-r--r-- | system/.inputrc (renamed from system/inputrc.symlink) | 0 | ||||
-rw-r--r-- | system/.profile (renamed from system/profile.symlink) | 0 | ||||
-rw-r--r-- | system/.xinitrc (renamed from system/xinitrc.symlink) | 0 | ||||
-rw-r--r-- | system/.xsessionrc (renamed from system/xsessionrc.symlink) | 0 | ||||
-rw-r--r-- | system/i3status.conf.symlink | 53 |
9 files changed, 0 insertions, 53 deletions
diff --git a/system/Xresources.symlink b/system/.Xresources index 801f715..801f715 100644 --- a/system/Xresources.symlink +++ b/system/.Xresources diff --git a/system/bash_aliases.symlink b/system/.bash_aliases index db48f37..db48f37 100644 --- a/system/bash_aliases.symlink +++ b/system/.bash_aliases diff --git a/system/bash_logout.symlink b/system/.bash_logout index de4f5f7..de4f5f7 100644 --- a/system/bash_logout.symlink +++ b/system/.bash_logout diff --git a/system/bashrc.symlink b/system/.bashrc index 6ec738e..6ec738e 100644 --- a/system/bashrc.symlink +++ b/system/.bashrc diff --git a/system/inputrc.symlink b/system/.inputrc index 6449edb..6449edb 100644 --- a/system/inputrc.symlink +++ b/system/.inputrc diff --git a/system/profile.symlink b/system/.profile index 5ef7aaa..5ef7aaa 100644 --- a/system/profile.symlink +++ b/system/.profile diff --git a/system/xinitrc.symlink b/system/.xinitrc index e0eddfc..e0eddfc 100644 --- a/system/xinitrc.symlink +++ b/system/.xinitrc diff --git a/system/xsessionrc.symlink b/system/.xsessionrc index 5b20582..5b20582 100644 --- a/system/xsessionrc.symlink +++ b/system/.xsessionrc diff --git a/system/i3status.conf.symlink b/system/i3status.conf.symlink deleted file mode 100644 index 67710fb..0000000 --- a/system/i3status.conf.symlink +++ /dev/null @@ -1,53 +0,0 @@ -general { - colors = true - interval = 5 - output_format = "i3bar" -} - -order += "cmd nowplaying" -order += "volume master" -order += "wireless wlan0" -order += "battery 0" -order += "cpu_usage" -order += "load" -order += "tztime local" - -volume master { - format = "♪: %volume" - format_muted = "♪: muted (%volume)" - device = "default" - mixer = "Master" - mixer_idx = 0 -} - -cmd nowplaying { - cmd = "cmus-remote -Q | grep '^tag \\(artist\\|album\\|title\\) ' | sort | cut -d' ' -f 3- | tr '\\n' '\t' | awk 'BEGIN { FS = \"\\t\" } ; { print \"♪: \" $3 \" (\" $1 \", \" $2 \")\" }'; echo -n ' '" -} - -wireless wlan0 { - format_up = "%essid: %quality, %bitrate (%ip)" - format_down = "wlan0 down" -} - -battery 0 { - format = "%status %percentage %remaining %consumption" - hide_seconds = true - status_chr = "⚇" - status_bat = "⚡" - status_full = "☻" - low_threshold = 30 - threshold_type = "percentage" -} - -cpu_usage { - format = "⚙️ %usage" -} - -load { - max_threshold = "0.7" -} - -tztime local { - format = "%a %b %-d, %I:%M %p" -} - |