Browse Source

some waybar small tweaks

pull/31/head
Ja.KooLit 2 years ago
parent
commit
5133e22184
  1. 2
      config/waybar/configs/Simple-L [TOP]
  2. 18
      config/waybar/configs/Top & Left
  3. 18
      config/waybar/configs/Top & Right
  4. 7
      config/waybar/modules
  5. 6
      config/waybar/style/Pywal.css
  6. 3
      config/waybar/style/Rose-Pine.css
  7. 1
      config/waybar/style/Simple Pink.css

2
config/waybar/configs/Simple-L [TOP]

@ -27,7 +27,7 @@
"clock", "clock",
], ],
"modules-right": [ "modules-right": [
"temperature", "group/motherboard",
"custom/separator#blank_2", "custom/separator#blank_2",
"group/laptop", "group/laptop",
"custom/separator#blank_2", "custom/separator#blank_2",

18
config/waybar/configs/Top & Left

@ -19,10 +19,8 @@
"modules-left": [ "modules-left": [
"custom/menu", "custom/menu",
"cpu", "custom/separator#blank_2",
"temperature", "group/motherboard",
"memory",
"disk",
], ],
"modules-center": [ "modules-center": [
@ -31,14 +29,12 @@
], ],
"modules-right": [ "modules-right": [
//"network", "network",
//"bluetooth", "bluetooth",
"custom/weather", "custom/weather",
"battery", "custom/separator#blank_2",
"backlight", "group/audio",
"pulseaudio", "custom/separator#blank_2",
//"wireplumber",
"pulseaudio#microphone",
"keyboard-state", "keyboard-state",
"custom/power", "custom/power",
], ],

18
config/waybar/configs/Top & Right

@ -19,10 +19,8 @@
"modules-left": [ "modules-left": [
"custom/menu", "custom/menu",
"cpu", "custom/separator#blank_2",
"temperature", "group/motherboard",
"memory",
"disk",
], ],
"modules-center": [ "modules-center": [
@ -31,14 +29,12 @@
], ],
"modules-right": [ "modules-right": [
//"network", "network",
//"bluetooth", "bluetooth",
"custom/weather", "custom/weather",
"battery", "custom/separator#blank_2",
"backlight", "group/audio",
"pulseaudio", "custom/separator#blank_2",
//"wireplumber",
"pulseaudio#microphone",
"keyboard-state", "keyboard-state",
"custom/power", "custom/power",
], ],

7
config/waybar/modules

@ -516,11 +516,7 @@
"align": 0, "align": 0,
"rotate": 0, "rotate": 0,
"format": "{icon}", "format": "{icon}",
"format-icons": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], "format-icons": ["󰃞", "󰃟", "󰃠"],
"tooltip-format": "{percent}%",
"icon-size": 10,
"on-update": "",
"icon-size": 10,
"on-click": "", "on-click": "",
"on-click-middle": "", "on-click-middle": "",
"on-click-right": "", "on-click-right": "",
@ -528,6 +524,7 @@
"on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc",
"on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec",
"smooth-scrolling-threshold": 1, "smooth-scrolling-threshold": 1,
//"tooltip-format": "{percent}%",
}, },
"clock#vertical": { "clock#vertical": {

6
config/waybar/style/Pywal.css

@ -77,12 +77,16 @@ tooltip {
padding: 2px; padding: 2px;
color: @foreground; color: @foreground;
margin-right: 5px; margin-right: 5px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
} }
#workspaces button.active { #workspaces button.active {
color: @foreground; color: @foreground;
border-radius: 40%; border-radius: 40%;
background-color: @color0; background-color: @color0;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
} }
#workspaces button.focused { #workspaces button.focused {
@ -97,6 +101,8 @@ tooltip {
#workspaces button:hover { #workspaces button:hover {
color: @color4; color: @color4;
border-radius: 15px; border-radius: 15px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
} }
#clock#2 { #clock#2 {

3
config/waybar/style/Rose-Pine.css

@ -27,7 +27,7 @@ window#waybar {
tooltip { tooltip {
background: @main-bg; background: @main-bg;
color: @main-fg; color: @main-fg;
border-radius: 7px; border-radius: 8px;
border-width: 0px; border-width: 0px;
} }
@ -145,7 +145,6 @@ tooltip {
color: @main-fg; color: @main-fg;
background: @main-bg; background: @main-bg;
opacity: 1; opacity: 1;
margin: 4px 0px 4px 0px;
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
padding-left: 6px; padding-left: 6px;

1
config/waybar/style/Simple Pink.css

@ -145,6 +145,7 @@ tooltip {
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
color: whitesmoke; color: whitesmoke;
padding: 0px 10px; padding: 0px 10px;
margin: 3px;
} }

Loading…
Cancel
Save