diff --git a/328p1aa/home/.config/apex-tux/images/rat.jpg b/328p1aa/home/.config/apex-tux/images/rat.jpg new file mode 100644 index 0000000..fc06d3d Binary files /dev/null and b/328p1aa/home/.config/apex-tux/images/rat.jpg differ diff --git a/328p1aa/home/.config/apex-tux/settings.toml b/328p1aa/home/.config/apex-tux/settings.toml index 461d62d..811d9d8 100644 --- a/328p1aa/home/.config/apex-tux/settings.toml +++ b/328p1aa/home/.config/apex-tux/settings.toml @@ -12,7 +12,7 @@ enabled = true twelve_hour = false [mpris2] -enabled = true +enabled = false # Set this so web browsers like Firefox or Chrome don't steal the focus of your real music player # You can check what to put here by using tools like D-Feet preferred_player = "org.mpris.MediaPlayer2.Feishin" @@ -42,11 +42,11 @@ polling_interval = 1500 # sensor_name = "asus_wmi_sensors CPU Temperature" [image] -enabled = false +enabled = true # /!\ # Please note that it is a relative path, so once compiled, please # copy the images folder to the current directory -path = "images/sample_1.gif" +path = "images/rat.jpg" # This only works if the image feature is passed in the build instructions # It supports all those formats : https://github.com/image-rs/image/tree/8824ab3375ddab0fd3429fe3915334523d50c532#supported-image-formats # (even in color, but it will only display in black and white) diff --git a/328p1aa/home/.config/sway/config.d/autostart.d/328p1aa b/328p1aa/home/.config/sway/config.d/autostart.d/328p1aa index 217e022..5301da5 100644 --- a/328p1aa/home/.config/sway/config.d/autostart.d/328p1aa +++ b/328p1aa/home/.config/sway/config.d/autostart.d/328p1aa @@ -1,5 +1,5 @@ #328p1aa autostart #exec 'g213-led -a ff00ee' -exec_always 'killall apex-tex;apex-tux' +exec_always 'killall apex-tux;apex-tux' exec 'openrgb --startminimized'