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]] - [[#cpu][CPU]]
- [[#clock][Clock]] - [[#clock][Clock]]
- [[#dunst][Dunst]] - [[#dunst][Dunst]]
- [[#power-menu][Power Menu]]
- [[#dwl][dwl]] - [[#dwl][dwl]]
- [[#disk][Disk]] - [[#disk][Disk]]
- [[#memory][Memory]] - [[#memory][Memory]]
- [[#power-menu][Power Menu]]
- [[#pulseaudio][Pulseaudio]] - [[#pulseaudio][Pulseaudio]]
- [[#tray][Tray]] - [[#tray][Tray]]
- [[#end-configuration][End Configuration]] - [[#end-configuration][End Configuration]]
@@ -567,8 +567,8 @@ window#waybar {
background: #282a36; background: #282a36;
} }
.module { .module,button {
border-radius: 25px; border-radius: 0px;
padding: 0px 3px; padding: 0px 3px;
font-size: 15px; font-size: 15px;
font-family: Ubuntu Nerd Font font-family: Ubuntu Nerd Font
@@ -707,27 +707,6 @@ else
fi fi
#+END_SRC #+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 *** dwl
**** Configuration **** Configuration
@@ -750,7 +729,6 @@ fi
#tags button { #tags button {
margin-left: 3px; margin-left: 3px;
margin-right: 3px; margin-right: 3px;
padding: 0px 3px;
} }
#tags button.occupied { #tags button.occupied {
background: #f1fa8c; background: #f1fa8c;
@@ -810,6 +788,27 @@ fi
} }
#+END_SRC #+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 *** Pulseaudio
**** Configuration **** Configuration

View File

@@ -88,12 +88,6 @@
"tooltip-format": "Clear Notification History", "tooltip-format": "Clear Notification History",
}, },
"custom/power-menu": {
"format": "󰀻",
"on-click": "rofi -show combi",
"on-click-right": "~/.scripts/control-center.sh --rofi",
},
"dwl/tags": { "dwl/tags": {
"num-tags": 9, "num-tags": 9,
"tag-labels": [ "󰍩 ₁", "󰠮 ₂", " ₃", "󰿎 ₄", "󰖟 ₅", " ₆", "󰊢 ₇", "󰊖 ₈", " ₉" ], "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", "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": { "pulseaudio": {
"interval": 5, "interval": 5,
"format": "{icon} {volume}%", "format": "{icon} {volume}%",

View File

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