diff options
author | Laura <the-ceo-of-antifa@protonmail.com> | 2023-04-25 22:07:28 +0200 |
---|---|---|
committer | Laura <the-ceo-of-antifa@protonmail.com> | 2023-04-25 22:07:28 +0200 |
commit | d59d414a9ffc7245ecda913b1f6577be14385c83 (patch) | |
tree | 83ddfd35b37008e249162387b0647ffe369555b8 | |
download | dotfiles-d59d414a9ffc7245ecda913b1f6577be14385c83.tar.gz dotfiles-d59d414a9ffc7245ecda913b1f6577be14385c83.zip |
Initial commit
-rw-r--r-- | .config/dunst/dunstrc | 27 | ||||
-rw-r--r-- | .config/dunst/dunstrc~ | 6 | ||||
l--------- | .config/kitty/kitty.conf | 1 | ||||
-rw-r--r-- | .config/neomutt/catppuccin | 36 | ||||
-rw-r--r-- | .config/neomutt/neomuttrc | 22 | ||||
-rw-r--r-- | .config/sway/config | 282 | ||||
-rw-r--r-- | .config/waybar/config | 137 | ||||
-rw-r--r-- | .config/waybar/config~ | 137 | ||||
-rwxr-xr-x | .config/waybar/getvolume.sh | 11 | ||||
-rwxr-xr-x | .config/waybar/getvolume.sh~ | 8 | ||||
-rw-r--r-- | .config/waybar/style.css | 177 | ||||
-rw-r--r-- | .config/waybar/style.css~ | 177 |
12 files changed, 1021 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..d2996e1 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,27 @@ +# Catppuccin "Frappé" theme. + +[global] +origin = top-right +offset = 50x50 +separator_color = "#303446" +format = "<b>%s</b> (%a)\n%b" +icon_path = "/usr/share/icons" +icon_theme = "Adwaita, hicolor, HighContrast" +enable_recursive_icon_lookup = true +default_icon = none +corner_radius = 10 + +[urgency_low] +frame_color = "#a6d189" +foreground = "#c6d0f5" +background = "#303446" + +[urgency_normal] +frame_color = "#8caaee" +foreground = "#c6d0f5" +background = "#303446" + +[urgency_critical] +frame_color = "#e78284" +foreground = "#c6d0f5" +background = "#303446" diff --git a/.config/dunst/dunstrc~ b/.config/dunst/dunstrc~ new file mode 100644 index 0000000..d35c883 --- /dev/null +++ b/.config/dunst/dunstrc~ @@ -0,0 +1,6 @@ +# Catppuccin "Frappé" theme. + +[urgency_low] +frame_color = "#a6d189" +foreground = "#c6d0f5" +background = "#303446"
\ No newline at end of file diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 120000 index 0000000..c6ed107 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1 @@ +kitty.conf.old
\ No newline at end of file diff --git a/.config/neomutt/catppuccin b/.config/neomutt/catppuccin new file mode 100644 index 0000000..c5770d2 --- /dev/null +++ b/.config/neomutt/catppuccin @@ -0,0 +1,36 @@ +# https://github.com/catppuccin/neomutt/blob/main/neomuttrc + +color normal default default # Text is "Text" +color index color2 default ~N # New Messages are Green +color index color1 default ~F # Flagged messages are Red +color index color13 default ~T # Tagged Messages are Red +color index color1 default ~D # Messages to delete are Red +color attachment color5 default # Attachments are Pink +color signature color8 default # Signatures are Surface 2 +color search color4 default # Highlighted results are Blue + +color indicator default color8 # currently highlighted message Surface 2=Background Text=Foreground +color error color1 default # error messages are Red +color status color15 default # status line "Subtext 0" +color tree color15 default # thread tree arrows Subtext 0 +color tilde color15 default # blank line padding Subtext 0 + +color hdrdefault color13 default # default headers Pink +color header color13 default "^From:" +color header color13 default "^Subject:" + +color quoted color15 default # Subtext 0 +color quoted1 color7 default # Subtext 1 +color quoted2 color8 default # Surface 2 +color quoted3 color0 default # Surface 1 +color quoted4 color0 default +color quoted5 color0 default + +color body color2 default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email addresses Green +color body color2 default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # URLs Green +color body color4 default (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text Blue +color body color4 default (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) # _underlined_ text Blue +color body color4 default (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) # /italic/ text Blue + +color sidebar_flagged color1 default # Mailboxes with flagged mails are Red +color sidebar_new color10 default # Mailboxes with new mail are Green
\ No newline at end of file diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc new file mode 100644 index 0000000..6a64fc9 --- /dev/null +++ b/.config/neomutt/neomuttrc @@ -0,0 +1,22 @@ +source catppuccin + +set folder = "imaps://lav@mail.vampires.gay:993" +set mbox_type = maildir +unmailboxes * +mailboxes +Inbox +Sent +Drafts +Junk +Trash +set spoolfile = +Inbox +set record = +Sent +set trash = +Trash +set postponed = +Drafts + +set reply_self = yes +set editor = emacsclient + +set index_format = "%4C %Z %[%Y-%m-%d] %-15.15L (%?l?%4l&%4c?) %s" + +set pgp_default_key = "lav@vampires.gay" +set crypt_auto_sign = yes +set crypt_verify_sig = yes +set crypt_reply_sign = yes + +set real_name = "Laura Aino Violetta Aléanor"
\ No newline at end of file diff --git a/.config/sway/config b/.config/sway/config new file mode 100644 index 0000000..133d7c9 --- /dev/null +++ b/.config/sway/config @@ -0,0 +1,282 @@ +# Default config for sway +# +# Copy this to ~/.config/sway/config and edit it to your liking. +# +# Read `man 5 sway` for a complete reference. + +### Variables +# +# Logo key. Use Mod1 for Alt. +set $mod Mod4 +# Home row direction keys, like vim +set $left h +set $down j +set $up k +set $right l +# Your preferred terminal emulator +set $term kitty +# Your preferred application launcher +# Note: pass the final command to swaymsg so that the resulting window can be opened +# on the original workspace that the command was run on. +set $menu rofi -show drun + +### Output configuration +# +# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) +#output * bg ~/wallpapers/Tsunami_by_hokusai_19th_century.jpg fill + +set $wallpapers_path $HOME/wallpapers +output * bg `find $wallpapers_path -type f | shuf -n 1` fill + +# +# Example configuration: +# +# output HDMI-A-1 resolution 1920x1080 position 1920,0 +# +# You can get the names of your outputs by running: swaymsg -t get_outputs + +output * adaptive_sync on +output eDP-1 resolution 2880x1800 + +### Idle configuration +# +# Example configuration: +# +# exec swayidle -w \ +# timeout 300 'swaylock -f -c 000000' \ +# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ +# before-sleep 'swaylock -f -c 000000' +# +# This will lock your screen after 300 seconds of inactivity, then turn off +# your displays after another 300 seconds, and turn your screens back on when +# resumed. It will also lock your screen before your computer goes to sleep. + +#exec swayidle -w \ +# timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ +# resume 'swaymsg "output * dpms on"' + +### Input configuration +# +# Example configuration: +# +# input "2:14:SynPS/2_Synaptics_TouchPad" { +# dwt enabled +# tap enabled +# natural_scroll enabled +# middle_emulation enabled +# } +# +# You can get the names of your inputs by running: swaymsg -t get_inputs +# Read `man 5 sway-input` for more information about this section. + +input * { + xkb_layout "custom,no,apl" + xkb_variant "ficustom,," +# xkb_layout "us,no,fi,apl" +# xkb_variant "colemak,,," +# xkb_model "applealu_iso" +} + +# input * xkb_options compose:ralt + +bindsym XF86LaunchA input * xkb_switch_layout 2 +bindsym XF86LaunchB input * xkb_switch_layout 0 + +# Border + +default_border pixel 2 +default_floating_border pixel 2 + +client.focused C9CBFF C9CBFF 302D41 C9CBFF + +### Key bindings +# +# Basics: +# +bindsym $mod+Shift+s exec swaylock -c000000 +bindsym XF86MonBrightnessUp exec sudo /home/lav/bin/bright +100 +bindsym XF86MonBrightnessDown exec sudo /home/lav/bin/bright -100 +bindsym $mod+p exec pickme +#bindswitch --reload --locked lid:on exec echo freeze |sudo dd of=/sys/power/st + + bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -USR1 volume + bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -USR1 volume + bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -USR1 volume + +# Start a terminal + bindsym $mod+Return exec $term + + # Kill focused window + bindsym $mod+Shift+q kill + + # Start your launcher + bindsym $mod+d exec $menu + + # Drag floating windows by holding down $mod and left mouse button. + # Resize them with right mouse button + $mod. + # Despite the name, also works for non-floating windows. + # Change normal to inverse to use left mouse button for resizing and right + # mouse button for dragging. + floating_modifier $mod normal + + # Reload the configuration file + bindsym $mod+Shift+c reload + + # Exit sway (logs you out of your Wayland session) + bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' +# +# Moving around: +# + # Move your focus around + bindsym $mod+$left focus left + bindsym $mod+$down focus down + bindsym $mod+$up focus up + bindsym $mod+$right focus right + # Or use $mod+[up|down|left|right] + bindsym $mod+Left focus left + bindsym $mod+Down focus down + bindsym $mod+Up focus up + bindsym $mod+Right focus right + + # Move the focused window with the same, but add Shift + bindsym $mod+Shift+$left move left + bindsym $mod+Shift+$down move down + bindsym $mod+Shift+$up move up + bindsym $mod+Shift+$right move right + # Ditto, with arrow keys + bindsym $mod+Shift+Left move left + bindsym $mod+Shift+Down move down + bindsym $mod+Shift+Up move up + bindsym $mod+Shift+Right move right +# +# Workspaces: +# + +#set $ws1 term +#set $ws2 term-2 +#set $ws3 emacs +# set $ws4 www +# set $ws5 misc + + # Switch to workspace + bindsym $mod+1 workspace 1 + bindsym $mod+2 workspace 2 + bindsym $mod+3 workspace 3 + bindsym $mod+4 workspace 4 + bindsym $mod+5 workspace 5 + bindsym $mod+6 workspace number 6 + bindsym $mod+7 workspace number 7 + bindsym $mod+8 workspace number 8 + bindsym $mod+9 workspace number 9 + bindsym $mod+0 workspace number 10 + # Move focused container to workspace + bindsym $mod+Shift+1 move container to workspace 1 + bindsym $mod+Shift+2 move container to workspace 2 + bindsym $mod+Shift+3 move container to workspace 3 + bindsym $mod+Shift+4 move container to workspace 4 + bindsym $mod+Shift+5 move container to workspace 5 + bindsym $mod+Shift+6 move container to workspace number 6 + bindsym $mod+Shift+7 move container to workspace number 7 + bindsym $mod+Shift+8 move container to workspace number 8 + bindsym $mod+Shift+9 move container to workspace number 9 + bindsym $mod+Shift+0 move container to workspace number 10 + # Note: workspaces can have any name you want, not just numbers. + # We just use 1-10 as the default. +# +# Layout stuff: +# + # You can "split" the current object of your focus with + # $mod+b or $mod+v, for horizontal and vertical splits + # respectively. + bindsym $mod+b splith + bindsym $mod+v splitv + + # Switch the current container between different layout styles + bindsym $mod+s layout stacking + bindsym $mod+w layout tabbed + bindsym $mod+e layout toggle split + + # Make the current focus fullscreen + bindsym $mod+f fullscreen + + # Toggle the current focus between tiling and floating mode + bindsym $mod+Shift+space floating toggle + + # Swap focus between the tiling area and the floating area + bindsym $mod+space focus mode_toggle + + # Move focus to the parent container + bindsym $mod+a focus parent +# +# Scratchpad: +# + # Sway has a "scratchpad", which is a bag of holding for windows. + # You can send windows there and get them back later. + + # Move the currently focused window to the scratchpad + bindsym $mod+Shift+minus move scratchpad + + # Show the next scratchpad window or hide the focused scratchpad window. + # If there are multiple scratchpad windows, this command cycles through them. + bindsym $mod+minus scratchpad show +# +# Resizing containers: +# +mode "resize" { + # left will shrink the containers width + # right will grow the containers width + # up will shrink the containers height + # down will grow the containers height + bindsym $left resize shrink width 10px + bindsym $down resize grow height 10px + bindsym $up resize shrink height 10px + bindsym $right resize grow width 10px + + # Ditto, with arrow keys + bindsym Left resize shrink width 10px + bindsym Down resize grow height 10px + bindsym Up resize shrink height 10px + bindsym Right resize grow width 10px + + # Return to default mode + bindsym Return mode "default" + bindsym Escape mode "default" +} +bindsym $mod+r mode "resize" + +# +# Status Bar: +# +# Read `man 5 sway-bar` for more information about this section. +bar { + swaybar_command waybar + +# position top + + # When the status_command prints a new line to stdout, swaybar updates. + # The default just shows the current date and time. +# status_command while sh ~/.config/sway/status.sh; do sleep 1; done + +# gaps 10 + +# colors { +# statusline #ffffff +# background #323232 +# inactive_workspace #32323200 #32323200 #5c5c5c +# } +} + +gaps inner 10 +for_window [class=".*Tor.*"] floating enable +for_window [app_id="org.neocities.laleanor.pickme"] floating enable + +set $gnome-schema org.gnome.desktop.interface + +exec_always { + gsettings set $gnome-schema gtk-theme Adwaita #Catppuccin-Frappe-Standard-Red-Dark +} + +exec dunst +exec gentoo-pipewire-launcher + +include /etc/sway/config.d/* diff --git a/.config/waybar/config b/.config/waybar/config new file mode 100644 index 0000000..1e3dd36 --- /dev/null +++ b/.config/waybar/config @@ -0,0 +1,137 @@ +{ + // "layer": "top", // Waybar at top layer + // "position": "bottom", // Waybar position (top|bottom|left|right) + "height": 30, // Waybar height (to be removed for auto height) + // "width": 1280, // Waybar width + "spacing": 4, // Gaps between modules (4px) + // Choose the order of the modules + "modules-left": ["clock", "custom/df", "custom/volume", "sway/mode", "tray"], + "modules-center": ["sway/workspaces"], + "modules-right": ["cpu", "memory", "temperature", "battery"], + // Modules configuration + // "sway/workspaces": { + // "disable-scroll": true, + // "all-outputs": true, + // "format": "{name}: {icon}", + // "format-icons": { + // "1": "", + // "2": "", + // "3": "", + // "4": "", + // "5": "", + // "urgent": "", + // "focused": "", + // "default": "" + // } + // }, + + "sway/workspaces": { + "format-icons": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "default": "" + }, + "format": "{icon}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + } +}, + + "sway/mode": { + "format": "<span style=\"italic\">{}</span>" + }, + + "tray": { + // "icon-size": 21, + "spacing": 10 + }, + "clock": { + "timezone": "Europe/Berlin", + "format": "{:%Y-%m-%d %H:%M}", + "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", + "format-alt": "{:%Y-%m-%d}", + }, + "cpu": { + "format": "🍟 {usage}%", + "tooltip": false + }, + "memory": { + "format": "🐐 {}%" + }, + "temperature": { + "thermal-zone": 2, + // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + "critical-threshold": 100, + // "format-critical": "{temperatureC}°C {icon}", + "format": "🔥 {temperatureC}°C", + }, + + "battery": { + "states": { + // "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "🔋 {capacity}%", + }, + + "network": { + // "interface": "wlp2*", // (Optional) To force the use of this interface + "format-wifi": "{essid} ({signalStrength}%) ", + "format-ethernet": "{ipaddr}/{cidr} ", + "tooltip-format": "{ifname} via {gwaddr} ", + "format-linked": "{ifname} (No IP) ", + "format-disconnected": "Disconnected ⚠", + "format-alt": "{ifname}: {ipaddr}/{cidr}" + }, + "pulseaudio": { + // "scroll-step": 1, // %, can be a float + "format": "{volume}% {icon} {format_source}", + "format-bluetooth": "{volume}% {icon} {format_source}", + "format-bluetooth-muted": " {icon} {format_source}", + "format-muted": " {format_source}", + "format-source": "{volume}% ", + "format-source-muted": "", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] + }, + "on-click": "pavucontrol" + }, + "custom/media": { + "format": "{icon} {}", + "return-type": "json", + "max-length": 40, + "format-icons": { + "spotify": "", + "default": "🎜" + }, + "escape": true, + "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder + // "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name + }, + "custom/volume": { + "format": "{}", + "exec": "$HOME/.config/waybar/getvolume.sh", + "interval": 1 + }, + +"custom/df": { + "format": "{}", + "exec": "/bin/sh $HOME/.config/sway/status.sh", + "interval": 60 + } +} + diff --git a/.config/waybar/config~ b/.config/waybar/config~ new file mode 100644 index 0000000..058f127 --- /dev/null +++ b/.config/waybar/config~ @@ -0,0 +1,137 @@ +{ + // "layer": "top", // Waybar at top layer + // "position": "bottom", // Waybar position (top|bottom|left|right) + "height": 30, // Waybar height (to be removed for auto height) + // "width": 1280, // Waybar width + "spacing": 4, // Gaps between modules (4px) + // Choose the order of the modules + "modules-left": ["clock", "custom/df", "custom/volume", "sway/mode", "tray"], + "modules-center": ["sway/workspaces"], + "modules-right": ["cpu", "memory", "temperature", "battery"], + // Modules configuration + // "sway/workspaces": { + // "disable-scroll": true, + // "all-outputs": true, + // "format": "{name}: {icon}", + // "format-icons": { + // "1": "", + // "2": "", + // "3": "", + // "4": "", + // "5": "", + // "urgent": "", + // "focused": "", + // "default": "" + // } + // }, + + "sway/workspaces": { + "format-icons": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "default": "" + }, + "format": "{icon}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + } +}, + + "sway/mode": { + "format": "<span style=\"italic\">{}</span>" + }, + + "tray": { + // "icon-size": 21, + "spacing": 10 + }, + "clock": { + "timezone": "Europe/Helsinki", + "format": "{:%Y-%m-%d %H:%M}", + "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", + "format-alt": "{:%Y-%m-%d}", + }, + "cpu": { + "format": "🍟 {usage}%", + "tooltip": false + }, + "memory": { + "format": "🐐 {}%" + }, + "temperature": { + "thermal-zone": 2, + // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + "critical-threshold": 100, + // "format-critical": "{temperatureC}°C {icon}", + "format": "🔥 {temperatureC}°C", + }, + + "battery": { + "states": { + // "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "🔋 {capacity}%", + }, + + "network": { + // "interface": "wlp2*", // (Optional) To force the use of this interface + "format-wifi": "{essid} ({signalStrength}%) ", + "format-ethernet": "{ipaddr}/{cidr} ", + "tooltip-format": "{ifname} via {gwaddr} ", + "format-linked": "{ifname} (No IP) ", + "format-disconnected": "Disconnected ⚠", + "format-alt": "{ifname}: {ipaddr}/{cidr}" + }, + "pulseaudio": { + // "scroll-step": 1, // %, can be a float + "format": "{volume}% {icon} {format_source}", + "format-bluetooth": "{volume}% {icon} {format_source}", + "format-bluetooth-muted": " {icon} {format_source}", + "format-muted": " {format_source}", + "format-source": "{volume}% ", + "format-source-muted": "", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] + }, + "on-click": "pavucontrol" + }, + "custom/media": { + "format": "{icon} {}", + "return-type": "json", + "max-length": 40, + "format-icons": { + "spotify": "", + "default": "🎜" + }, + "escape": true, + "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder + // "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name + }, + "custom/volume": { + "format": "{}", + "exec": "$HOME/.config/waybar/getvolume.sh", + "interval": 1 + }, + +"custom/df": { + "format": "{}", + "exec": "/bin/sh $HOME/.config/sway/status.sh", + "interval": 60 + } +} + diff --git a/.config/waybar/getvolume.sh b/.config/waybar/getvolume.sh new file mode 100755 index 0000000..03c28fb --- /dev/null +++ b/.config/waybar/getvolume.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +sink=$(pactl list sinks |sed '/^Sink #./!d;s/^Sink #\(.\)/\1/' |tail -n1) + +if test "Mute: yes" = "$(pactl get-sink-mute $sink)" +then + echo + exit +fi + +echo $(pactl get-sink-volume $sink |sed -E '/balance/d;s/.*([0-9 ][0-9 ][0-9]%).*/\1/' |tr -d " ") diff --git a/.config/waybar/getvolume.sh~ b/.config/waybar/getvolume.sh~ new file mode 100755 index 0000000..306f18d --- /dev/null +++ b/.config/waybar/getvolume.sh~ @@ -0,0 +1,8 @@ +#!/bin/sh +if test "Mute: yes" = "$(pactl get-sink-mute 0)" +then + echo + exit +fi + +echo $(pactl get-sink-volume $(pactl list sinks |sed '/^Sink #./!d;s/^Sink #\(.\)/\1/' |tail -n1) |sed -E '/balance/d;s/.*([0-9 ][0-9 ][0-9]%).*/\1/' |tr -d " ") diff --git a/.config/waybar/style.css b/.config/waybar/style.css new file mode 100644 index 0000000..441eaea --- /dev/null +++ b/.config/waybar/style.css @@ -0,0 +1,177 @@ +/* + ******************************************** + *░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░* + *░░█▀█░█░░░█░█░█▀▀░░░█░█░█░░░▀█▀░█▀▄░█▀█░░* + *░░█▀▀░█░░░█░█░▀▀█░░░█░█░█░░░░█░░█▀▄░█▀█░░* + *░░▀░░░▀▀▀░▀▀▀░▀▀▀░░░▀▀▀░▀▀▀░░▀░░▀░▀░▀░▀░░* + *░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░* + ******************************************** + */ + +* { + border: none; + border-radius: 0; + font-family: "Liberation Mono"; + font-weight: bold; + font-size: 14px; + min-height: 24px; + padding-top: 2px; +} + +window#waybar { + background: transparent; +} + +window#waybar.hidden { + opacity: 0.2; +} + +#window { + margin-top: 8px; + padding-left: 16px; + padding-right: 16px; + border-radius: 26px; + transition: none; + /* + color: #f8f8f2; + background: #282a36; + */ + color: transparent; + background: transparent; +} + +window#waybar.termite #window, +window#waybar.Firefox #window, +window#waybar.Navigator #window, +window#waybar.PCSX2 #window { + color: #4d4d4d; + background: #e6e6e6; +} + +#workspaces { + margin-top: 8px; + margin-left: 12px; + margin-bottom: 0; + border-radius: 26px; + background: #161320; + transition: none; +} + +#workspaces button { + transition: none; + color: #C9CBFF; + background: transparent; + font-size: 16px; + margin-left: -1px; + margin-right: -1px; +} + +#workspaces button.focused { + color: #ABE9B3; +} + +#workspaces button:hover { + transition: none; + box-shadow: inherit; + text-shadow: inherit; + color: #ff79c6; +} +/* +#sway/mode { + margin-top: 8px;nn + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #C9CBFF; + background: #302D41; +} +*/ + +#temperature { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#battery { + margin-top: 8px; + margin-left: 8px; + margin-right: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#cpu { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#memory { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#clock { + margin-top: 8px; + margin-left: 8px; + margin-right: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#custom-volume { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#custom-df { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} diff --git a/.config/waybar/style.css~ b/.config/waybar/style.css~ new file mode 100644 index 0000000..441eaea --- /dev/null +++ b/.config/waybar/style.css~ @@ -0,0 +1,177 @@ +/* + ******************************************** + *░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░* + *░░█▀█░█░░░█░█░█▀▀░░░█░█░█░░░▀█▀░█▀▄░█▀█░░* + *░░█▀▀░█░░░█░█░▀▀█░░░█░█░█░░░░█░░█▀▄░█▀█░░* + *░░▀░░░▀▀▀░▀▀▀░▀▀▀░░░▀▀▀░▀▀▀░░▀░░▀░▀░▀░▀░░* + *░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░* + ******************************************** + */ + +* { + border: none; + border-radius: 0; + font-family: "Liberation Mono"; + font-weight: bold; + font-size: 14px; + min-height: 24px; + padding-top: 2px; +} + +window#waybar { + background: transparent; +} + +window#waybar.hidden { + opacity: 0.2; +} + +#window { + margin-top: 8px; + padding-left: 16px; + padding-right: 16px; + border-radius: 26px; + transition: none; + /* + color: #f8f8f2; + background: #282a36; + */ + color: transparent; + background: transparent; +} + +window#waybar.termite #window, +window#waybar.Firefox #window, +window#waybar.Navigator #window, +window#waybar.PCSX2 #window { + color: #4d4d4d; + background: #e6e6e6; +} + +#workspaces { + margin-top: 8px; + margin-left: 12px; + margin-bottom: 0; + border-radius: 26px; + background: #161320; + transition: none; +} + +#workspaces button { + transition: none; + color: #C9CBFF; + background: transparent; + font-size: 16px; + margin-left: -1px; + margin-right: -1px; +} + +#workspaces button.focused { + color: #ABE9B3; +} + +#workspaces button:hover { + transition: none; + box-shadow: inherit; + text-shadow: inherit; + color: #ff79c6; +} +/* +#sway/mode { + margin-top: 8px;nn + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #C9CBFF; + background: #302D41; +} +*/ + +#temperature { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#battery { + margin-top: 8px; + margin-left: 8px; + margin-right: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#cpu { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#memory { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#clock { + margin-top: 8px; + margin-left: 8px; + margin-right: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#custom-volume { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} + +#custom-df { + margin-top: 8px; + margin-left: 8px; + padding-left: 16px; + padding-right: 16px; + margin-bottom: 0; + border-radius: 26px; + transition: none; + color: #F28FAD; + background: #161320; +} |