hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

style.css (1077B)


      1 @import "catppuccin.css";
      2 
      3 * {
      4   border: none;
      5   border-radius: 0;
      6   font-family: monospace;
      7   font-size: 14px;
      8 }
      9 
     10 #waybar {
     11   color: @text;
     12   background: @base;
     13 }
     14 
     15 tooltip {
     16   background: @base;
     17   border: @mauve 1px solid;
     18   border-radius: 5px;
     19 }
     20 
     21 #workspaces { margin-left: 1px; }
     22 
     23 #workspaces button {
     24   color: @surface2 ;
     25   padding-right: 0px;
     26 }
     27 
     28 #workspaces button.active { color: @text ; }
     29 
     30 #custom-recording   { margin-right: 15px; }
     31 #custom-tasks       { margin-right: 15px; }
     32 #custom-music       { margin-right: 15px; }
     33 #custom-packages    { margin-right: 15px; }
     34 #custom-news        { margin-right: 15px; }
     35 #custom-torrent     { margin-right: 15px; }
     36 #custom-memory      { margin-right: 15px; }
     37 #custom-forecast    { margin-right: 15px; }
     38 #custom-mailbox     { margin-right: 15px; }
     39 
     40 #custom-nettraf {
     41   min-width: 120px;
     42   margin-right: 15px;
     43 }
     44 
     45 #custom-microphone  { margin-right: 15px; }
     46 #custom-volume      { margin-right: 15px; }
     47 #custom-clock       { margin-right: 15px; }
     48 #custom-internet    { margin-right: 15px; }
     49 #tray               { margin-right: 15px; }