diff --git a/README.md b/README.md index e6ab1c0..3b3c47e 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,5 @@ To get a siji icon: `clone, ./install.sh, ./view.sh, echo "\ue002"` -![Home](screenshots/home_new.png) +![Laptop](screenshots/laptop.png) +![PC](screenshots/pc.png) diff --git a/laptop/.config/polybar/config b/laptop/.config/polybar/config index b6e4266..e4103d4 100644 --- a/laptop/.config/polybar/config +++ b/laptop/.config/polybar/config @@ -11,6 +11,7 @@ monitor = ${env:MONITOR} font-0 = "FiraCode Nerd Font Mono:pixelsize=9;2" font-1 = "IPAGothic:fontformat=truetype:antialias=false:pixelsize=9;2" font-2 = "Siji:size=7;1" +font-3 = "Wuncon Siji:size=7;1" height = 27px width = 100% @@ -24,7 +25,7 @@ padding-right = 1 separator = / modules-left = i3 xwindow -modules-right = spotify network volume backlight battery date +modules-right = network volume backlight battery date foreground = ${colors.foreground} background = ${colors.background} @@ -35,7 +36,7 @@ wm-restack = i3 [bar/desktop] inherit = bar/laptop -modules-right = spotify volume date +modules-right = networkupdown volume date [module/i3] type = internal/i3 @@ -147,7 +148,7 @@ label-disconnected = no wifi [module/networkupdown] type = internal/network -interface = wlo1 +interface = enp24s0 interval = 3.0 accumulate-stats = true unknown-as-up = true diff --git a/screenshots/home.png b/screenshots/home.png deleted file mode 100644 index 316cda6..0000000 Binary files a/screenshots/home.png and /dev/null differ diff --git a/screenshots/home_new.png b/screenshots/laptop.png similarity index 100% rename from screenshots/home_new.png rename to screenshots/laptop.png diff --git a/screenshots/pc.png b/screenshots/pc.png new file mode 100644 index 0000000..5b9b9e6 Binary files /dev/null and b/screenshots/pc.png differ diff --git a/screenshots/wallpaper.png b/screenshots/wallpaper.png deleted file mode 100644 index adfbe6a..0000000 Binary files a/screenshots/wallpaper.png and /dev/null differ