You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
783 B
39 lines
783 B
name = "Base with emoji themed Polybar"
|
|
extends = "base"
|
|
|
|
[custom.polybar]
|
|
modules_left = "i3"
|
|
modules_center = ""
|
|
modules_right = "cpu memory time date xkeyboard"
|
|
text_offset = "2"
|
|
icon_font_scale ="8"
|
|
antialias = "true"
|
|
bottom = "false"
|
|
height = "32"
|
|
i3_label = "%icon%"
|
|
wifi_dev = "wlp3s0"
|
|
wifi_icon = "📡"
|
|
eth_dev = "enp2s0"
|
|
eth_icon = "🔌"
|
|
cpu_icon = "💻"
|
|
ram_icon = "🧠"
|
|
date_icon = "📅"
|
|
time_icon = "🕖"
|
|
volume_icon = "🔊"
|
|
mute_icon = "🔈"
|
|
layout_icon = "⌨️"
|
|
charging_icon = "🔋⬆️"
|
|
full_charge_icon = "🔋"
|
|
discharging_icon = "🔋⬇️"
|
|
ws0_icon = "home"
|
|
ws1_icon = "web"
|
|
ws2_icon = "vim"
|
|
ws3_icon = "chat"
|
|
ws4_icon = "music"
|
|
ws5_icon = "design"
|
|
ws6_icon = "seven"
|
|
ws7_icon = "eight"
|
|
ws8_icon = "games"
|
|
ws9_icon = "random"
|
|
ws_icon = "?" # default
|