Καλησπέρα! Έχω βάλει να τρέχει στο boot αυτη η εντολή για να μου εμφανίζει το ρολόι πάνω δεξιά. Μήπως κάποιος φίλος ξέρει ποιά παράμετρο πρέπει να βάλω, για να μου το μεγαλώσει λίγο;
/bin/xclock -update 1 -chime -geometry +1200+0
Καλησπέρα από το man page του xclock βλέπω αυτά:
font (class Font)
Specifies the font to be used for the digital clock. Note that
variable width fonts currently will not always display cor-
rectly. This font is only used when Xrender is not in effect.
face (class FaceName)
Specify the pattern for the font to be used for the digital
clock when Xrender is used. Patterns are specified using the
fontconfig face format described in the Font Names section of
fonts.conf(5).
Άρα θέλεις κάτι σαν αυτό:
https://www.reddit.com/r/archlinux/comments/d3aloj/xclock_digital_mode_font_color/
Ευχαριστώ Maras τελικά η λύση ήταν αυτη:
/bin/xclock -update 1 -chime -geometry 200x200+1200+0
Τα default pixel απο ότι είδα στη man page είναι 164, τα έκανα 200 και οκ. Την ακριβή σύνταξη της εντολής μου την έδωσε το deepseek!