[solved] change slim font

hi to all
i want to change slim font.
how can i do ?
thanks
Last edited by nTia89 (2010-09-02 20:17:41)

By changing it in the theme (/usr/share/slim/themes/).
There is a slim-themes package that has a number of themes, as well as them, and a themes how-to on the slim website.
See also http://wiki.archlinux.org/index.php/Slim#Themes

Similar Messages

  • [SOLVED]change the font that displays pages in the browser Uzbl

    hi all
    there is some form in the browser Uzbl change the type of font displayed on web pages?
    thanks
    Last edited by jccl1706 (2010-03-16 01:32:53)

    You would need to apply a style sheet that loads for all pages that you visit (fonts that you view on the web are determined by a) the designers who specify either specific fonts, or families (like serif) and b) the fonts that you have installed on your system).
    Last edited by jasonwryan (2010-03-15 22:41:21)

  • [SOLVED]Changing default fonts

    I recently updated Netbeans and one of the new dependencies was ttf-bitstream-vera. After updating, all my fonts went wacky, and Monospace now defaults to Bitstream Vera Sans Mono, and all  webpages without explicit font settings defaults to Bitstream Vera Sans. Is there any way to fix the default fonts?
    Last edited by lolhue (2011-12-12 10:22:50)

    You have to edit the files in /etc/fonts/conf.d. They are processed in order. Try to edit  45-latin.conf and  60-latin.conf and put the font that you want in top of the list for the serif, monospace, etc... (google for fontconfig configuration for more detail).

  • [SOLVED] Changing font in urxvt, what's available?

    I'm trying to change the font used in urxvt. Currently my .Xresources has the line:
    URxvt.font: xft:terminus:size=9
    This appears to be working. However, I'm not sure how to find the correct name for other fonts. The wiki says to look in /usr/share/fonts/misc/fonts.alias Mine can be found here: http://pastebin.com/EPH3DdWT
    Apparently those full names work for bitmap fonts and the syntax I used above is for xft fonts.
    As an example, say I'd like to set my urxvt font to Oxygen Mono. How do I determine if that font uses bitmap or xft? If bitmap, how do I find the full name in fonts.alias? If xft, how do I find the name to be used? ("oxygen mono", "oxygen-mono", etc)
    Last edited by ioos (2012-04-18 21:47:11)

    If you installed xorg-fonts-100dpi or xorg-fonts-75dpi or the artwiz-fonts you would have quite a few pcf fonts, such as Courier and Lucida Typewriter.  Many show up when I list monospace fonts.  fc-list is used to list and filter the fonts that fontconfig knows.  If you want to know most of the options a particular font has, you use th '-v' option to fc-list.  '-f' is used to format and filter the information that is in the output.
    $ fc-list -f "%{file}\n" :spacing=100 | grep pcf ## monospace pcf font files
    /usr/share/fonts/100dpi/lutBS19.pcf.gz
    /usr/share/fonts/artwiz-fonts/smoothansi.pcf
    ...<cut>
    Try the difference between something like these two commands:
    $ fc-list :family=LucidaTypewriter:style=Sans ## then try...
    $ fc-list -v :family=LucidaTypewriter:style=Sans
    You should be able to figure out the different font properties by referencing the documentation.  A font does not have to include all (any?) of the font properties given in the fontconfig docs.
    Last edited by thisoldman (2012-04-18 01:34:26)

  • [SOLVED] Changing the default startup font

    I've been trying to do this for ages, but I've never been able to find any concrete details as to how to do this.  I'd like to set the start up font so that it looks like the one used in like Debian, Ubuntu, and other distros, instead of the bitmap font that I currently have set as the terminal font.
    Last edited by lspci (2013-02-12 08:14:05)

    It works ...sort of...
    It does indeed set up the startup font to be the desired font in question, but systemd keeps changing it back everytime it hits the
    [Starting Virtual Console] part.
    I tried figuring out how to get Systemd to stop setting the font, and currently I'm wondering whether commeting out
    FONT=Lat2-Terminus16
    part in vconsole.conf now that mkinitcpio has loaded it into the boot image thing--or at least I assume that's what it's done--might help, not sure though--in fact doing that may be a very bad idea...
    Okay, so get this.  Setting the console font using mkinitcpio works with Sysvinit, but doesn't work with Sysvcompat.  Sysvcompat changes the font back to the original setting when it hits the
    [ OK ] Setup Virtual Console
    [ OK ] Reached Sound Target
    part
    EDIT-SOLUTION:
    As it turns out the default font can be set for the current tty using a homebrew service file. 
    Here's the one I use:
    # /etc/systemd/system/default.target.wants/vconf.service
    [Unit]
    Description=vconf
    # Virtual Console Font sets the console font to whatever font you specify.
    # setfont Lat2-Terminus16 -> Debian, I believe.
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/usr/bin/setfont Lat2-Terminus16
    [Install]
    WantedBy=default.target
    Last edited by lspci (2013-02-12 08:12:15)

  • Can I change my font size on Photosmart D 110

    Can I change my font size on my Photosmart D 110 if so How?

    Hi glightfoot1,
    From what device and program are you printing from that you want to change the font size?
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Change the font size in the ABAP report

    Dear all,
    Does anybody know how to change the font size in abap report.
    Regards,
    Luke

    Hi,
        Font size in ABA reports can be changed using  PRINT-CONTROL COMMANDS. Here i provide you the code and description of using print commands to change the font size.
    Be aware that the PRINT-CONTROL is not supported in SAP Enterprise 4.7
    For your information, SAP cannot provide any support to error caused by print control command 
    (see SAP OSS notes 66478). 
    * Parameters for function below should be taken from your printer
    * configuration in SAP - check SPAD transaction -
    * standard print control
    * print-control position 1 function: 'CI006', 'SF015'.
    * Submitted by : SAP Basis, ABAP Programming and Other IMG Stuff
    *                http://www.sap-img.com
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    * Start of print-control
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    * Depending on your SAP printer device, this may also work
    PRINT-CONTROL FONT 1 LPI 6.
    * you can try to change font and LPI numbers
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    * End of print-control
    NEW-PAGE PRINT OFF.
    *--- End of Program
    Hope this solves your problem.
    Thank you,
    Pavan.

  • IGS and how to change the fonts

    Hello
    (i m not sure it's the right place for this topic, os you can move it if needed)
    I have some trouble when trying to include a graph made with Bex in a display in the portal from BW. I try to change the fonts, but when the data go from Bex to Bw and then they are displayed, the police is the standard one again, and the size is back to normal mod.
    I ve check some note, particularily 596825 and 1028690 that look like to be a way to solve the problem, but i don't know if i have applied them well( http://img91.imageshack.us/img91/9621/print1yb3.jpgobviously , not, but who know if the trouble is not somewhere else) I ve change my gfwchart file according to 596825 but i m not sure that i ve done this well ( i m trying to set Courrier New for test : http://img519.imageshack.us/img519/360/print4vr9.jpg) I ve lost too the é and è .
    Is there any good soul that have an idea? ^^
    Thanks & regards
    Chris
    Edited by: massin christophe on Dec 21, 2007 11:24 AM

    answer on another thread

  • Changing of font on my handset

    dear sir,
    i want to know that can i change the font of my handset nokia e51? if yes than please tell me the process of changing fonts of handset.

    Hi,
    Normally we increase font size from applications. Which application (or browser) your are using to print ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • [solved] vconsole.conf FONT setting is not respected in systemd

    I recently converted my Arch system to a pure systemd setup (as described here), and everything seems to be working as before.
    Well, almost everything.
    Prior to switching over to systemd, I had already moved all config settings (except for the DAEMONS line) out of /etc/rc.conf and into the individual config files, and at that time, I had set up /etc/vconsole.conf as follows:
    KEYMAP=us
    FONT=ter-216n
    FONT_MAP=8859-2
    When running under initscripts, this was working fine, and I would get the nice Terminus font at my console TTYs. Now, running under systemd, the consoles are no longer using Terminus. Instead, I just get the default font (whatever it's called). It's as if the FONT I set in /etc/vconsole.conf is being ignored.
    systemctl reports the following, indicating (I think) that the systemd-vconsole-setup service ran successfully:
    [owner@computer ~]$ systemctl status systemd-vconsole-setup.service
    systemd-vconsole-setup.service - Setup Virtual Console
    Loaded: loaded (/usr/lib/systemd/system/systemd-vconsole-setup.service; static)
    Active: active (exited) since Wed, 08 Aug 2012 08:31:51 -0700; 9h ago
    Docs: man:systemd-vconsole-setup.service(8)
    man:vconsole.conf(5)
    Process: 151 ExecStart=/usr/lib/systemd/systemd-vconsole-setup (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/systemd-vconsole-setup.service
    So, I'm stuck. Can anybody point me in the right direction?
    Last edited by Steven Monday (2012-08-09 05:31:49)

    89c51 wrote:
    ... it should be
    FONT_MAP=8859-2_to_uni
    Yes, you're right. I have updated my /etc/vconsole.conf accordingly.
    However, I just tested this, and it turns out that my FONT_MAP mistake was not relevant to my original problem.
    progandy wrote:I didn't modify the file, but then I use Early KMS start for my radeon driver.
    https://wiki.archlinux.org/index.php/Ke … _KMS_start
    Interesting. It turns out that using early KMS start also solves my console font problem. I think I prefer this solution, since it doesn't involve overriding systemd-vconsole-setup.service. Enabling early KMS start feels like a less invasive change. As documented here, I simply added i915 to the MODULES line in /etc/mkinitcpio.conf, and then rebuilt the /boot/initramfs-* files.

  • CS6 it is being hanged attempting to change the font property

    Hi,
    I am working on Flash CS 6 is working fine but one issue i am facing all the time while working on any file whenever i am attempting to change the font property (like from arial or verdana etc.) it is being hanged for few moments like 1 to 2 minutes.
    Can help in solving this issue.

    You're at the point where you've done every other rational thing to solve the issue. If you have no issue using font drop-downs in any other Adobe or any other app and have reset Flash to defaults, have no font manager or any corrupt settings, I'm out of suggestiong.
    Since Flash is basically back to default install status, that's the last recommendation I could make. If you reinstall Flash and you still have the issue, this is something Adobe support may need to jump in on. There has to be a difference between your environment and everyone elses, only you know what that is. If a fresh install of Flash doesn't work, there's an environment issue.
    Are you using an encrypted filesystem or have you manually copied any web fonts into your Windows font directory (where typically they're colored green) and have not clicked 'Unblock' on the file? Windows can sometimes mark downloaded files as dangerous until you view the file properties and click to 'Unblock' it. It's down to this level of "some small thing" that's causing this odd hiccup for Flash.

  • Change the font of listBox?

    Hi,
    Does anybody know how you can change the font of a hmtlb listBox?
    Br Rasmus

    Hi Rasmus,
    Is your problem solved? If so, please grant reward points to helpful SDN user postings and mark this topic as answered.
    Best regards,
    Henning.

  • Permanently change mail font size?

    How do I permanently change the font size for mail? I know how to increase it for individual items, but that is cumbersome. Is there a way to change the default font size for the lists of incoming messages and the screen section below that where the message automatically appears when you click on an individual message in the list? Thank you for your help.

    Thanks very much. I was mistakenly going to System Preferences. That solves the problem.

  • Touch pad keeps changing the font size

    This is very annoying. My thumb will rest on the plastic portion underneath the trackpad and when I start to move the pointer it will change the font size of what I am viewing. Is there a way to disable this? 
    Btw i have t135s1310. Thanks
    Solved!
    Go to Solution.

    Rather than disabling the pinch zoom, I slowed my down by moving the meter marker backwards to about half way, and I left it  "enabled".   Now I still have the convenience of pinching/pulling two finger tips together on the pad to make all page text smaller, or, sliding/spreading them apart to make all page text larger, when I wish to.  Hope this helps.  Have a great day!

  • How can I change the font when creating an e-mail in Outlook's web-mail mode?

    I am new to Firefox. When I go to a web-mail server, I can click on sending a new message. While there, I cannot find any way to change the font, font size, or color of the text. All of these options were available in a toolbar at the top of the message window when I am using Internet Explorer 9 or IE8. I have looked through all of the help files provided by Firefox, and found nothing about changing fonts, etc.
    Thanks for trying to help

    Hi Jaime,
    Are you saying, you are getting junk characters in the email attachment? Then pls check the following. Since you want to send Japanese fonts, please pass language 'J' in both  objpack-obj_langu = '3' & doc_chng-obj_langu  = '3' instead of '3' please replace it with 'J'.
    Another thing which you may have to check is the SCOT device type. As I understand from my basis colleague, this may also affect your attachment fonts since the emails are sent through SCOT. Go to transaction SCOT-> Settings-> Device types for format conversion. Check whether wrong device type is defined for Japanese there. Hope this helps
    Regards,
    Gokul

Maybe you are looking for