dotfiles dotfiles dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README, remove ashell directory

+4 -118
+3 -1
README.md
··· 7 7 - [ ] Hyprland 8 8 - [x] Hyprlock *[for lock screen]* 9 9 - [x] Hyprpaper *[wallpaper utility]* 10 - - [x] Ironbar *[composable menu that provides additional information within the environment]* 10 + - [x] Menu *[provides additional information within the environment]* 11 + - [ ] Ironbar *[See screenshot folder for the look of this]* 12 + - [x] Ashell *[currently set as default]* 11 13 - [ ] SwayNC *[notification daemon]* 12 14 - [ ] COSMIC *[alternative to Hyprland that includes better OOTB support]* 13 15
-58
ashell/ashell/config.toml
··· 1 - [modules] 2 - left = [ "Workspaces", "WindowTitle" ] 3 - center = [ "Tempo" ] 4 - right = [ [ "MediaPlayer", "SystemInfo", "Settings" ] ] 5 - 6 - [[CustomModule]] 7 - name = "ArchLogo" 8 - type = "Button" 9 - icon = "󰣇" 10 - 11 - [workspaces] 12 - enable_workspace_filling = true 13 - max_workspaces = 5 14 - 15 - [window_title] 16 - truncate_title_after_length = 75 17 - 18 - [tempo] 19 - clock_format = "%-l:%M %p" 20 - formats = [ 21 - "%-l:%M %p", 22 - "%A, %b %d, %Y at %r" 23 - ] 24 - 25 - [media_player] 26 - max_title_length = 75 27 - 28 - [system_info] 29 - interval = 1 30 - 31 - [settings] 32 - indicators = [ "Audio", "Battery" ] 33 - audio_indicator_format = "IconAndPercentage" 34 - battery_format = "IconAndPercentage" 35 - 36 - [[settings.CustomButton]] 37 - name = "VPN" 38 - icon = "󰖂" 39 - command = "gp" 40 - 41 - [appearance] 42 - font_name = "Maple Mono NF" 43 - scale_factor = 1.1 44 - success_color = "#a3be8c" 45 - text_color = "#c0caf5" 46 - workspace_colors = [ "#2d2d2d" ] 47 - 48 - [appearance.primary_color] 49 - base = "#c0caf5" 50 - 51 - [appearance.danger_color] 52 - base = "#bf616a" 53 - weak = "#ebcb8b" 54 - 55 - [appearance.background_color] 56 - base = "#00000800" 57 - weak = "#1c1c1c" 58 - strong = "#1a1b26"
-58
ashell/config.toml
··· 1 - [modules] 2 - left = [ "Workspaces", "WindowTitle" ] 3 - center = [ "Tempo" ] 4 - right = [ [ "MediaPlayer", "SystemInfo", "Settings" ] ] 5 - 6 - [[CustomModule]] 7 - name = "ArchLogo" 8 - type = "Button" 9 - icon = "󰣇" 10 - 11 - [workspaces] 12 - enable_workspace_filling = true 13 - max_workspaces = 5 14 - 15 - [window_title] 16 - truncate_title_after_length = 75 17 - 18 - [tempo] 19 - clock_format = "%-l:%M %p" 20 - formats = [ 21 - "%-l:%M %p", 22 - "%A, %b %d, %Y at %r" 23 - ] 24 - 25 - [media_player] 26 - max_title_length = 75 27 - 28 - [system_info] 29 - interval = 1 30 - 31 - [settings] 32 - indicators = [ "Audio", "Battery" ] 33 - audio_indicator_format = "IconAndPercentage" 34 - battery_format = "IconAndPercentage" 35 - 36 - [[settings.CustomButton]] 37 - name = "VPN" 38 - icon = "󰖂" 39 - command = "gp" 40 - 41 - [appearance] 42 - font_name = "Maple Mono NF" 43 - scale_factor = 1.1 44 - success_color = "#a3be8c" 45 - text_color = "#c0caf5" 46 - workspace_colors = [ "#2d2d2d" ] 47 - 48 - [appearance.primary_color] 49 - base = "#c0caf5" 50 - 51 - [appearance.danger_color] 52 - base = "#bf616a" 53 - weak = "#ebcb8b" 54 - 55 - [appearance.background_color] 56 - base = "#00000800" 57 - weak = "#1c1c1c" 58 - strong = "#1a1b26"
+1 -1
backup.nu
··· 2 2 cp -ur ~/.config/helix config 3 3 cp -ur ~/.config/hypr config 4 4 cp -ur ~/.config/ironbar config 5 - cp -ur ~/.config/ashell ashell 5 + cp -ur ~/.config/ashell config 6 6 cp -r ~/.config/nushell config 7 7 cp -ur ~/.config/waybar config 8 8