diff --git a/configs/i3wm_g/MacAir7,2/config b/configs/i3wm_g/MacAir7,2/config index 6ebde5e..1c666a6 100644 --- a/configs/i3wm_g/MacAir7,2/config +++ b/configs/i3wm_g/MacAir7,2/config @@ -2,7 +2,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:JetBrainsMono Nerd Font 8 +font pango:Maple Mono NF 8 # Start autotiling exec_always --no-startup-id autotiling @@ -17,14 +17,16 @@ exec nitrogen --restore exec --no-startup-id nm-applet # Start Picom exec_always picom +# Hide Polybar +bindsym $mod+Escape exec polybar-msg cmd toggle # Scratchpad bindsym $mod+Shift+m move scratchpad bindsym $mod+m scratchpad show # Windows border/Tittle bar -default_border pixel 1 -default_floating_border pixel 1 +default_border pixel 3 +default_floating_border pixel 2 # rofi bind bindsym $mod+d exec rofi -show drun -disable-history -show-icons diff --git a/configs/polybar_g/MacAir7,2/Alopes01/config.ini b/configs/polybar_g/MacAir7,2/Alopes01/config.ini new file mode 100644 index 0000000..6d089ae --- /dev/null +++ b/configs/polybar_g/MacAir7,2/Alopes01/config.ini @@ -0,0 +1,311 @@ + +;********************************************************** +;Author : Alopes01 * +;Github : https://github.com/Alopes01/Aesthetic-Polybar * +;Polybar version: 3.7.1 * +;Polybar theme: orange * +;********************************************************** +;------------------------------------------------------------------------ + + +[colors] +background = #0A0A0A +foreground = #ff7f00 +foreground-alt = #ff7f00 +primary = #ff7f00 +secondary = #ff7f00 +alert = #7D7E83 +green = #008000 +red = #FF0000 +white = #FFFFFF + +;------------------------------------------------------------------------ + +[bar/barra1] +#width = 98.8% +width = 100% +height = 24pt +radius = 10 +#offset-x = 0.8% +#offset-y = 1.3% +dpi = 95 + +background = ${colors.background} +foreground = ${colors.foreground} +line-size = 3pt +border-size = 2pt +border-color = ${colors.secondary} +padding-left = 2 +padding-right = 2 +module-margin = 1 +separator = " " +separator-foreground = ${colors.white} + +font-0 = "Iosevka Nerd Font:style=Medium:size=13;2" + +modules-left = i3 Space backlight pulseaudio Space +modules-right = battery memory temp cpu power_menu +modules-center = date +cursor-click = pointer +cursor-scroll = ns-resize +enable-ipc = true +wm-restack = i3 +override-redirect = false + +;------------------------------------------------------------------------ + +[module/i3] +type = internal/i3 +show-urgent = true +index-sort = true +enable-click = true +fuzzy-match = true +pin-workspaces = true + +ws-icon-0 = 1; +ws-icon-1 = 2; +ws-icon-2 = 3; +ws-icon-3 = 4; +ws-icon-4 = 5; +ws-icon-5 = 6; +ws-icon-6 = 7; +ws-icon-7 = 8; + +format = +label-mode = %mode% +label-mode-padding = 2 +label-mode-foreground = ${colors.primary} + +label-focused = %icon% +label-focused-font = 5 +label-focused-foreground = ${colors.primary} +label-focused-padding = 1 + +label-unfocused = %icon% +label-unfocused-font = 5 +label-unfocused-foreground = ${colors.white} +label-unfocused-padding = 1 + +label-visible = %icon% +label-visible-padding = 1 + +label-urgent = %icon% +label-urgent-font = 10 +label-urgent-foreground = ${colors.red} +label-urgent-padding = 1 + + +;------------------------------------------------------------------------ + + +[module/pulseaudio] +type = internal/pulseaudio +format-volume-prefix = "" +format-volume-prefix-foreground = ${colors.primary} +format-volume = +label-volume = %percentage%% +label-volume-foreground= ${colors.white} +label-volume-padding-left=2 +label-volume-padding-right=2 + +label-muted = [ 󰖁 ] muted +label-muted-foreground = ${colors.red} +label-muted-padding=2 + +;------------------------------------------------------------------------ + + +[module/battery] +type = internal/battery +full-at = 99 +low-at = 20 +battery = BAT0 +adapter = ADP1 +poll-interval = 60 + + +format-charging = +format-charging-foreground = ${colors.green} +label-charging = %percentage%% +label-charging-foreground = ${colors.white} +label-charging-padding= 1 + +format-discharging = +format-discharging-foreground = ${colors.primary} +label-discharging = %percentage%% +label-discharging-foreground = ${colors.white} +label-discharging-padding= 1 + +format-full-prefix = " " +format-full-foreground = ${colors.primary} +label-full = %percentage%% +label-full-foreground = ${colors.white} +label-full-padding = 1 + +label-low = [ BATTERY LOW ] %percentage%% +label-low-foreground = ${colors.red} +label-low-padding = 1 + +ramp-capacity-0 = " " +ramp-capacity-1 = " " +ramp-capacity-2 = " " +ramp-capacity-3 = " " +ramp-capacity-4 = " " + +ramp-capacity-0-foreground = ${colors.red} +bar-capacity-width = 10 + + +animation-charging-0 = " " +animation-charging-1 = " " +animation-charging-2 = " " +animation-charging-3 = " " +animation-charging-4 = " " +animation-charging-framerate = 750 + +animation-discharging-0 = " " +animation-discharging-1 = " " +animation-discharging-2 = " " +animation-discharging-3 = " " +animation-discharging-4 = " " +animation-discharging-framerate = 500 + +animation-low-0 = ! +animation-low-1 = !! +animation-low-framerate = 200 + +;------------------------------------------------------------------------ + +[network-base] + +type = internal/network +interval = 5 +format-connected = +format-disconnected = +label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected + +;------------------------------------------------------------------------ + + +[module/memory] +type = internal/memory +interval = 10 +format-prefix = "  " +format-prefix-foreground = ${colors.primary} +label = %percentage_used:2%% +label-foreground = ${colors.white} + +;------------------------------------------------------------------------ + +[module/cpu] +type = internal/cpu +interval = 2 +format-prefix = " " +format-prefix-foreground = ${colors.primary} +label = %percentage:2%% +label-foreground = ${colors.white} + +;------------------------------------------------------------------------ + + +[module/wlan] +inherit = network-base +interface-type = wireless +interval = 5 +format-connected-prefix = " 󰖩 " +format-connected-prefix-foreground = ${colors.primary} +format-connected-foreground = ${colors.primary} +format-connected = +label-connected = %essid% +label-connected-foreground = ${colors.white} +label-connected-padding = 0 + +format-disconnected = +format-disconnected-padding = 0 +label-disconnected = " 󰖪 " +label-disconnected-foreground = ${colors.secondary} +label-disconnected-padding = 0 + +;------------------------------------------------------------------------ + + +[module/power_menu] +type = custom/script +exec = echo "⏻" +format =