Made everything bigger because everything looked extremely small on my new laptop

This commit is contained in:
edwark43 2023-12-27 20:16:43 +00:00
parent 3879cb3847
commit d539b8a307
5 changed files with 16 additions and 21 deletions

View File

@ -18,7 +18,7 @@ bottom = false
fixed-center = true fixed-center = true
width = 100% width = 100%
height = 30 height = 60
offset-x = 0 offset-x = 0
offset-y = 0 offset-y = 0
@ -40,10 +40,8 @@ padding-right = 1
module-margin-left = 0 module-margin-left = 0
module-margin-right = 0 module-margin-right = 0
font-0 = "JetBrainsMono:style=Regular:size=9;2" font-0 = "JetBrainsMono:style=Regular:size=18;4"
font-1 = "Material Design Icons Desktop:size=13;3" font-1 = "Material Design Icons Desktop:size=28;6"
font-2 = "Material Design Icons Desktop:size=16;4"
font-3 = "MesloLGS NF:style=Regular:size=17;4"
modules-left = sep date sep modules-left = sep date sep
modules-center = bspwm modules-center = bspwm
@ -67,7 +65,7 @@ bottom = true
fixed-center = true fixed-center = true
width = 100% width = 100%
height = 30 height = 60
offset-x = 0 offset-x = 0
offset-y = 0 offset-y = 0
@ -89,10 +87,8 @@ padding-right = 1
module-margin-left = 0 module-margin-left = 0
module-margin-right = 0 module-margin-right = 0
font-0 = "JetBrainsMono:style=Regular:size=9;3" font-0 = "JetBrainsMono:style=Regular:size=18;6"
font-1 = "Material Design Icons Desktop:size=13;4" font-1 = "Material Design Icons Desktop:size=28;8"
font-2 = "Font Awesome 6 Free Solid:size=10;3"
font-3 = "MesloLGS NF:style=Regular:size=17;4"
modules-left = title modules-left = title
modules-center = mpd_control sep mpd modules-center = mpd_control sep mpd

View File

@ -16,7 +16,7 @@ configuration {
//----- Global Properties -----// //----- Global Properties -----//
* { * {
font: "Terminess Nerd Font Mono Bold 10"; font: "Terminess Nerd Font Mono Bold 16";
background: #1f2329; background: #1f2329;
background-alt: #1f2329E0; background-alt: #1f2329E0;
foreground: #b8bfe5; foreground: #b8bfe5;
@ -32,7 +32,7 @@ window {
border: 2px; border: 2px;
border-color: #465b80; border-color: #465b80;
fullscreen: false; fullscreen: false;
width: 550px; width: 750px;
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
@ -72,7 +72,7 @@ inputbar {
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
font: "JetBrainsMono Nerd Font Bold 9"; font: "JetBrainsMono Nerd Font Bold 16";
str: ""; str: "";
padding: 12px 19px 0 15px; padding: 12px 19px 0 15px;
border-radius: 8px; border-radius: 8px;
@ -133,7 +133,7 @@ element selected.normal {
element-icon { element-icon {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
size: 24px; size: 36px;
cursor: inherit; cursor: inherit;
} }
element-text { element-text {

View File

@ -4,7 +4,7 @@ configuration {
modi: "drun"; modi: "drun";
show-icons: true; show-icons: true;
drun-display-format: "{name}"; drun-display-format: "{name}";
font: "JetBrainsMono NF Bold 11"; font: "JetBrainsMono NF Bold 18";
//hover-select: true; //hover-select: true;
//me-select-entry: ""; //me-select-entry: "";
@ -14,7 +14,7 @@ configuration {
//----- Global Properties -----// //----- Global Properties -----//
* { * {
main-bg: #1f2329E6; main-bg: #1f2329;
main-fg: #b8bfe5; main-fg: #b8bfe5;
select-bg: #3f5273; select-bg: #3f5273;
select-fg: #1f2329; select-fg: #1f2329;
@ -25,15 +25,14 @@ select-fg: #1f2329;
window { window {
enabled: true; enabled: true;
fullscreen: false; fullscreen: false;
width: 100%; width: 99%;
transparency: "real"; transparency: "real";
cursor: "default"; cursor: "default";
spacing: 0px; spacing: 0px;
padding: 0px; padding: 0px;
border: 0px; border: 2px;
border-radius: 0px; border-color: #465b80;
border-color: transparent; background-color: @main-bg;
background-color: transparent;
} }
//----- Main Box -----// //----- Main Box -----//

Binary file not shown.