Remove rounded corners

This commit is contained in:
Sravan Balaji
2024-09-29 21:20:40 -04:00
parent 5e04c8685d
commit e9f43f06f9
3 changed files with 37 additions and 39 deletions

View File

@@ -46,10 +46,10 @@
- [[#cpu][CPU]]
- [[#clock][Clock]]
- [[#dunst][Dunst]]
- [[#power-menu][Power Menu]]
- [[#dwl][dwl]]
- [[#disk][Disk]]
- [[#memory][Memory]]
- [[#power-menu][Power Menu]]
- [[#pulseaudio][Pulseaudio]]
- [[#tray][Tray]]
- [[#end-configuration][End Configuration]]
@@ -567,8 +567,8 @@ window#waybar {
background: #282a36;
}
.module {
border-radius: 25px;
.module,button {
border-radius: 0px;
padding: 0px 3px;
font-size: 15px;
font-family: Ubuntu Nerd Font
@@ -707,27 +707,6 @@ else
fi
#+END_SRC
*** Power Menu
**** Configuration
#+BEGIN_SRC jsonc :tangle waybar/config.jsonc
"custom/power-menu": {
"format": "󰀻",
"on-click": "rofi -show combi",
"on-click-right": "~/.scripts/control-center.sh --rofi",
},
#+END_SRC
**** Styling
#+BEGIN_SRC css :tangle waybar/style.css
#custom-power-menu {
background: #8be9fd;
color: #282a36;
}
#+END_SRC
*** dwl
**** Configuration
@@ -750,7 +729,6 @@ fi
#tags button {
margin-left: 3px;
margin-right: 3px;
padding: 0px 3px;
}
#tags button.occupied {
background: #f1fa8c;
@@ -810,6 +788,27 @@ fi
}
#+END_SRC
*** Power Menu
**** Configuration
#+BEGIN_SRC jsonc :tangle waybar/config.jsonc
"custom/power-menu": {
"format": "󰀻",
"on-click": "rofi -show combi",
"on-click-right": "~/.scripts/control-center.sh --rofi",
},
#+END_SRC
**** Styling
#+BEGIN_SRC css :tangle waybar/style.css
#custom-power-menu {
background: #8be9fd;
color: #282a36;
}
#+END_SRC
*** Pulseaudio
**** Configuration

View File

@@ -88,12 +88,6 @@
"tooltip-format": "Clear Notification History",
},
"custom/power-menu": {
"format": "󰀻",
"on-click": "rofi -show combi",
"on-click-right": "~/.scripts/control-center.sh --rofi",
},
"dwl/tags": {
"num-tags": 9,
"tag-labels": [ "󰍩 ₁", "󰠮 ₂", " ₃", "󰿎 ₄", "󰖟 ₅", " ₆", "󰊢 ₇", "󰊖 ₈", " ₉" ],
@@ -114,6 +108,12 @@
"tooltip-format": "RAM:\n\tUsed: {used} GiB ({percentage}%)\n\tFree: {avail} GiB\n\tTotal: {total} GiB\nSwap:\n\tUsed: {swapUsed} GiB ({swapPercentage}%)\n\tFree: {swapAvail} GiB\n\tTotal: {swapTotal} GiB",
},
"custom/power-menu": {
"format": "󰀻",
"on-click": "rofi -show combi",
"on-click-right": "~/.scripts/control-center.sh --rofi",
},
"pulseaudio": {
"interval": 5,
"format": "{icon} {volume}%",

View File

@@ -2,8 +2,8 @@ window#waybar {
background: #282a36;
}
.module {
border-radius: 25px;
.module,button {
border-radius: 0px;
padding: 0px 3px;
font-size: 15px;
font-family: Ubuntu Nerd Font
@@ -41,11 +41,6 @@ window#waybar {
color: #282a36;
}
#custom-power-menu {
background: #8be9fd;
color: #282a36;
}
#tags {
background: #44475a;
color: #f8f8f2;
@@ -53,7 +48,6 @@ window#waybar {
#tags button {
margin-left: 3px;
margin-right: 3px;
padding: 0px 3px;
}
#tags button.occupied {
background: #f1fa8c;
@@ -78,6 +72,11 @@ window#waybar {
color: #282a36;
}
#custom-power-menu {
background: #8be9fd;
color: #282a36;
}
#pulseaudio {
background: #ff5555;
color: #282a36;