aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/style-simple.css
blob: e40f0b9557cf7c6ee1b70b4b8495191f01a1ec8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
*{
  font-family: "JetBrainsMono Nerd Font";
  font-weight: bold;
  min-height: 0;
  /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
  font-size: 98%;
  font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
  padding: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
  }
  
  window#waybar {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
  }
  window#waybar.empty {
    background-color: transparent;
}
  window#waybar.empty #window {
    padding: 0px;
    margin: 0px;
    border: 0px;
    /*  background-color: rgba(66,66,66,0.5); */ /* transparent */
   background-color: transparent;
}

  #custom-menu, #workspaces {
    border-radius: 10px;
    /*background-color: #11111b;*/
    color: #b4befe;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #workspaces button {
    /*background: #11111b;*/
    color: #b4befe;
  }
  
  
  #clock, #backlight, #pulseaudio, #bluetooth, #network, #battery {
    border-radius: 10px;
    /*background-color: #11111b;*/
    color: #cdd6f4;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
  }
  
  #backlight, #bluetooth {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 5px;
    margin-right: 0
  }
  
  #pulseaudio, #network {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 5px;
  }
  
  #clock, #custom-light_dark {
    margin-right: 0;
  }
  
  @keyframes blink {
    to {
        color: #000000;
    }
  }
  
  #battery.critical:not(.charging) {
  background-color: #f38ba8;
  color: #f38ba8;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage