Merge branch 'main' of ssh://git.pogmom.me:1022/pogmommy/dotfiles
This commit is contained in:
commit
e7de22e24e
5 changed files with 55 additions and 1 deletions
51
328p1aa/home/.config/apex-tux/settings.toml
Normal file
51
328p1aa/home/.config/apex-tux/settings.toml
Normal file
|
@ -0,0 +1,51 @@
|
|||
[interval]
|
||||
# The interval at which the screen should automatically change
|
||||
# set to 0 if you don't want it to change automatically
|
||||
refresh=45
|
||||
|
||||
[clock]
|
||||
enabled = true
|
||||
# Set this to the highest priority so it will start with the clock
|
||||
# priority = 1
|
||||
# Enables a twelve hour clock instead of the 24hr one
|
||||
# Defaults to your local format if unset
|
||||
# twelve_hour = false
|
||||
|
||||
[mpris2]
|
||||
enabled = true
|
||||
# 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 = "Lollypop"
|
||||
|
||||
[coindesk]
|
||||
enabled = false
|
||||
# Valid choices are "gbp", "usd" and "eur"
|
||||
# Default is USD
|
||||
currency = "eur"
|
||||
|
||||
[sysinfo]
|
||||
enabled = true
|
||||
# The polling interval for system stats in milliseconds.
|
||||
polling_interval = 1500
|
||||
# The maximum value for the net I/O stat bar (in MiB), used for scaling its fill
|
||||
# net_load_max = 100
|
||||
# The maximum value for the cpu frequency stat bar (in GHz), used for scaling its fill
|
||||
# cpu_frequency_max = 7
|
||||
# The maximum value for the temperature stat bar (in degC), used for scaling its fill
|
||||
# temperature_max = 100
|
||||
# Network interface name used in network I/O stat bar
|
||||
# To find values for this config in Linux, use the `ip link` command
|
||||
# net_interface_name = "eth0"
|
||||
# sensor name used in temperature stat bar
|
||||
# To find values for this config in Linux, use the `sensors` command
|
||||
# sensor_name = "asus_wmi_sensors CPU Temperature"
|
||||
|
||||
[image]
|
||||
enabled = false
|
||||
# /!\
|
||||
# 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"
|
||||
# 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)
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
#328p1aa autostart
|
||||
#exec 'g213-led -a ff00ee'
|
||||
exec 'apex-tux'
|
||||
|
|
BIN
328p1aa/home/.local/bin/apex-tux
Executable file
BIN
328p1aa/home/.local/bin/apex-tux
Executable file
Binary file not shown.
|
@ -11,3 +11,5 @@
|
|||
.config/sway/config.d/autostart.d/328p1aa
|
||||
.config/sway/scripts/kb_brightness.d/328p1aa
|
||||
.config/sway/audio-config.d/328p1aa
|
||||
.config/apex-tux
|
||||
.local/bin/apex-tux
|
||||
|
|
|
@ -1 +1 @@
|
|||
/home/penelope/.config/sway/assets/wallpaper
|
||||
../sway/assets/wallpaper/
|
Loading…
Add table
Reference in a new issue