summaryrefslogtreecommitdiffstats
path: root/eww/scss/focal
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-03-25 16:43:09 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-03-25 16:43:09 +0530
commita62114c91f2070c8c8453d117f3d81dc113e41ff (patch)
treef266e87af29a08c01f82bc32dd7d463d8ec4441a /eww/scss/focal
parentaf120ab348f2e1a5a39dec035ed9dcf84189a64e (diff)
downloaddotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.tar.gz
dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.tar.bz2
dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.zip
dotfile update
Diffstat (limited to 'eww/scss/focal')
-rw-r--r--eww/scss/focal/audioSlider.scss46
-rw-r--r--eww/scss/focal/focal.scss79
2 files changed, 0 insertions, 125 deletions
diff --git a/eww/scss/focal/audioSlider.scss b/eww/scss/focal/audioSlider.scss
deleted file mode 100644
index 5f323cd..0000000
--- a/eww/scss/focal/audioSlider.scss
+++ /dev/null
@@ -1,46 +0,0 @@
-.audioSliders {
- margin-bottom: 1rem;
-}
-
-.masterSlider,.headphoneSlider,.micSlider {
- margin: 0 .5rem;
- font-size: 1.5rem;
- margin-top: -1rem;
- margin-bottom: -2rem;
-}
-
-.addPadding {
- padding: 0 .3rem;
-}
-
-.masterSlider scale trough highlight, .headphoneSlider scale trough highlight , .micSlider scale trough highlight {
- border-radius: 10px;
-}
-
-.masterSlider scale trough, .headphoneSlider scale trough , .micSlider scale trough {
- background-color: $blackAlt;
- border-radius: 1rem;
- min-width: 1.5rem;
-}
-
-.masterSlider scale trough highlight {
- background-color: $red;
-}
-
-.headphoneSlider scale trough highlight {
- background-color: $yellow;
-}
-
-.micSlider scale trough highlight {
- background-color: $blue;
-}
-
-.audioIcon {
- font-family: 'JetbrainsMono Nerd Font';
- font-size: 1.5rem;
- margin-bottom: 2rem;
- padding: 0.5rem 1.1rem;
- background-color: $blackAlt;
- border-radius: 50%;
- color: $lightGrey;
-}
diff --git a/eww/scss/focal/focal.scss b/eww/scss/focal/focal.scss
deleted file mode 100644
index 183bed1..0000000
--- a/eww/scss/focal/focal.scss
+++ /dev/null
@@ -1,79 +0,0 @@
-.radialBars {
- margin-bottom: -4rem;
- padding: 1.5rem 0.8rem;
-}
-
-// progress bars
-.CPU, .RAM , .DISK, .battery {
- background-color: $blackAlt;
- color: $blue;
- font-size: 2.1rem;
- font-family: 'JetBrainsMono Nerd Font';
-}
-
-.CPU {
- font-size: 2.5rem;
-}
-
-.RAM {
- color: $green;
-}
-
-.battery {
- color: $red;
-}
-
-.DISK {
- font-size: 1rem;
- color: $white;
- background-color: $grey;
-}
-
-.time {
- font-family: 'Iosevka';
- font-size: 1.2rem;
- background-color: $blackAlt;
- margin: 2.5rem 0.5rem;
- margin-bottom: -0.6rem;
- border-radius:1rem;
- padding: 0 1rem;
- color: $white;
-}
-
-.mute {
- background-color: $blackAlt;
- border-radius: 1rem;
- color: $green;
- font-family: 'JetBrainsMono Nerd Font';
- font-size: 2rem;
- margin: .8rem ;
-}
-
-.mute:hover {
- background-color: $grey;
- color: $white;
-}
-
-.pkgs{
- margin: 1.5rem;
- border-radius: 1rem;
- font-family: 'JetBrainsMono Nerd Font';
- color: $green;
- background-color: $blackAlt;
- padding: 0 1rem;
-}
-
-.pkgsBox {
- margin: -1rem;
- margin-top: .3rem;
- margin-bottom: -3.5rem;
- margin-left: .15rem;
-}
-
-.CPUBOX {
- margin-right: .4rem;
-}
-
-.RAMBOX {
- margin-left: .4rem;
-}