aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/i3status/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-28 15:27:15 -0500
commitdd6cfb63ad85d0164cbe4ac04f7aea9f6a842f02 (patch)
tree5bc45394b9192771bcc85fa59b8aab4b8a4301bb /i3status/.config
parent1527172edf1f7d65095a5c2268947c16ed905d18 (diff)
feat!: remove unused configs and cleanup paths
Diffstat (limited to 'i3status/.config')
-rw-r--r--i3status/.config/i3status-rust/config.toml144
-rw-r--r--i3status/.config/systemd/user/rss-status.service12
-rw-r--r--i3status/.config/systemd/user/rss-status.timer10
3 files changed, 0 insertions, 166 deletions
diff --git a/i3status/.config/i3status-rust/config.toml b/i3status/.config/i3status-rust/config.toml
deleted file mode 100644
index 0728766..0000000
--- a/i3status/.config/i3status-rust/config.toml
+++ /dev/null
@@ -1,144 +0,0 @@
-[theme]
-theme = "native"
-
-[theme.overrides]
-idle_bg = "#1d2021"
-idle_fg = "#d5c4a1"
-info_bg = "#8ec07c"
-info_fg = "#1d2021"
-good_bg = "#b8bb26"
-good_fg = "#1d2021"
-warning_bg = "#fabd2f"
-warning_fg = "#1d2021"
-critical_bg = "#fb4934"
-critical_fg = "#1d2021"
-
-[icons]
-icons = "material-nf"
-
-[icons.overrides]
-rss = "󰑫 "
-
-[[block]]
-block = "focused_window"
-[block.format]
-full = " $title.str(max_w:30,rot_interval:0.5) |"
-short = ""
-
-[[block]]
-block = "weather"
-autolocate = true
-autolocate_interval = "once"
-service.name = "metno"
-format = " $icon $temp "
-format_alt = " $icon $weather $temp "
-
-[[block]]
-block = "disk_space"
-
-[[block]]
-block = "memory"
-format = " $icon $mem_used_percents.eng(w:2) "
-
-[[block]]
-block = "cpu"
-
-[[block]]
-block = "amd_gpu"
-if_command = "lspci -v | grep 'AMD/ATI' >/dev/null"
-
-[[block]]
-block = "custom_dbus"
-path = "/rss"
-[[block.click]]
-button = "left"
-cmd = "xdg-open https://miniflux.tobyvin.dev"
-update = true
-
-[[block]]
-block = "custom"
-command = "notmuch-status"
-json = true
-[[block.click]]
-button = "left"
-cmd = "alacritty -e aerc"
-
-[[block]]
-block = "music"
-format = "{ $icon $title.str(max_w:10,rot_interval:0.5) |}{$prev $play $next |}{$volume_icon $volume |}"
-format_alt = "{ $icon $combo.str(max_w:30,rot_interval:0.5) |}{$prev $play $next |}{$volume_icon $volume |}"
-[[block.click]]
-button = "right"
-cmd = "playerctl volume | (grep -q '0.000000' && playerctl volume 0.5 || playerctl volume 0.0)"
-[[block.click]]
-button = "up"
-action = "volume_up"
-[[block.click]]
-button = "down"
-action = "volume_down"
-
-[[block]]
-block = "sound"
-if_command = "pactl list >/dev/null || aplay -l >/dev/null "
-[[block.click]]
-button = "left"
-cmd = "pgrep pavucontrol && killall pavucontrol || pavucontrol"
-
-[[block]]
-block = "net"
-device = "^wg0$"
-format = " $icon "
-format_alt = " $device {$ip |}"
-missing_format = ""
-merge_with_next = true
-
-[[block]]
-block = "net"
-device = "^wl.*$"
-format = " $icon "
-format_alt = " $device {$signal_strength $frequency $ssid |}{$ip |}"
-missing_format = ""
-merge_with_next = true
-
-[[block]]
-block = "net"
-device = "^en.*$"
-format = " $icon "
-format_alt = " $device {$ip |}"
-missing_format = ""
-
-[[block]]
-block = "battery"
-device = "BAT1"
-missing_format = ""
-merge_with_next = true
-
-[[block]]
-block = "battery"
-device = "BAT2"
-missing_format = ""
-
-[[block]]
-block = "time"
-interval = 1
-format.full = " $timestamp.datetime(f:'%a %m/%d %T') "
-format.short = " $timestamp.datetime(f:%T) "
-
-[[block]]
-block = "kdeconnect"
-format = " $icon {$bat_icon |}{$network_icon |}{$notif_icon$notif_count |}"
-missing_format = ""
-disconnected_format = ""
-[[block.click]]
-button = "left"
-cmd = "pgrep kdeconnect-sms && killall kdeconnect-sms || kdeconnect-sms"
-
-[[block]]
-block = "notify"
-format = " $icon {($notification_count.eng(w:1)) |}"
-[[block.click]]
-button = "left"
-action = "show"
-[[block.click]]
-button = "right"
-action = "toggle_paused"
diff --git a/i3status/.config/systemd/user/rss-status.service b/i3status/.config/systemd/user/rss-status.service
deleted file mode 100644
index b04c09b..0000000
--- a/i3status/.config/systemd/user/rss-status.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=rss status bar block
-PartOf=graphical-session.target
-After=graphical-session.target
-
-[Service]
-Type=oneshot
-BusName=rs.i3status
-ExecStart=-%h/.local/bin/rss-status
-
-[Install]
-WantedBy=graphical-session.target
diff --git a/i3status/.config/systemd/user/rss-status.timer b/i3status/.config/systemd/user/rss-status.timer
deleted file mode 100644
index a0b3177..0000000
--- a/i3status/.config/systemd/user/rss-status.timer
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=rss status bar block
-
-[Timer]
-OnCalendar=hourly
-AccuracySec=15m
-Persistent=true
-
-[Install]
-WantedBy=timers.target