How to theme gnome.shell calendar panel button












0














I was trying to change the theme of panel button : calendar
And here is my attempt
enter image description here



I need to make calendar looks like this, specifically how to alter the appearance of the first line or second line in StLabel
..



CSS class name :



#panel .panel-button StLabel



enter image description here



version: 18.10
theme: arc-dark gnome shell theme










share|improve this question
























  • what is your Ubuntu version?
    – PRATAP
    Dec 25 '18 at 11:02










  • first line and second line you are talking about is 12:31 and Tue, 25. Dec??
    – PRATAP
    Dec 25 '18 at 11:09










  • yes, exactly those are the lines
    – AbdElraouf Sabri
    Dec 25 '18 at 17:48










  • are you using clock override extension? in simple you want first line font-size and second line font-size to be customized rite?
    – PRATAP
    Dec 25 '18 at 18:04










  • yes I use them, just to override how they appear ... I use this format : ` %H:%M%n%a, %d. %h`
    – AbdElraouf Sabri
    Dec 25 '18 at 20:17
















0














I was trying to change the theme of panel button : calendar
And here is my attempt
enter image description here



I need to make calendar looks like this, specifically how to alter the appearance of the first line or second line in StLabel
..



CSS class name :



#panel .panel-button StLabel



enter image description here



version: 18.10
theme: arc-dark gnome shell theme










share|improve this question
























  • what is your Ubuntu version?
    – PRATAP
    Dec 25 '18 at 11:02










  • first line and second line you are talking about is 12:31 and Tue, 25. Dec??
    – PRATAP
    Dec 25 '18 at 11:09










  • yes, exactly those are the lines
    – AbdElraouf Sabri
    Dec 25 '18 at 17:48










  • are you using clock override extension? in simple you want first line font-size and second line font-size to be customized rite?
    – PRATAP
    Dec 25 '18 at 18:04










  • yes I use them, just to override how they appear ... I use this format : ` %H:%M%n%a, %d. %h`
    – AbdElraouf Sabri
    Dec 25 '18 at 20:17














0












0








0







I was trying to change the theme of panel button : calendar
And here is my attempt
enter image description here



I need to make calendar looks like this, specifically how to alter the appearance of the first line or second line in StLabel
..



CSS class name :



#panel .panel-button StLabel



enter image description here



version: 18.10
theme: arc-dark gnome shell theme










share|improve this question















I was trying to change the theme of panel button : calendar
And here is my attempt
enter image description here



I need to make calendar looks like this, specifically how to alter the appearance of the first line or second line in StLabel
..



CSS class name :



#panel .panel-button StLabel



enter image description here



version: 18.10
theme: arc-dark gnome shell theme







gnome-shell css






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 25 '18 at 17:48







AbdElraouf Sabri

















asked Dec 25 '18 at 10:37









AbdElraouf SabriAbdElraouf Sabri

21819




21819












  • what is your Ubuntu version?
    – PRATAP
    Dec 25 '18 at 11:02










  • first line and second line you are talking about is 12:31 and Tue, 25. Dec??
    – PRATAP
    Dec 25 '18 at 11:09










  • yes, exactly those are the lines
    – AbdElraouf Sabri
    Dec 25 '18 at 17:48










  • are you using clock override extension? in simple you want first line font-size and second line font-size to be customized rite?
    – PRATAP
    Dec 25 '18 at 18:04










  • yes I use them, just to override how they appear ... I use this format : ` %H:%M%n%a, %d. %h`
    – AbdElraouf Sabri
    Dec 25 '18 at 20:17


















  • what is your Ubuntu version?
    – PRATAP
    Dec 25 '18 at 11:02










  • first line and second line you are talking about is 12:31 and Tue, 25. Dec??
    – PRATAP
    Dec 25 '18 at 11:09










  • yes, exactly those are the lines
    – AbdElraouf Sabri
    Dec 25 '18 at 17:48










  • are you using clock override extension? in simple you want first line font-size and second line font-size to be customized rite?
    – PRATAP
    Dec 25 '18 at 18:04










  • yes I use them, just to override how they appear ... I use this format : ` %H:%M%n%a, %d. %h`
    – AbdElraouf Sabri
    Dec 25 '18 at 20:17
















what is your Ubuntu version?
– PRATAP
Dec 25 '18 at 11:02




what is your Ubuntu version?
– PRATAP
Dec 25 '18 at 11:02












first line and second line you are talking about is 12:31 and Tue, 25. Dec??
– PRATAP
Dec 25 '18 at 11:09




first line and second line you are talking about is 12:31 and Tue, 25. Dec??
– PRATAP
Dec 25 '18 at 11:09












