update polybar config, set alacritty size for 2k screen add steam and heroic games launcher
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/08/28 20:38:59 by tomoron #+# #+# #
|
||||
# Updated: 2024/09/30 16:01:08 by tomoron ### ########.fr #
|
||||
# Updated: 2024/10/16 22:18:29 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -144,7 +144,7 @@ font-2 = "Iosevka Nerd Font:style=Bold:pixelsize=15;4"
|
||||
|
||||
modules-left = workspaces space mpris
|
||||
modules-center =
|
||||
modules-right = fans dgpu memory sep filesystem sep cpu sep temperature sep pulseaudio sep battery sep network sep date
|
||||
modules-right = fans dgpu memory sep filesystem sep cpu sep temperature sep polybar sep battery sep network sep date
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/08/28 20:38:59 by tomoron #+# #+# #
|
||||
# Updated: 2024/09/28 02:47:34 by tomoron ### ########.fr #
|
||||
# Updated: 2024/10/16 22:02:20 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/08/28 20:38:49 by tomoron #+# #+# #
|
||||
# Updated: 2024/09/30 16:01:01 by tomoron ### ########.fr #
|
||||
# Updated: 2024/10/16 22:55:55 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -385,7 +385,7 @@ label = " %percentage_used%%"
|
||||
; If you use both a wired and a wireless network, just add 2 module definitions. For example
|
||||
[module/network]
|
||||
type = internal/network
|
||||
interface = wlan0
|
||||
interface = wlp2s0
|
||||
|
||||
; Seconds to sleep between updates
|
||||
; Default: 1
|
||||
@ -498,7 +498,7 @@ thermal-zone = 0
|
||||
; to find path to desired file
|
||||
; Default reverts to thermal zone setting
|
||||
;;hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
|
||||
hwmon-path = /sys/devices/virtual/thermal/thermal_zone0/hwmon1/temp1_input
|
||||
hwmon-path = /sys/devices/virtual/thermal/thermal_zone0/temp
|
||||
|
||||
; Threshold temperature to display warning label (in degrees celsius)
|
||||
; Default: 80
|
||||
|
Reference in New Issue
Block a user