How to theme gnome.shell calendar panel button
I was trying to change the theme of panel button : calendar
And here is my attempt
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
version: 18.10
theme: arc-dark gnome shell theme
gnome-shell css
add a comment |
I was trying to change the theme of panel button : calendar
And here is my attempt
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
version: 18.10
theme: arc-dark gnome shell theme
gnome-shell css
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
add a comment |
I was trying to change the theme of panel button : calendar
And here is my attempt
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
version: 18.10
theme: arc-dark gnome shell theme
gnome-shell css
I was trying to change the theme of panel button : calendar
And here is my attempt
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
version: 18.10
theme: arc-dark gnome shell theme
gnome-shell css
gnome-shell css
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
The style_class for this particular field is #panel .clock-display
examples:
#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }
#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }
#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }
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.
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
The style_class for this particular field is #panel .clock-display
examples:
#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }
#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }
#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }
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.
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
add a comment |
The style_class for this particular field is #panel .clock-display
examples:
#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }
#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }
#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }
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.
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
add a comment |
The style_class for this particular field is #panel .clock-display
examples:
#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }
#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }
#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }
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.
The style_class for this particular field is #panel .clock-display
examples:
#panel .clock-display { color: yellow; text-align: center; font-size: 11pt; }
#panel .clock-display { color: yellow; text-align: center; font-size: 20pt; }
#panel .clock-display { color: magenta; text-align: center; font-size: 10pt; }
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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