yes, exactly those are the lines
– AbdElraouf Sabri
Dec 25 '18 at 17:48




yes, exactly those are the lines
– AbdElraouf Sabri
Dec 25 '18 at 17:48












are you using clock override extension? in simple you want first line font-size and second line font-size to be customized rite?
– PRATAP
Dec 25 '18 at 18:04




are you using clock override extension? in simple you want first line font-size and second line font-size to be customized rite?
– PRATAP
Dec 25 '18 at 18:04












yes I use them, just to override how they appear ... I use this format : ` %H:%M%n%a, %d. %h`
– AbdElraouf Sabri
Dec 25 '18 at 20:17




yes I use them, just to override how they appear ... I use this format : ` %H:%M%n%a, %d. %h`
– AbdElraouf Sabri
Dec 25 '18 at 20:17










1 Answer
1






active

oldest

votes


















0














The style_class for this particular field is #panel .clock-display



examples:



#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }


enter image description here



#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }


enter image description here



#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }


enter image description here



In my opinion and after several attempts,



since 1st line & 2nd line are from Clock Override Extension..

the alteration you are looking for 1st line & 2nd line is not possible unless this extension or gnome-shell system files are edited to match to separate those two lines.






share|improve this answer























  • I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
    – AbdElraouf Sabri
    Dec 25 '18 at 17:50










  • @AbdElraoufSabri hi, answer edited. hope it helps partly.
    – PRATAP
    Dec 29 '18 at 9:15











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104425%2fhow-to-theme-gnome-shell-calendar-panel-button%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














The style_class for this particular field is #panel .clock-display



examples:



#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }


enter image description here



#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }


enter image description here



#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }


enter image description here



In my opinion and after several attempts,



since 1st line & 2nd line are from Clock Override Extension..

the alteration you are looking for 1st line & 2nd line is not possible unless this extension or gnome-shell system files are edited to match to separate those two lines.






share|improve this answer























  • I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
    – AbdElraouf Sabri
    Dec 25 '18 at 17:50










  • @AbdElraoufSabri hi, answer edited. hope it helps partly.
    – PRATAP
    Dec 29 '18 at 9:15
















0














The style_class for this particular field is #panel .clock-display



examples:



#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }


enter image description here



#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }


enter image description here



#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }


enter image description here



In my opinion and after several attempts,



since 1st line & 2nd line are from Clock Override Extension..

the alteration you are looking for 1st line & 2nd line is not possible unless this extension or gnome-shell system files are edited to match to separate those two lines.






share|improve this answer























  • I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
    – AbdElraouf Sabri
    Dec 25 '18 at 17:50










  • @AbdElraoufSabri hi, answer edited. hope it helps partly.
    – PRATAP
    Dec 29 '18 at 9:15














0












0








0






The style_class for this particular field is #panel .clock-display



examples:



#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }


enter image description here



#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }


enter image description here



#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }


enter image description here



In my opinion and after several attempts,



since 1st line & 2nd line are from Clock Override Extension..

the alteration you are looking for 1st line & 2nd line is not possible unless this extension or gnome-shell system files are edited to match to separate those two lines.






share|improve this answer














The style_class for this particular field is #panel .clock-display



examples:



#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }


enter image description here



#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }


enter image description here



#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }


enter image description here



In my opinion and after several attempts,



since 1st line & 2nd line are from Clock Override Extension..

the alteration you are looking for 1st line & 2nd line is not possible unless this extension or gnome-shell system files are edited to match to separate those two lines.







share|improve this answer














share|improve this answer



share|improve this answer








edited Dec 29 '18 at 9:15

























answered Dec 25 '18 at 11:57









PRATAPPRATAP

2,3182525




2,3182525












  • I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
    – AbdElraouf Sabri
    Dec 25 '18 at 17:50










  • @AbdElraoufSabri hi, answer edited. hope it helps partly.
    – PRATAP
    Dec 29 '18 at 9:15


















  • I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
    – AbdElraouf Sabri
    Dec 25 '18 at 17:50










  • @AbdElraoufSabri hi, answer edited. hope it helps partly.
    – PRATAP
    Dec 29 '18 at 9:15
















I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
– AbdElraouf Sabri
Dec 25 '18 at 17:50




I want the selector class of first and second line in the calendar button .. I'm using arc-dark gnome shell theme
– AbdElraouf Sabri
Dec 25 '18 at 17:50












@AbdElraoufSabri hi, answer edited. hope it helps partly.
– PRATAP
Dec 29 '18 at 9:15




@AbdElraoufSabri hi, answer edited. hope it helps partly.
– PRATAP
Dec 29 '18 at 9:15


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104425%2fhow-to-theme-gnome-shell-calendar-panel-button%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